PDA

View Full Version : [ABM-MISC] Replace channels in main bouquet.



DaMacFunkin
13-06-15, 19:02
Hello, I was hoping one of the experts could give me an example of how to swap 4seven in my main Virgin uk bouquet with 4seven HD from my freeview bouquet and maybe Channel 4+1 with Channel 4+1HD. Do i need to add lines to my Virgin uk XML or is it as easy as copy the channels to the main bouquet, moving them to the channel position of the existing channels?
Thanks.

Huevos
13-06-15, 20:17
Make a list of the channel numbers in the source provider and the numbers where you want them in the target provider.

abu baniaz
14-06-15, 00:52
Have a look at this post for an exampke wher Virgin and Sky were mixed. would need updating owing to the last re-shuffle. Should get you started.
http://www.world-of-satellite.com/showthread.php?46006-Display-LCN-for-multiple-providers&p=357753&viewfull=1#post357753

Readme file is here too
http://www.world-of-satellite.com/showthread.php?45828-CustomLCN-CustomMix-Favourites-List-Simple-favourites-list

For the two channels you mentioned, your file should be called cable_uk_virgin_CustomMix.xml


<insert provider="terrestrial_uk_freeview" source="109" target="143"></insert>
<insert provider="terrestrial_uk_freeview" source="110" target="195"></insert>

From terrstestrial uk freeview, 109 is going into 143
From terrstestrial uk freeview, 110 is going into 195

DaMacFunkin
14-06-15, 14:00
Hello, ive tried just the lines that Abu pasted and ive tried creating an xml in the same format as the one linked to but i keep getting parse errors, ive changed it about 6 times and can't get it to work, any one care to look at my file and tell me what is wrong with the format?
Cheers.
43293

Peterj
14-06-15, 14:05
Your last "<inserts>" should be "</inserts>"

DaMacFunkin
14-06-15, 14:14
Ah cheers peter :thumbsup:

abu baniaz
14-06-15, 14:21
The channel name bit "<!-- 4seven HD -->" does not have to be there. It is just for reference

Hope this helps as well.

DaMacFunkin
14-06-15, 15:01
It still doesn't work after changing to "</inserts>"
The log states
.....
[Providers] Incomplete XML cable_uk_virgin_CustomMix.xml
[Tools] No custom video LCN file.
[Tools] No custom radio LCN file.
[Tools] No CustomMix file for cable_uk_virgin.
.....

abu baniaz
14-06-15, 15:04
Upload latest version of your file and log please

And where did you place your custom mix file?

DaMacFunkin
14-06-15, 15:06
<custommix>
<inserts>
<insert target="143" source="109" provider="terrestrial_uk_freeview"/> <!-- Channel 4+1 HD -->
<insert target="195" source="110" provider="terrestrial_uk_freeview"/> <!-- 4seven HD -->
</inserts>
</custommix>

abu baniaz
14-06-15, 15:10
File not contents please.

I edited my post and asked for location too.

DaMacFunkin
14-06-15, 15:11
Not sure where ABM log is in file system, was just reading from the screen..?

abu baniaz
14-06-15, 15:13
ABM does not ahve its own log. It will be written in the E2 log file. So you must enable debug logs and restart. Default location is /home/root/logs/

Peterj
14-06-15, 15:31
Try this:
<custommix>
<inserts>
<insert target="143" source="109" provider="terrestrial_uk_freeview"></insert> <!-- Channel 4+1 HD -->
<insert target="195" source="110" provider="terrestrial_uk_freeview"></insert> <!-- 4seven HD -->
</inserts>
</custommix>

DaMacFunkin
14-06-15, 15:35
/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/providers/
43302
Here is Log (edited all the boring and private stuff)
43303

DaMacFunkin
14-06-15, 15:41
Try this:
<custommix>
<inserts>
<insert target="143" source="109" provider="terrestrial_uk_freeview"></insert> <!-- Channel 4+1 HD -->
<insert target="195" source="110" provider="terrestrial_uk_freeview"></insert> <!-- 4seven HD -->
</inserts>
</custommix>
Tried that peterj, still says incomplete xml?

Huevos
14-06-15, 16:01
/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/providers/Goes in:
/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/custom

Reason you get the warning ([Providers] Incomplete XML cable_uk_virgin_CustomMix.xml) is because it is not a providers file.

From the README.txt:
The xml configuration files reside in /usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/custom

abu baniaz
14-06-15, 16:18
Works fine. I have shown the all chanenls as well as entertainment bouquet.

DaMacFunkin
14-06-15, 17:47
Doh! Cheers for that working fine now the file is in the correct location.