paramount comedy +1
paramount comedy +1
Hi
Just wondering why paramount comedy +1 is not available to select from your gabber?
thanks for all your work
paul
Just wondering why paramount comedy +1 is not available to select from your gabber?
thanks for all your work
paul
-
- Site Admin
- Posts: 495
- Joined: Mon Sep 06, 2004 4:44 pm
-
- Site Admin
- Posts: 495
- Joined: Mon Sep 06, 2004 4:44 pm
Here is an excerpt from the xml file generated
<channel id="UK_RT_1061">
<display-name lang="en">Paramount Comedy</display-name>
</channel>
<channel id="UK_RT_1061+1">
<display-name lang="en">Paramount Comedy+1</display-name>
</channel>
maybe sage doesn't like the channel id with +1 concatenated to it?
<channel id="UK_RT_1061">
<display-name lang="en">Paramount Comedy</display-name>
</channel>
<channel id="UK_RT_1061+1">
<display-name lang="en">Paramount Comedy+1</display-name>
</channel>
maybe sage doesn't like the channel id with +1 concatenated to it?
-
- Site Admin
- Posts: 495
- Joined: Mon Sep 06, 2004 4:44 pm
perhaps, you can change it in scripts\uk_rt\ukrt_plus1_gen.lua
change to
change
Code: Select all
ch.ID=channels[i].id.."+"..channels[i].offset
Code: Select all
ch.ID=channels[i].id.."_"..channels[i].offset
I tried to that but I also had to change
to match or no programs existed for the generated +1 channel. Either way still no joy in sage
Code: Select all
p2.Channel=p2.Channel.."_"..channels[i].offset
-
- Site Admin
- Posts: 495
- Joined: Mon Sep 06, 2004 4:44 pm
-
- Site Admin
- Posts: 495
- Joined: Mon Sep 06, 2004 4:44 pm