-
Notifications
You must be signed in to change notification settings - Fork 58
ListItem Properties Extrafanart
Angelinas edited this page Sep 10, 2017
·
4 revisions
Extrafanart and Extraposter are available (if available on disk or scraped online) for all media types, including music, moviesets and PVR.
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)
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 |