Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
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
Works perfect!
Original comment by hengevel...@gmail.com
on 18 Jul 2011 at 1:25
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
Original issue reported on code.google.com by
hengevel...@gmail.com
on 17 Jul 2011 at 11:24Attachments: