IPTVSimple PVR-addon with XMLTV EGP
#4
Found this on the russian forum, since russian isn't my native language I had to use translate. But it might help.

Quote:Supported file format m3u:


Code:
# EXTM3U
# EXTINF: -1 tvg-id = "1" tvg-name = "Pervyy_kanal" tvg-logo = "PervyyKanal" group-title = "The federal channels," Channel
udp :/ / @ 224.2.0.1:6000
# EXTINF: -1 tvg-name = "Rossiya_1" tvg-logo = "Russia1" Russia-1
udp :/ / @ 224.2.0.6:6000
# EXTINF: -1 tvg-name = "Rossiya_Kultura" tvg-logo = "RossiyaK" to Russia
udp :/ / @ 224.1.1.120:6000
# EXTINF: -1 tvg-name = "NTV" tvg-logo = "NTV", NTV
udp :/ / @ 224.2.0.5:6000
# EXTINF: -1 tvg-name = "Pyatyy_Kanal" tvg-logo = "PyatyyKanal" Channel Five
udp :/ / @ 224.1.1.53:6000
# EXTINF: -1 tvg-name = "Rossiya_2_ (Sport)" tvg-logo = "Russia2" Russia-2
udp :/ / @ 224.2.0.10:6000
# EXTINF: -1 tvg-name = "MCM_Top" tvg-logo = "MCMTop" group-title = "Music and Entertainment", MCM Top
udp :/ / @ 224.1.1.30:6000
# EXTINF: -1 tvg-name = "Bridge_TV" tvg-logo = "BridgeTV", BRIDGE TV
udp :/ / @ 224.1.1.21:6000
# EXTINF: -1 tvg-name = "" tvg-logo = "@ EuropaPlusTV", Europa Plus TV

Legend:
tvg-id - ID channel xmltv, if a tag is not found, the ID of the channel is taken positive non-zero number after EXTINF:
tvg-name - Name of the channel to match in the XMLTV EPG. All spaces in the names of XMLTV replaced with _ and compared with the value of tvg-name.
tvg-logo - logo file name link. (Without BRAND) If the tag is not found then the file name will be the channel's logo runs the channel name.
group-title - name of the channel group. If the add-on encounters this tag, all channels from the current, combined in a group with the specified name for as long as in the playlist will not meet the following tag group-title, and then the next group will be created, etc.


Messages In This Thread
RE: IPTVSimple PVR-addon with XMLTV EGP - by Sajk - 2013-02-15, 11:58
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