IPTVSimple PVR-addon with XMLTV EGP
Guys,
I'm trying to set up this amazing add-on and I got working channels stream but not the related EPG Sad

I tried to follow all guides that I fount on the Internet but none of these worked for me.

This is the content of the m3u file:
Code:
#EXTM3U
#EXTINF:-1 tvg-id="SkyCinema1",SkyCinema1
rtmp://streamlink
#EXTINF:-1 tvg-id="SkyCinemaFamily",SkyCinemaFamily
rtmp://streamlink
#EXT-X-ENDLIST

and this of the EPG
Code:
<?xml version="1.0" encoding="utf-8" ?>
<tv>
  <channel id="SkyCinema1">
      <display-name lang="it">SkyCinema1</display-name>
  </channel>
  <channel id="SkyCinemaFamily">
      <display-name lang="it">SkyCinemaFamily</display-name>
  </channel>
  <programme start="20130711080000 +0200" stop="20130711100000 +0200" channel="SkyCinema1">
      <title lang="it">News</title>
  </programme>
  <programme start="20130711080500 +0200" stop="20130711100500 +0200" channel="SkyCinemaFamily">
      <title lang="it">Movie</title>
  </programme>
</tv>

The EPG is simple and created ad-hoc. Even with other EPGs I wasn't able to get channels' information.

Could you please tell me where I am wrong?

Thanks in advance

PS: I'm using XBMC 12.2


Messages In This Thread
RE: IPTVSimple PVR-addon with XMLTV EGP - by gianpyc - 2013-07-11, 11:17
Problem with HLS - by san77 - 2013-10-31, 17:23
Channel Logo issues - by cdonnie - 2014-03-28, 09:21
Logout Mark Read Team Forum Stats Members Help
IPTVSimple PVR-addon with XMLTV EGP14