Hello ronie,
I just test your script. thanks for that.
So far I have wetterfanarts, weathericons and moviegenreicons tested.
Moviegenreicons I have found that you can not use it in a container list it.
thats how it works in image control:
Code:
resource://resource.images.moviegenreicons.white/$INFO[ListItem.Label,,.jpg]
thats my value:
Code:
<variable name="MovieGenreIconVar">
<value condition="System.HasAddon(script.image.resource.select) + !IsEmpty(Skin.String(moviegenreicons.path))">$INFO[Skin.String(moviegenreicons.path)]$INFO[ListItem.Label,,.jpg]</value>
<value>$INFO[ListItem.Icon]</value>
</variable>
and that does not work:
Code:
<texture diffuse="masks/movie_mask.png" background="true" fallback="DefaultFolder.png">$VAR[MovieGenreIconVar]</texture>
the also not:
Code:
<texture diffuse="masks/movie_mask.png" background="true" fallback="DefaultFolder.png">$INFO[Skin.String(moviegenreicons.path)]$INFO[ListItem.Label,,.jpg]
What can I do to make it work?
is your script in the official repository come from?
bg
P.S.: translate by google