Kodi Community Forum
v19 Re: ListItem.ActualIcon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: v19 Re: ListItem.ActualIcon (/showthread.php?tid=355787)



Re: ListItem.ActualIcon - Dumyat - 2020-07-10

Does anybody know if there is an equivalent player control for the ListItem.ActualIcon?
I was wanting to show the PVR Channel Icon on my OSD, but when I use Player.Icon it will show the channel icon, but only when switching between channels. After that, the thumbnail is displayed.
Does anybody have any suggestions they could share?


RE: ListItem.ActualIcon - ohhwee - 2020-07-11

(2020-07-10, 20:28)Dumyat Wrote: Does anybody know if there is an equivalent player control for the ListItem.ActualIcon?
I was wanting to show the PVR Channel Icon on my OSD, but when I use Player.Icon it will show the channel icon, but only when switching between channels. After that, the thumbnail is displayed.
Does anybody have any suggestions they could share?

I check the tld, ie !String.Contains(ListItem.ActualIcon,domain.com)

Im interested also


RE: Re: ListItem.ActualIcon - Dumyat - 2020-07-11

And I seem to have another oddity. If I use ListItem.ActualIcon on the MyPVRChannels.xml the Actual TV Channel Icon will appear which is what I expected. However, if I use the same thing on the MyPVRGuide.xml a thumbnail image appears, but I'm not exactly sure why that's happening.

Wish the 'actual TV channel icon' had a more identifiable name for list and player items. Something like 'ActualTVChannelIcon' would be good.