Kodi Community Forum

Full Version: ListItem.Thumb in add-on info dialog
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, in the video library I'm using this:

<texture fallback="thumbs/addon.png" background="true">$INFO[ListItem.Thumb]</texture>

which works as intended.

When I use the same in in DialogAddonInfo it results in never using the fallback image because it will fall back to the ListItem.ActualIcon (which is much lower resolution as that's intended for use in list controls)

I can't use visible conditions to work around this either, as it will never return false.

What is the intended behaviour? Imo, ListItem.Thumb, ListItem.Icon and ListItem.ActualIcon should be seen as different, separate infolabels referring to different images.

In any case, it seems to be inconsistent.
Ah I see, cheers Hitcher