Quote:
Originally Posted by krauli
Hi, i got the same issue with my xmltv. I can see all channels in the Channels Tab..
But when i test MXF gneration it gives me "0 shows found". I dont know if it is my xml..
but i can leave here m yxml for u check if it is ok..
http://zon.xmltv.tekever.eu/epg.xml
Thanks for everything
|
Hi -
This issue has been located/fixed for this (it was a bug in my handling of the start/stop times which didn't contain a timezone) - and will be released later today (with some other new goodies).
If you want some joy in the meantime - you can manually edit your start/stop times in the xmltv files:
you currently have -
<programme channel="bbc-world.sat" start="20090206003000" stop="20090206010000">
and should be changed to something like (assuming your timezone is +2:00 hrs) -
<programme channel="bbc-world.sat" start="20090206003000
+0200" stop="20090206010000
+0200">
A quick way to change these is to use a text editor with regex/wildcard matching.
I'll email/post when the new version is ready.
Niall