-
Notifications
You must be signed in to change notification settings - Fork 58
Listitem Properties Studio logos
Marcel van der Veldt edited this page Nov 21, 2016
·
1 revision
The script can provide you the full path of the studio logo found for the selected listitem. It will do that by looking up all found studio images and do a smart compare to match the correct one. If the listitem has multiple studios it will return the logo from the first studio found in the list thas has a logo. This will prevent you from having to sort out that logic yourself in your skin.
NOTE: You must set the path where the images can be found in a skin string:
SkinHelper.StudioLogos.Path
This path can be a Kodi resource addon or just a path on the filesystem.
property | description |
---|---|
SkinHelper.ListItem.StudioLogo | Will return the full image path of the studio logo for the current selected item in a list. |
SkinHelper.ListItem.Studio | Will just return the first studio of the listitem if you want to locate the images yourself. |
SkinHelper.ListItem.Studios | Will return all studios seperated by [CR] |