ListItem Properties Extrafanart - kodi-community-addons/script.skin.helper.service GitHub Wiki
Extrafanart and Extraposter are available (if available on disk or scraped online) for all media types, including music, moviesets and PVR.
Extrafanart path
If enabled,the extrafanart path will be auto filled to the correct path so you won't have to figure out that yourself in the skin. Just use an multiimage control and set the window property as the path.
To enable extrafanart: Skin.SetBool(SkinHelper.EnableExtraFanart)
Extraposter path
If enabled,the extraposter path will be auto filled to the correct path so you won't have to figure out that yourself in the skin. Just use an multiimage control and set the window property as the path.
To enable extraposter: Skin.SetBool(SkinHelper.EnableExtraPoster)
property | description |
---|---|
SkinHelper.ListItem.Art.ExtraFanArt | Extrafanart path for the listitem |
SkinHelper.ListItem.Art.FanArt.X | Extrafanart image X, Start counting from 0 |
SkinHelper.ListItem.Art.ExtraPoster | Extraposter path for the listitem |
SkinHelper.ListItem.Art.Poster.X | Extraposter image X, Start counting from 0 |