IPTVSimple PVR-addon with XMLTV EGP
Afedchin, can you please update this in the next version, would be great.

Lines 304 & 305 in PVRIptvData.
Code:
entry.strPlotOutline  = "";
entry.strIconPath     = strIconPath;

To this:
Code:
entry.strPlotOutline  = strIconPath;
entry.strIconPath     = strIconPath;

The srtIconPath does not get stored anywhere in the XBMC epgdb, so we cannot use it our skins. Since you are not using strPlotOutline, could you set the strIconPath to strPlotOutline?
This way we can use $INFO[ListItem.PlotOutline] in our skins to display posters & tvshow-art.
Smile
HTPC Server - Windows 8.1 + XBMC Helix | Intel QuadCore, 4GB RAM, 4 TB SATA
Intel NUC D54250WYK - Windows 8.1 + XBMC Helix | Logitech Harmony 750
Samsung UE8005 | Bluetooth keyboard & mousepad


Messages In This Thread
Problem with HLS - by san77 - 2013-10-31, 17:23
Channel Logo issues - by cdonnie - 2014-03-28, 09:21
RE: IPTVSimple PVR-addon with XMLTV EGP - by Maniac - 2014-04-08, 20:35
Logout Mark Read Team Forum Stats Members Help
IPTVSimple PVR-addon with XMLTV EGP14