Kodi Community Forum

Full Version: IPTVSimple PVR-addon with XMLTV EGP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
help me, this is my m3u and xml file, but it no channel in tv.
m3u:

# EXTM3U
# EXTINF:-1 tvg-name="a1" group-title="test",Fox Sport
udp://225.1.1.33:30120
# EXTINF:-1 tvg-name="cn" group-title="test",Cartoon
udp://225.1.1.36:30120



xml:
<?xml version="1.0" encoding="utf-8" ?>
<tv>
<channel id="a1">
<display-name lang="en">Fox Sport</display-name>
</channel>
<channel id="cn">
<display-name lang="en">Cartoon</display-name>
</channel>

<programme start="20130215080000 +0100" stop="20130215081500 +0100" channel="id1">
<title lang="en">News</title>
</programme>
<programme start="20130215080500 +0100" stop="20130215083500 +0100" channel="cn">
<title lang="en">Movie</title>
</programme>

</tv>
@bfree

First, your m3u and xml is fine except one thing tvg-name should reference to display-name into xml in your example tvg-name should be replaced with tvg-id.
Second, I don't know why no channels in TV. Can you provide xbmc.log?
@afedchin: how to copy log file xbmc?

TV is same this: Image
Hi,

I've a question. I've installed the plugin and use Confluence by Jezz_X skin.

My m3u file looks like this:

#EXTM3U tvg-shift=-1
#EXTINF:-1 tvg-id="235" tvg-logo="235" tvg-name="Россия 2" group-title="Основные",Россия 2
http://XX.XX.XX.XX:YYYY/udp/ZZZ.ZZ.Z.ZZ:VVVV
#EXTINF:-1 tvg-id="676" tvg-logo="676" tvg-name="Россия 24" group-title="Основные",Россия 24
http://XX.XX.XX.XX:YYYY/udp/ZZZ.ZZ.Z.ZZ:VVVV

I use EPG from: http://www.teleguide.info/download/new3/xmltv.xml.gz

Instead of channel names I see next aired show and no icon of channel.

How can I fix it - show the channel NAME and it's ICON.

Thanks!
@bfree,
For windows (I see you use it) xbmc.log located in %APPDATA%\XBMC folder. Upload xbmc.log on http://pastebin.com and provide an url.

@xbuster,
Do you set in a logos folder in settings of the addon? Your logos should be named 235.png 676.png and should be placed into logos folder

@bfree,
You sure that #EXTM3U and #EXTINF tags in m3u doesn't contain the space char?
It doesn't use logos from the web?
Why can't I see channel name?
It uses the logo specified in the XMLTV file. If your XMLTV doesn't contain logo URLs you have to add them manually in XBMC.
No, it doesn't use logos from the web.

As I see your m3u contains cyrillic chars. Be sure that codepage in m3u file equals codepage in xbmc settings. For example: if m3u file saved in win-1251 codepage in the xbmc settings code page should be windows-1251 or save your m3u file in UFT-8.

@negge, No, addon doesn't use logo urls from xmltv.
@afedchin: haha, thank you, this is my problem "You sure that #EXTM3U and #EXTINF tags in m3u doesn't contain the space char?"
channel is show but not play Sad (in rasbian wheezy I use omxplayer and play udp://225.1.1.133:30120 is well)
@afedchin: Thank you I'll use local icons. I'm using UTF-8, but see current scheduled program instead of channel name. Any ideas why?
@xbuster, Please try reset pvr data base in the Live TV settings. I haven't more ideas.

@bfree, examine the log file please. The addon doesn't open a stream it just provide a stream url to the player.
edit............
@afedchin: Which icon extension supported (.png, .gif etc) ?
supported .png only.
@afedchin: how to install and make omxplayer as default player on xbmc?