pombreda / amino-epg-grabber

Automatically exported from code.google.com/p/amino-epg-grabber
0 stars 0 forks source link

Missing EPG data between 11.00 and 23.00 #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download EPG via w1.zt6.nl over IPTV network
2. Import into Mediaportal
3.

What is the expected output? What do you see instead?
The result should be a complete EPG, instead all programs between 11.00 and 
23.00 appear to be missing. (for all channels and all days)

What version of the product are you using? On what operating system?
april 26 2011

Please provide any additional information below.
There is the possibility that the error is located in mediaportal, however the 
XML doesn't seem to contain the info. I tried disabling the details and 
downloading only one day; same result. I have the impression that part 1 of a 
given day also takes less time to download than part 0 or part 2. I attached 
the used script and the resulting pkl and xml

I'm using Lijbrandt over Glashart/Reggefiber 

Original issue reported on code.google.com by hengevel...@gmail.com on 17 Jul 2011 at 11:24

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The problem seems to be that the EPG is not split into 3 parts a day anymore 
but into 8 parts... Don't know why, but to fix this, change line 132 of the 
script from
           for dayPart in range(0, 3):
to
           for dayPart in range(0, 8):
so it reads from file epgdata.date.0.json.gz till epgdata.date.7.json.gz.

Have just tried this and it works (reading xmltv data into TVHeadEnd).

Regards,
Jeroen

Original comment by marieke1...@gmail.com on 17 Jul 2011 at 9:40

GoogleCodeExporter commented 9 years ago
Works perfect!

Original comment by hengevel...@gmail.com on 18 Jul 2011 at 1:25

GoogleCodeExporter commented 9 years ago
Fix implemented as supplied. Grabber now downloads the 5 new parts as well.

Original comment by jer...@hltools.com on 28 Jul 2011 at 4:45