Project

General

Profile

Bug #3304

Missing tvg-id in m3u playlists

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

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

100%

Estimated time:
Found in version:
4.1-988~g82776a4
Affected Versions:

Description

Hi!

I am trying to get the new XMLTV feature running propper with kodi PVR IPTVsimple.

Those examples from here are working well:
channellist(m3u) : http://www.wownet.ro/iptv/
epg(xml) : http://www.wownet.ro/epg/

So lets compare em:
Channel in m3u tvheadend is creating:

#EXTINF:-1,MDR S-Anhalt HD
http://MYIP:9981/stream/channelid/952755267?ticket=D1E59C159B0599F708587FCA4219D3294A83EBDA&profile=webtv-h264-aac-matroska

and here is one fron the example above:

#EXTINF:0034 tvg-id="mdrsa.de" group-title="DE Regionalsender" tvg-logo="359097.png", [COLOR gold]mdr Sachsenanhalt[/COLOR]
http://THEIRE_URL/pl.m3u8?ch=19246790

I think the point here is, that tvheadend leaves the EXTINF Section empty in its playlist.
Because when we take a look into the xml of tvheadend and the example from above things are getting more clear:

xml from tvheadend:

<channel id="43e4c9b86c10ae52f13722135aeb58ae">
  <display-name>MDR S-Anhalt HD</display-name>
</channel>

later in file the content:

<programe start="20151115160000 +0100" stop="20151115180000 +0100" channel="43e4c9b86c10ae52f13722135aeb58ae">
  <title lang="ger">Sport im Osten extra</title>
  <sub-title lang="de">Fußball Live, Landespokal: VfB Auerbach - SG Dynamo Dresden</sub-title>
  <desc lang="ger">Bei "Sport im Osten extra" gibt es außer dem Live-Spiel des Regionalligisten VfB Auerbach gegen den Drittliga-Tabellenführer Dynamo Dresden auch einige Tore anderer Partien zu sehen.Produziert in HD</desc>
</programe>

xml from example above:

  <channel id="mdrsa.de">
    <display-name lang="de">MDR</display-name>
    <url>?? A MAGIC URL HERE ??</url>
  </channel>

later in that file the content:

  <programme start="20151115160000 +0100" stop="20151115180000 +0100" channel="mdrsa.de">
    <title lang="de">Sport im Osten extra</title>
    <sub-title lang="de">Fussball Live: Landespokal VfB Auerbach - SG Dynamo Dresden</sub-title>
    <desc lang="de">Diese Sonderausgabe des Regionalsportmagazins berichtet live vom Spiel um den Landespokal zwischen dem VfB Auerbach und Dynamo Dresden.</desc>
    <category lang="de">SPORT</category>
  </programme>

So i thought adding the id manually to theadends m3u will work!
I tried:

#EXTINF:tvg-id="mdrsa.de",MDR S-Anhalt HD
http://MYIP:9981/stream/channelid/952755267?ticket=D1E59C159B0599F708587FCA4219D3294A83EBDA&profile=webtv-h264-aac-matroska

With the xml file from http://www.wownet.ro works and the correct guide is displayed in kodi for that channel.
So the next step is setting the cryptic id of tvheadend ecxpecting the desired behavior:

#EXTINF:tvg-id="43e4c9b86c10ae52f13722135aeb58ae",MDR S-Anhalt HD
http://MYIP:9981/stream/channelid/952755267?ticket=D1E59C159B0599F708587FCA4219D3294A83EBDA&profile=webtv-h264-aac-matroska

(source used was of course xml from tvheadend in second try)

kodi guide is blank, so no Cookies for You :) ....
Things come to an point, where i simply fail because lack of xmltv knowledge.
As this feature is quite new maybe this is a bug?

Thanks
Stephan


Files

iptv.ink (27.7 KB) iptv.ink m3u frum others Stephan Oelze, 2015-11-15 18:37
iptv.epg (8.64 MB) iptv.epg xml from others Stephan Oelze, 2015-11-15 18:38
channels.m3u (17.3 KB) channels.m3u m3u from tvheadend Stephan Oelze, 2015-11-15 18:38
xmltv (11.1 MB) xmltv xml from tvheadend Stephan Oelze, 2015-11-15 18:39

History

#1

Updated by Stephan Oelze almost 9 years ago

EDITEDIT Maybe related to this:

https://tvheadend.org/issues/3271

#2

Updated by Jaroslav Kysela almost 9 years ago

Try:

#EXTINF:-1 tvg-id="43e4c9b86c10ae52f13722135aeb58ae",MDR S-Anhalt HD
#3

Updated by Jaroslav Kysela almost 9 years ago

  • Subject changed from *NEW* XMLTV feature not well formated to Missing tvg-id in m3u playlists
#4

Updated by saen acro almost 9 years ago

Jaroslav, please Use WIKI in site and add tags with are used, this will save lot of time in explanations

#5

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|ee9b6dae6d5a700abc89e056d7faa95817aa72c4.

Also available in: Atom PDF