Kodi Community Forum

Full Version: how can i add to the music setting a widget to img Path
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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>