PDA

View Full Version : [ABM-DVB-C] Swapping Sky HD Channels With VM HD Channels



avi68
28-08-16, 23:37
Hi everyone,

I've been looking around the forum but Im completely stuck. What I want to do is use my main sky uk bouquet but swap some of the non working hd channels from my sky bouquet with the vm hd channels. I would also like to keep the numbering the same as the sky bouquet. E.g. Sky one HD = 106 but should jump to the cable version.

I tried to create a custommix.xml file to test one channel swap but it didnt work. This is what I have so far:

<custommix>
<inserts>
<insert provider="cable_uk_virgin" source="9109" target="106"></insert> <!-- sky one hd -->
</inserts>
</custommix>

The file is named:sat_282_sky_uk_CustomMix.xml

Could someone point me in the right direction please?

Thank you :)

abu baniaz
28-08-16, 23:44
The "source" is the official number of the channel, not the "number" it has in your bouquets

There was a custom mix file from dsayers

dsayers
28-08-16, 23:44
you could have a look here https://github.com/davesayers2014/AutoBouquetsMaker/blob/006ba22ee8df64bd3a93f3271376a8d688b57013/AutoBouquetsMaker/custom/sat_282_sky_uk_CustomMix.xml

what you want is the target number first then the source number the scource number needs to be the official channel number ie sky 1 vm is 109 so it would be

<insert target="106" source="109" provider="cable_uk_virgin" ></insert> <!-- sky one hd -->

avi68
28-08-16, 23:54
Thank you guys sooooo much. It worked straight away :)

dsayers
28-08-16, 23:57
I also have a plugin here http://www.world-of-satellite.com/showthread.php?52633-sat-and-cable-custom-mix-updater-plugin-(BETA) that downloads my latest custommix.xml

avi68
29-08-16, 12:59
I also have a plugin here http://www.world-of-satellite.com/showthread.php?52633-sat-and-cable-custom-mix-updater-plugin-(BETA) that downloads my latest custommix.xml

Is it still in beta?

avi68
29-08-16, 13:00
If the channel numbers change would this require me to change the xml manually?

dsayers
29-08-16, 13:00
Pretty much but still works I use it on my box

Sent from my SM-G925F using Tapatalk

dsayers
29-08-16, 13:26
If the channel numbers change would this require me to change the xml manually?

No I'll keep on top of them if you notice a change reboot box and rescan abm if it doesn't change I might have missed it just give me a shout in that thread

avi68
02-09-16, 11:00
Perfect thanks for your help:thumbsup: