Add icon
#1
Hello I would like to know how to see the icon in confluence I get the title but not the image my code

<item>
<label>$INFO[Skin.String(HomePVRButton1.Label)]</label>
<onclick>$INFO[Skin.String(HomePVRButton1.Path)]</onclick>
<icon>$INFO[Skin.String])</icon>
<thumb></thumb>
<visible>!String.IsEmpty(Skin.String(HomePVRButton1.Path))</visible>
</item>
Reply
#2
You haven't got value for the skin string.

It should look something like this -

xml:
<icon>$INFO[Skin.String(SOME_VALUE)]</icon>
Reply
#3
are you sure they still work as before https://kodi.wiki/view/List_of_boolean_conditions 
Skin.String(string) Returns whether the skin string (set via Skin.SetString, Skin.SetPath, or Skin.SetImage) is non-empty.
$INFO[Skin.String]) $INFO[(Skin.String)] ?
Reply
#4
sorry I forgot that part

<icon>$INFO[Skin.String(HomePVRButton1.SetImage)]</icon>
Reply
#5
And you're sure that string isn't empty?
Reply
#6
as the empty string I do not understand you
Reply

Logout Mark Read Team Forum Stats Members Help
Add icon0