Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPG not loading from File or URL #150

Closed
ghost opened this issue Aug 29, 2017 · 1 comment
Closed

EPG not loading from File or URL #150

ghost opened this issue Aug 29, 2017 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Aug 29, 2017

Hi,

I cannot get the EPG to load, can anyone see whats wrong?
I've tried manually reloading the EPG and also downloaded the .xml and put it into the Resources folder but it's no loading.

PMS Winx64 | v3.18.2

LOG

Aug 29, 2017 21:21:15.125 [14860] DEBUG - Request: [xx.131.10.xxx:1024 (WAN)] GET /video/iptv/:/prefs/set?xmltv=http%3A%2F%2Fiptv-epg.com%2Fa03-6qphhe.xml.gz (14 live) TLS GZIP Signed-in Token (xxxxxx)
Aug 29, 2017 21:21:15.127 [14860] VERBOSE -  * xmltv => http://iptv-epg.com/a03-6qphhe.xml.gz
Aug 29, 2017 21:21:15.127 [14860] DEBUG - Plug-in com.plexapp.plugins.iptv has been used 1614 times.
Aug 29, 2017 21:21:15.127 [14860] DEBUG - [com.plexapp.plugins.iptv] Sending command over HTTP (GET): /video/iptv/:/prefs/set?xmltv=http%3A%2F%2Fiptv-epg.com%2Fa03-6qphhe.xml.gz
Aug 29, 2017 21:21:15.127 [14860] DEBUG - HTTP requesting GET http://127.0.0.1:49289/video/iptv/:/prefs/set?xmltv=http%3A%2F%2Fiptv-epg.com%2Fa03-6qphhe.xml.gz
Aug 29, 2017 21:21:15.139 [14860] DEBUG - HTTP 200 response from GET http://127.0.0.1:49289/video/iptv/:/prefs/set?xmltv=http%3A%2F%2Fiptv-epg.com%2Fa03-6qphhe.xml.gz
Aug 29, 2017 21:21:15.140 [14860] DEBUG - [com.plexapp.plugins.iptv] HTTP reply status 200, with 0 bytes of content.
Aug 29, 2017 21:21:15.141 [13592] DEBUG - Completed: [xx.131.10.xxx:1024] 200 GET /video/iptv/:/prefs/set?xmltv=http%3A%2F%2Fiptv-epg.com%2Fa03-6qphhe.xml.gz (14 live) TLS GZIP 16ms 438 bytes (pipelined: 8)

Here are the snips from my m3u and xml files

My XML (EPG) Example

<?xml version="1.0" encoding="UTF-8"?>
<tv>
<channel id="4Seven.uk">
    <display-name lang="en">4Seven UK</display-name>
    <url>http://www.tv.sky.com</url>
  <icon src="http://static.iptv-epg.com/gb/4Seven.uk.png"/></channel>
<channel id="5star.uk">
    <display-name lang="en">5Star UK</display-name>
    <url>http://www.tv.sky.com</url>
  <icon src="http://static.iptv-epg.com/gb/5star.uk.png"/></channel>
<channel id="Alibi.uk">
    <display-name lang="en">Alibi UK</display-name>
    <url>http://www.tv.sky.com</url>
  <icon src="http://static.iptv-epg.com/gb/Alibi.uk.png"/></channel>
<channel id="AnimalPlanet.uk">
    <display-name lang="en">Animal Planet UK</display-name>

My M3U Playlist Example

#EXTINF:-1 tvg-id="CBSAction.uk" tvg-name="UK: CBS ACTION" tvg-logo="http://static.iptv-epg.com/uk/CBSAction.uk.png" group-title="UK: ENTERTAINMENT",UK: CBS ACTION
http://thisismyexample.com:25461/live/streams/401.m3u8
#EXTINF:-1 tvg-id="CBSDrama.uk" tvg-name="UK: CBS DRAMA" tvg-logo="http://static.iptv-epg.com/uk/CBSDrama.uk.png" group-title="UK: ENTERTAINMENT",UK: CBS DRAMA
http://thisismyexample.com:25461/live/streams/400.m3u8
#EXTINF:-1 tvg-id="Jukebox.de" tvg-name="UK: E!" tvg-logo="http://static.iptv-epg.com/de/Jukebox.de.png" group-title="UK: ENTERTAINMENT",UK: E!
http://thisismyexample.com:25461/live/streams/391.m3u8
#EXTINF:-1 tvg-id="Really.uk" tvg-name="UK: REALLY" tvg-logo="http://static.iptv-epg.com/uk/Really.uk.png" group-title="UK: ENTERTAINMENT",UK: REALLY
http://thisismyexample.com:25461/live/streams/330.m3u8
#EXTINF:-1 tvg-id="Lifetime.uk" tvg-name="UK: LIFETIME HD" tvg-logo="http://static.iptv-epg.com/uk/Lifetime.uk.png" group-title="UK: ENTERTAINMENT",UK: LIFETIME HD
http://thisismyexample.com:25461/live/streams/340.m3u8
@Cigaras
Copy link
Owner

Cigaras commented Sep 4, 2017

In Your examples no XMLTV id match with playlist tvg-id values.

Please supply full program guide XML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant