Project

General

Profile

Bug #3312

XMLTV not correct formated

Added by Stephan Oelze almost 9 years ago. Updated almost 9 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-11-18
Due date:
% Done:

100%

Estimated time:
Found in version:
latest git
Affected Versions:

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

#1

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.

#2

Updated by Jaroslav Kysela almost 9 years ago

Fixed in v4.1-1001-g9f77089 . Thanks for your testing and analysis.

Also available in: Atom PDF