Hide channels permentantly? (even after ABM Scan)

Bubble67

Newbie
Is there anyway to hide certain channels e.g. non working ones in the future. You can manually delete them from the service list but they will show up after the daily abm scan. On OpenATV.

Thanks.
 
What channels are you trying to remove and are these provided by AutoBouquetsMaker? If there are then it's probably how you have setup your providers settings.

What is the setup your wanting? Ie sky with a line or sky FTA? Or cable?
 
What channels are you trying to remove and are these provided by AutoBouquetsMaker? If there are then it's probably how you have setup your providers settings.

What is the setup your wanting? Ie sky with a line or sky FTA? Or cable?

On cable with ABM on OpenATV. Just wondering if there is a plugin or a way to remove the upcoming SS HD channels or even normal channels e.g. in the international bouquets i would like to remove some of them.
 
On cable with ABM on OpenATV. Just wondering if there is a plugin or a way to remove the upcoming SS HD channels or even normal channels e.g. in the international bouquets i would like to remove some of them.

For the Sports changes ABM will probably take care of them via update config files in ABM menu.

For other channels you want to delete maybe via CustomMix unzip and FTP the attached to usr\lib\enigma2\python\Plugins\SystemPlugins\AutoBouquetsMaker\custom

Code:
<custommix>
    <inserts>
    </inserts>
    <deletes>     
    <delete target="511"></delete>
    </deletes>
    <hacks>
<![CDATA[

]]>
    </hacks>
</custommix>

You will see ive added 511 to delete so that should delete on ABM scan change it to an international channel.

To add more just copy <delete target="511"></delete> and put it under the other delete then change number to suit, once you are happy close and save then re scan ABM and it should delete any channels you have chosen. Make sure that they stay within the delete section and they are in line with each other.
 

Attachments

  • cable_uk_virgin_CustomMix.zip
    245 bytes · Views: 11
For the Sports changes ABM will probably take care of them via update config files in ABM menu.

For other channels you want to delete maybe via CustomMix unzip and FTP the attached to usr\lib\enigma2\python\Plugins\SystemPlugins\AutoBouquetsMaker\custom

Code:
<custommix>
    <inserts>
    </inserts>
    <deletes>     
    <delete target="511"></delete>
    </deletes>
    <hacks>
<![CDATA[

]]>
    </hacks>
</custommix>

You will see ive added 511 to delete so that should delete on ABM scan change it to an international channel.

To add more just copy <delete target="511"></delete> and put it under the other delete then change number to suit, once you are happy close and save then re scan ABM and it should delete any channels you have chosen. Make sure that they stay within the delete section and they are in line with each other.

Seems easy enough. Does the "custom mix" need to be activated in that you need to tell abm to read this file or it auto detects the file has been placed in the directory?
 
Back
Top