Listitem Properties Artwork - kodi-community-addons/script.skin.helper.service GitHub Wiki
Art properties, property doesn't work in containers.
All default artwork properties from the listitem will also be filled as Window Property (see common properties).
E.g. ListItem.Art(poster) will result in the SkinHelper.ListItem.Art.Poster window property
In scenario's where the info is scraped (music artwork, pvr artwork) the info is complemented by the online metadata.
It is also possible to get extended artwork for media in the Kodi database or addons that are missing this info. In that case you can enable the extended artwork scraper:
Skin.SetBool(SkinHelper.EnableExtendedArt)
In that case, artwork is automatically retrieved from fanart.tv and the window properties are filled with the url to the images.
property | description |
---|---|
SkinHelper.ListItem.Art.Thumb | thumb image |
SkinHelper.ListItem.Art.Fanart | fanartimage |
SkinHelper.ListItem.Art.Poster | Poster image |
SkinHelper.ListItem.Art.Posters | Poster images (use with multiimage control) |
SkinHelper.ListItem.Art.Clearlogo | Clearlogo image |
SkinHelper.ListItem.Art.Clearlogos | Clearlogo images (use with multiimage control) |
SkinHelper.ListItem.Art.Clearart | Clearart image |
SkinHelper.ListItem.Art.Landscape | Landscape image |
SkinHelper.ListItem.Art.Clearlogo | Clearlogo image |
SkinHelper.ListItem.Art.Discart | Discart image |
SkinHelper.ListItem.Art.Banner | Banner image |
SkinHelper.ListItem.Art.CharacterArt | CharacterArt image |
SkinHelper.ListItem.Art.AnimatedPoster | Animated Movie poster image -if enabled and available- |
SkinHelper.ListItem.Art.AnimatedFanart | Animated Movie fanart image -if enabled and available- |
SkinHelper.ListItem.Art.ExtraFanArt | Extrafanart path for the listitem -if enabled and available- |
SkinHelper.ListItem.Art.ChannelLogo | PVR Channel logo -if pvr art enabled and available- |