Remove HD on VIX

baz2011uk

Member
bedroom has a solo2 cable latest openvix was wonder how i go about getting ABM to only show SD channels and remove all HD content out of the loop

can for the life of me work out how to do it
i am guessing its the setting in the AMB but god knows what options i need and dont lol

as will leave it like this with the issues at present

my main box duo2 i am playing about with with all the fixes so far and it is getting there
 
bedroom has a solo2 cable latest openvix was wonder how i go about getting ABM to only show SD channels and remove all HD content out of the loop

can for the life of me work out how to do it
i am guessing its the setting in the AMB but god knows what options i need and dont lol

as will leave it like this with the issues at present

my main box duo2 i am playing about with with all the fixes so far and it is getting there

Try Autobouquetsmaker/providers/Virgin UK generate HD bouquet if its on yes change to no
 
If you want to remove all HD channels probably custommix.

Copy all the text and save as cable_uk_virgin_CustomMix.xml

Code:
<custommix>
    <inserts>
    </inserts>
    <deletes>
        <delete target="109"></delete>
        <delete target="111"></delete>
    </deletes>
    <hacks>
    </hacks>
</custommix>

First 2 are Sky1 HD and Sky Living HD just copy
Code:
<delete target="111"></delete>
and past under the last delete target and change number to suite.

You will be best to change channel swap to no in providers as well

Now FTP cable_uk_virgin_CustomMix.xml to \usr\lib\enigma2\python\Plugins\SystemPlugins\AutoBouquetsMaker\custom and run ABM scan
 
If you want to remove all HD channels probably custommix.

Copy all the text and save as cable_uk_virgin_CustomMix.xml

Code:
<custommix>
    <inserts>
    </inserts>
    <deletes>
        <delete target="109"></delete>
        <delete target="111"></delete>
    </deletes>
    <hacks>
    </hacks>
</custommix>

First 2 are Sky1 HD and Sky Living HD just copy
Code:
<delete target="111"></delete>
and past under the last delete target and change number to suite.

You will be best to change channel swap to no in providers as well

Now FTP cable_uk_virgin_CustomMix.xml to \usr\lib\enigma2\python\Plugins\SystemPlugins\AutoBouquetsMaker\custom and run ABM scan

I just installed atv6.1 on h2h abm has no options to sort bouquet sections or swap vm hd channels etc how do I get these menus
 
Back
Top