Cable UK (virgin network)
Cable UK (virgin network)
Hi guys, firstly thanks for great site and tool, been playing with it for days trying to make it do what I need.
Basically heres what Im trying to do:
I need to create an epg.day file which will import into dreambox 800 via crossepg. Crossepg can import epg.dat files itself, however I can not find a epg.dat source which will work with UK cable company. The radio times I would guess should have all the channels needed.
Using cmltv I've,
grabbed UK_RT
Added all the channels.
For post processors Ive just sleected them all.
Then the app outputs its data.xml file. (66mb)
I have them gzip the file and uploaded it to hosting.
THen told crossepg to download it, which is does.
But its not populating on the epg listing. (namely no change to epg listings)
Now I know there is hundreds of other dreambox 800 cable users on others forums who would love to have more than 1 day epg. Which is why Im trying to get it working so can share with them. So, anyone who can help me, I would apprecaite it.
Basically heres what Im trying to do:
I need to create an epg.day file which will import into dreambox 800 via crossepg. Crossepg can import epg.dat files itself, however I can not find a epg.dat source which will work with UK cable company. The radio times I would guess should have all the channels needed.
Using cmltv I've,
grabbed UK_RT
Added all the channels.
For post processors Ive just sleected them all.
Then the app outputs its data.xml file. (66mb)
I have them gzip the file and uploaded it to hosting.
THen told crossepg to download it, which is does.
But its not populating on the epg listing. (namely no change to epg listings)
Now I know there is hundreds of other dreambox 800 cable users on others forums who would love to have more than 1 day epg. Which is why Im trying to get it working so can share with them. So, anyone who can help me, I would apprecaite it.
-
- Site Admin
- Posts: 495
- Joined: Mon Sep 06, 2004 4:44 pm
Re: Cable UK (virgin network)
does the dreambox support xmltv data? do you need to install an addon to make it support it? you might get more help on a dreambox forum
Re: Cable UK (virgin network)
good day
need your help for crossepg
or be able to show you where and what can be corrected Xmltv Import
Your Xmltv format is as follows
and
I need crossepg format
and
thanks in advance
need your help for crossepg
or be able to show you where and what can be corrected Xmltv Import
Your Xmltv format is as follows
Code: Select all
<channel id="XMLTV_Import_1p1">
<display-name>1+1</display-name>
</channel>
Code: Select all
<programme start="20130820020500 +0000" stop="20130820030000 +0000" channel="XMLTV_Import_1p1">
<title>"Деньги".</title>
<premiere>Not a repeat</premiere>
</programme>
Code: Select all
<channel id="1p1">
<display-name>1+1</display-name>
</channel>
Code: Select all
<programme start="20130819060500 +0300" stop="20130819064500 +0300" channel="1p1">
<title>ТСН: "Телевизионная служба новостей".</title>
</programme>
thanks in advance
Last edited by maigais on Thu Aug 22, 2013 8:45 pm, edited 1 time in total.
-
- Site Admin
- Posts: 495
- Joined: Mon Sep 06, 2004 4:44 pm
Re: Cable UK (virgin network)
ukrt_altchids_rt.lua should show you where to start
Re: Cable UK (virgin network)
okay, how could I remove the "XMLTV_Import_"
<channel id="XMLTV_Import_1p1">
and
<programme start="20130820020500 +0000" stop="20130820030000 +0000" channel="XMLTV_Import_1p1">
<channel id="XMLTV_Import_1p1">
and
<programme start="20130820020500 +0000" stop="20130820030000 +0000" channel="XMLTV_Import_1p1">
-
- Site Admin
- Posts: 495
- Joined: Mon Sep 06, 2004 4:44 pm
Re: Cable UK (virgin network)
just copy the above script into the xmltv_import directory
change UK_RT_ALT_RT to an identifier of your choice
change Grabber = "UK_RT" to Grabber = "XMLTV_Import"
change UK_RT_ALT_RT to an identifier of your choice
change Grabber = "UK_RT" to Grabber = "XMLTV_Import"
Re: Cable UK (virgin network)
forgiveness of language skills
use google translator
but for me it is set
use google translator
but for me it is set
- Attachments
-
- 2013-08-22_225636.jpg (50.68 KiB) Viewed 127315 times
-
- Site Admin
- Posts: 495
- Joined: Mon Sep 06, 2004 4:44 pm
Re: Cable UK (virgin network)
you need to go into the scripts directory and follow the instructions above, a new item should then appear in the postprocessors tab
Re: Cable UK (virgin network)
thank you very much
I managed it
But another problem remains
"
I managed it
But another problem remains
"
Code: Select all
<programme start="20130822140000 +0000" stop="20130822143000 +0000" channel="btb">
<title>Скетч-шоу "Одна за всех".</title>
</programme>
-
- Site Admin
- Posts: 495
- Joined: Mon Sep 06, 2004 4:44 pm
Re: Cable UK (virgin network)
The time zone? Simply change the timezone setting on the global settings tab
Re: Cable UK (virgin network)
as if set
<programme start="20130820045000 +0300" stop="20130820052000 +0300" channel="tnt2">
<title>Т/с "Счастливы вместе", 306 с.</title>
</programme>
Also displays <title>
<programme start="20130820045000 +0300" stop="20130820052000 +0300" channel="tnt2">
<title>Т/с "Счастливы вместе", 306 с.</title>
</programme>
Also displays <title>
- Attachments
-
- 2013-08-23_095357.jpg (38.15 KiB) Viewed 127294 times
-
- Site Admin
- Posts: 495
- Joined: Mon Sep 06, 2004 4:44 pm
Re: Cable UK (virgin network)
sorry I don't understand what the problem is
Re: Cable UK (virgin network)
for crossepg need such a variant
but this manages to xmltvgui
<title>Т/с " Счастливы вместе " ; , 306 с.</title>
Code: Select all
<programme start="20130820045000 +0300" stop="20130820052000 +0300" channel="tnt2">
<title>Т/с "Счастливы вместе", 306 с.</title>
</programme>
Code: Select all
<programme start="20130820045000 +0300" stop="20130820052000 +0300" channel="tnt2">
<title>Т/с "Счастливы вместе", 306 с.</title>
</programme>
<title>Т/с " Счастливы вместе " ; , 306 с.</title>
-
- Site Admin
- Posts: 495
- Joined: Mon Sep 06, 2004 4:44 pm
Re: Cable UK (virgin network)
I'm sorry but that is a bug in crossepg, there isn't any way to get xmltvgui to output that format.
Re: Cable UK (virgin network)
Once again, forgiveness
I just verified on enigma2 plugin and crossepg
and turned out everything in order
I just verified on enigma2 plugin and crossepg
and turned out everything in order