Fanart fallback problem
#1
Is it possible to use custom image as fanart fallback?

Code:
<texture fallback="Skin.String(Background)" background="true">$INFO[ListItem.Property(Fanart_Image)]</texture>

does not seam to work and neither is

Code:
<texture fallback="$INFO[Skin.String(Background)]" background="true">$INFO[ListItem.Property(Fanart_Image)]</texture>

if I'm not making a syntax error here.

$INFO[Skin.String(Background)] defines what background, from skin supplied ones, has user chosen to use.
My skins:

Amber
Quartz

Reply
#2
nope, you can't fallback to $INFO labels.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
to workaround this issue, create two image controls.

one for the fanart (without 'fallback=')
and one for the user selected image and use
<visible>IsEmpty(ListItem.Property(Fanart_Image))</visible>
for that one.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
Thanks.
My skins:

Amber
Quartz

Reply

Logout Mark Read Team Forum Stats Members Help
Fanart fallback problem0