No working 'tvg-logo' parameter
#1
Hello.
I have a problem with the logos from m3u list with parameter 'tvg-logo'.
I don't see logos.
OS Debian 8 AMD64
Kodi 14 from repo http://www.deb-multimedia.org
PVR IPTV Simple Client version 1.9.11

Example:
My playlist
Code:
#EXTM3U
#EXTINF:-1 tvg-id="8619" tvg-name="1 HD" tvg-logo="http://torrent-tv.ru/uploads/FtLnmUwjG18XJFEKYvLKjwUq1gwHVZ.png" group-title="Музыка",1 HD
http://torrent-tv.example.com:8081/channels/play?id=8619
...


In settings "Channels Logos":
Location: Remote path (Internet address)
Path: "EMPTY"

In log
Code:
20:15:41 T:140425011857152 WARNING: CreateLoader - unsupported protocol(/home/eduard/.kodi/addons/pvr.iptvsimple/icons/http) in /home/eduard/.kodi/addons/pvr.iptvsimple/icons/http://torrent-tv.ru/uploads/oMIElcaAnILTOVws9swsMZ2xs9hNrl.png
20:15:41 T:140425011857152   DEBUG: GetImageHash - unable to stat url /home/eduard/.kodi/addons/pvr.iptvsimple/icons/http://torrent-tv.ru/uploads/oMIElcaAnILTOVws9swsMZ2xs9hNrl.png

cat ~/.kodi/userdata/addon_data/pvr.iptvsimple/settings.xml
Code:
<settings>
    <setting id="epgCache" value="true" />
    <setting id="epgPath" value="" />
    <setting id="epgPathType" value="1" />
    <setting id="epgTSOverride" value="false" />
    <setting id="epgTimeShift" value="0.000000" />
    <setting id="epgUrl" value="http://api.torrent-tv.ru/ttv.xmltv.xml.gz" />
    <setting id="logoBaseUrl" value="" />
    <setting id="logoPath" value="" />
    <setting id="logoPathType" value="1" />
    <setting id="m3uCache" value="true" />
    <setting id="m3uPath" value="" />
    <setting id="m3uPathType" value="1" />
    <setting id="m3uUrl" value="http://torrent-tv.example.com:8081/channels/?cmd=playlist&amp;filter=all&amp;type=my&amp;ext=.m3u" />
    <setting id="sep1" value="" />
    <setting id="sep2" value="" />
    <setting id="sep3" value="" />
    <setting id="startNum" value="1" />
</settings>


I find on githab issue https://github.com/afedchin/xbmc-addon-i.../issues/36 but the author has not responded.
Reply
#2
I am having the same problem. The parameter tvg-logo in the m3u playlist is not working for me as defined in the wiki:

http://kodi.wiki/view/Add-on:IPTV_Simple_Client
Reply
#3
My setup:

Code:
#EXTM3U
#EXTINF:-1 tvg-logo="torrent-tv.ru/uploads/FtLnmUwjG18XJFEKYvLKjwUq1gwHVZ.png",HD
http://torrent-tv.example.com:8081/channels/play?id=8619

<settings>
....
    <setting id="logoBaseUrl" value="http://" />
....
</settings>

Probably it is dirty hack, but work for me.
Reply

Logout Mark Read Team Forum Stats Members Help
No working 'tvg-logo' parameter0