180 lines
6.1 KiB
XML
180 lines
6.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<includes>
|
|
<!--Artist Album browser-->
|
|
<include name="musicartistcatalogue">
|
|
<!--fanart-->
|
|
<control type="group">
|
|
<visible>$EXP[isMusicArtistCatalogue]</visible>
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
<texture border="0">$INFO[Container(52).Art(fanart)]</texture>
|
|
<fadetime>0</fadetime>
|
|
<colordiffuse>66ffffff</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>vignette.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="group">
|
|
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
|
|
<effect type="fade" start="100" end="0" time="200"/>
|
|
</animation>
|
|
<!--title-->
|
|
<control type="group">
|
|
<posx>col-1-begin</posx>
|
|
<posy>row-10-begin</posy>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>4-row</posy>
|
|
<width>12-col</width>
|
|
<height>1-row</height>
|
|
<font>largeTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<aligny>center</aligny>
|
|
<shadowcolor></shadowcolor>
|
|
<wrapmultiline>true</wrapmultiline>
|
|
<label>$INFO[container.foldername]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>5-row</posy>
|
|
<width>12-col</width>
|
|
<height>2-row</height>
|
|
<align></align>
|
|
<font>menuTitle</font>
|
|
<textcolor>menuUnselected</textcolor>
|
|
<label>$INFO[Container(52).ListItemAbsolute(0).genre]</label>
|
|
</control>
|
|
</control>
|
|
<control type="panel" id="52">
|
|
<visible>$EXP[isMusicArtistCatalogue]</visible>
|
|
<posx>col-1-begin</posx>
|
|
<posy>696</posy>
|
|
<width>24-col</width>
|
|
<height>19-row</height>
|
|
<onleft>9000</onleft>
|
|
<ondown>50</ondown>
|
|
<onup>50</onup>
|
|
<pagecontrol>60</pagecontrol>
|
|
<orientation>horizontal</orientation>
|
|
<scrolltime tween="cubic" easing="out">600</scrolltime>
|
|
<itemlayout width="300" height="348">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>4-col-gutter</width>
|
|
<height>4-col-gutter</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/black.png</texture>
|
|
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
|
|
<bordersize>6</bordersize>
|
|
<colordiffuse>overlay</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>4-col-gutter</width>
|
|
<height>4-col-gutter</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>$INFO[ListItem.Art(thumb)]</texture>
|
|
<bordersize>6</bordersize>
|
|
<colordiffuse>BBFFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="textbox">
|
|
<visible>String.IsEmpty(listitem.title)</visible>
|
|
<posx>24</posx>
|
|
<posy>3-row</posy>
|
|
<width>228</width>
|
|
<height>6-row</height>
|
|
<font>largeLight</font>
|
|
<wrapmultiline>true</wrapmultiline>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!controlgroup(9000).hasfocus</visible>
|
|
<posx>12</posx>
|
|
<posy>268</posy>
|
|
<width>240</width>
|
|
<height>1-row</height>
|
|
<aligny>center</aligny>
|
|
<font>thumbTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>[B]$INFO[ListItem.Title][/B]</label>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!controlgroup(9000).hasfocus</visible>
|
|
<posx>12</posx>
|
|
<posy>292</posy>
|
|
<width>240</width>
|
|
<height>1-row</height>
|
|
<aligny>center</aligny>
|
|
<font>thumbTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.year]</label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="4-col" height="348">
|
|
<control type="group">
|
|
<include>focusThumb</include>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>4-col-gutter</width>
|
|
<height>4-col-gutter</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/black.png</texture>
|
|
<bordertexture colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
|
|
<bordersize>6</bordersize>
|
|
<colordiffuse>FF000000</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>4-col-gutter</width>
|
|
<height>4-col-gutter</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>$INFO[ListItem.Art(thumb)]</texture>
|
|
<bordersize>6</bordersize>
|
|
</control>
|
|
<control type="textbox">
|
|
<visible>String.IsEmpty(listitem.title)</visible>
|
|
<posx>24</posx>
|
|
<posy>3-row</posy>
|
|
<width>228</width>
|
|
<height>6-row</height>
|
|
<font>largeLight</font>
|
|
<wrapmultiline>true</wrapmultiline>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>268</posy>
|
|
<width>240</width>
|
|
<height>1-row</height>
|
|
<aligny>center</aligny>
|
|
<font>thumbTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>[B]$INFO[ListItem.Title][/B]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>292</posy>
|
|
<width>240</width>
|
|
<height>1-row</height>
|
|
<aligny>center</aligny>
|
|
<font>thumbTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[ListItem.year]</label>
|
|
</control>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
</includes> |