Bug #3312
XMLTV not correct formated
100%
Description
Hello!
i am comming from the id error issue over to a next.
https://tvheadend.org/issues/3304#change-16351
XMLTV has a standard format:
http://wiki.xmltv.org/index.php/XMLTVFormat
Sytax is:
<programme start="20080715003000 -0600" stop="20080715010000 -0600" channel="I10436.labs.zap2it.com">
....
</programme>
tvheadend is creating:
<programe start="20080715003000 -0600" stop="20080715010000 -0600" channel="I10436.labs.zap2it.com">
....
</programe>
here is an missing m in programme. took me 4 hours to see this.
This is why most XMTV import engines fail ....
Tried and proved on openpli, kodi(iptvsimple), and VTI image import mechanisms.
in addition the encoding tag in line0 is missing, should be something like:
or
regards
derdigge
History
Updated by Jaroslav Kysela almost 9 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|9f770890cd989ee52f2c0eb280004aa2e6d7f84d.
Updated by Jaroslav Kysela almost 9 years ago
Fixed in v4.1-1001-g9f77089 . Thanks for your testing and analysis.