skin.pellucid/1080i/View_MusicVideos.xml

107 lines
4.6 KiB
XML
Raw Normal View History

2017-03-09 00:54:23 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--Music Video browser-->
<include name="musicvideos">
2018-03-06 22:04:34 +01:00
<control type="panel" id="59">
2017-03-09 00:54:23 +01:00
<visible>$EXP[isMusicVideo]</visible>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>1800</width>
<height>25-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<onback>9000</onback>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<pagecontrol>60</pagecontrol>
<itemlayout width="444" height="360">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
2018-03-06 22:04:34 +01:00
<texture>colors/black.png</texture>
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
2017-03-09 00:54:23 +01:00
<bordersize>6</bordersize>
2018-03-06 22:04:34 +01:00
<colordiffuse>overlay</colordiffuse>
2017-03-09 00:54:23 +01:00
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
2018-03-06 22:04:34 +01:00
<texture>$INFO[Listitem.Art(thumb)]</texture>
2017-03-09 00:54:23 +01:00
<bordersize>6</bordersize>
2018-03-06 22:04:34 +01:00
<colordiffuse>77ffffff</colordiffuse>
2017-03-09 00:54:23 +01:00
</control>
<control type="label">
<posx>12</posx>
<posy>268</posy>
<width>384</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
2018-03-06 22:04:34 +01:00
<label>[B]$INFO[ListItem.label][/B]</label>
2017-03-09 00:54:23 +01:00
</control>
<control type="label">
<posx>12</posx>
<posy>292</posy>
<width>384</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.artist] $INFO[ListItem.year,(,)]</label>
</control>
</itemlayout>
<focusedlayout width="444" height="360">
<control type="group">
<include>focusThumb</include>
2018-03-06 22:04:34 +01:00
<control type="image">
2017-03-09 00:54:23 +01:00
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
2018-03-06 22:04:34 +01:00
<texture border="6">colors/black.png</texture>
2017-03-09 00:54:23 +01:00
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
2018-03-06 22:04:34 +01:00
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[Listitem.thumb]</texture>
<bordersize>6</bordersize>
2017-03-09 00:54:23 +01:00
</control>
<control type="label">
<posx>12</posx>
<posy>268</posy>
<width>384</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
2018-03-06 22:04:34 +01:00
<label>[B]$INFO[ListItem.label][/B]</label>
2017-03-09 00:54:23 +01:00
</control>
<control type="label">
<posx>12</posx>
<posy>292</posy>
<width>384</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.artist] $INFO[ListItem.year,(,)]</label>
</control>
</control>
</focusedlayout>
</control>
</include>
</includes>