v18 Kodi cannot get name and epg info
#1
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?
Reply
#2
Sorry my mistake in m3u file. #EXTINF and not #EXTNF... grrr
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi cannot get name and epg info0