AltChIds.txt and XMLTV

Discussion of Version 3 and developing lua grabbers
Post Reply
joolzhaines
Posts: 4
Joined: Wed Nov 07, 2007 11:06 pm

AltChIds.txt and XMLTV

Post by joolzhaines » Thu Nov 08, 2007 12:40 am

Hi,

i am trying to import xmltv into gbpvr and change the channel ids, i have finally created a AltChIds.txt that works for two example channels bbc1 and bbc2

my AltChids file changing 93 to 101 and 106 to 102
...
101 93
93 101
102 106
106 102
...

can some explain the format of this file as why I need to specify two lines 101 to 93 and 93 to 101 or the data.xml will not update for each channel baffles me

data.xml output
...
<channel id="101">
<display-name lang="en">BBC1 East</display-name>
</channel>
<channel id="102">
<display-name lang="en">BBC2 East</display-name>
</channel>
...

Post Reply