Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1803

fallback don´t show up

$
0
0
Hello! I need a litle help:

I have this piece of code:
 
Code:
<control type="image">
   <left>0</left>
   <top>0</top>
   <width>450</width>
   <height>210</height>
   <texture fallback="$INFO[ListItem.Thumb]" background="true">$INFO[ListItem.FolderPath,,icon.jpg]</texture>
   <animation effect="fade" end="50" condition="true">Conditional</animation>
</control>

I want to, when no icon is found in the folder, the thumb take place.
But the fallback image don't show up. I'm doing somenthing wrong?

Cheers!

Viewing all articles
Browse latest Browse all 1803

Trending Articles