Kodi Community Forum
how can i add to the music setting a widget to img Path - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Eminence (https://forum.kodi.tv/forumdisplay.php?fid=213)
+---- Thread: how can i add to the music setting a widget to img Path (/showthread.php?tid=233343)



how can i add to the music setting a widget to img Path - zeevgrim - 2015-07-27

how can i add to the music setting a widget to img Path
just for i can change the background of music in the setting and not from the xml
like moves , tv show categories ?

Quote: <!-- Music Hub -->
<control type="label" id="420">
<posx>25</posx>
<label>2</label>
<align>left</align>
<textcolor>Highlight</textcolor>
<font>Font-Button</font>
<visible>ControlGroup(3).HasFocus(33)</visible>
</control>

<control type="button" id="421">
<onup>409</onup>
<label>31142</label>
<label2>$VAR[TvShowWidgetLabel]</label2>
<align>left</align>
<font>Font-ListInfo</font>
<onclick condition="stringcompare(Skin.String(tvshow.widget),path)">Skin.SetString(tvshow.widget,random)</onclick>

<visible>ControlGroup(3).HasFocus(33)</visible>
<texturefocus border="12" colordiffuse="PosterHighlight">common/white.png</texturefocus>
</control>

<control type="button" id="422">
<label> - $LOCALIZE[31283]</label>
<label2>$INFO[Skin.String(tvshow.widget.playlist)]</label2>
<align>left</align>
<font>Font-ListInfo</font>
<onclick condition="stringcompare(Skin.String(tvshow.widget),path)">Skin.SetString(tvshow.widget.playlist)</onclick>
<visible>ControlGroup(3).HasFocus(33)</visible>
<texturefocus border="12" colordiffuse="PosterHighlight">common/white.png</texturefocus>
</control>