2015-01-08, 21:18
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
In settings "Channels Logos":
Location: Remote path (Internet address)
Path: "EMPTY"
In log
cat ~/.kodi/userdata/addon_data/pvr.iptvsimple/settings.xml
I find on githab issue https://github.com/afedchin/xbmc-addon-i.../issues/36 but the author has not responded.
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&filter=all&type=my&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.