various
This commit is contained in:
parent
6e7dd973f2
commit
eab6eba014
|
@ -337,7 +337,7 @@
|
|||
<label>31010</label>
|
||||
<onclick>Skin.SetString(showRecentMusicItems,false)</onclick>
|
||||
<onclick>ReplaceWindow(MusicFiles,Addons,return)</onclick>
|
||||
<onclick>setfocus(55)</onclick>
|
||||
<onclick>setfocus(59)</onclick>
|
||||
</item>
|
||||
<item>
|
||||
<visible/>
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
<!--source content-->
|
||||
<control type="group" id="9500">
|
||||
<include>musicfiles</include>
|
||||
<include>addons</include>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
|
|
|
@ -23,7 +23,40 @@
|
|||
<width>4-col-gutter</width>
|
||||
<height>4-col-gutter</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
|
||||
<texture border="3">colors/black.png</texture>
|
||||
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
||||
<bordersize>3</bordersize>
|
||||
<colordiffuse>textboxInactive</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>12</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>240</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>regularStrong</font>
|
||||
<textcolor>disabled</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>12</posx>
|
||||
<posy>3-row</posy>
|
||||
<width>240</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>disabled</textcolor>
|
||||
<label>$INFO[ListItem.Property(Addon.Summary)]</label>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col-gutter</width>
|
||||
<height>4-col-gutter</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture border="0">$INFO[Listitem.thumb]</texture>
|
||||
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
||||
<bordersize>3</bordersize>
|
||||
<colordiffuse>ffFFFFFF</colordiffuse>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<!--top albums-->
|
||||
<control type="group" id="9300">
|
||||
<animation type="Conditional" condition="!controlgroup(9300).hasfocus">
|
||||
<animation type="Conditional" condition="!controlgroup(9300).hasfocus + !controlgroup(9000).hasfocus">
|
||||
<effect type="fade" start="100" end="5" time="200"/>
|
||||
</animation>
|
||||
<control type="label">
|
||||
|
@ -35,7 +35,7 @@
|
|||
<height>10-row</height>
|
||||
<onleft>9000</onleft>
|
||||
<ondown>9997</ondown>
|
||||
<content>musicdb://top100/albums/</content>
|
||||
<content>plugin://script.maximinimalism.functions?type=favouritealbums</content>
|
||||
<orientation>horizontal</orientation>
|
||||
<itemlayout width="4-col" height="4-col">
|
||||
<control type="image">
|
||||
|
|
Loading…
Reference in New Issue