Kodi Community Forum
v18 Kodi cannot get name and epg info - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: IPTV Simple Client (https://forum.kodi.tv/forumdisplay.php?fid=215)
+---- Thread: v18 Kodi cannot get name and epg info (/showthread.php?tid=341278)



Kodi cannot get name and epg info - idioty - 2019-02-24

My system is Mac OS 10.14.3, Latest Kodi 18.1.
My m3u is a local m3u file, content:

Code:
#EXTM3U
#EXTNF:-1 tvg-id="25" tvg-name="M1" group-title="-",25
https://###
#EXTNF:-1 tvg-id="33" tvg-name="M2" group-title="-",33
https://###

EPG is a local xml file, content:
xml:
<?xml version="1.0" encoding="utf-8" ?>
<tv>
    <channel id="25">
        <display-name>M1</display-name>
    </channel>
    <channel id="33">
        <display-name>M2</display-name>
    </channel>
    <programme start="20190224165000 +0100" stop="20190224175000 +0100" channel="25">
        <title lang="en">News 1</title>
    </programme>
    <programme start="20190224175000 +0100" stop="20190224185000 +0100" channel="25">
        <title lang="en">News 2</title>
    </programme>
    <programme start="20190224185000 +0100" stop="20190224195000 +0100" channel="25">
        <title lang="en">Movie</title>
    </programme>
</tv>

But in the Kodi cannot get name end EPG info. The name is Unknown channel 1 and 2.
Whats wrong with my files?


RE: Kodi cannot get name and epg info - idioty - 2019-02-27

Sorry my mistake in m3u file. #EXTINF and not #EXTNF... grrr