skin.pellucidPlus/1080i/View_Albums.xml

147 lines
7.1 KiB
XML
Raw Normal View History

2015-04-06 21:57:56 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--Album browser-->
2017-03-25 19:46:39 +01:00
<include name="musicalbum">
2015-04-06 21:57:56 +02:00
<!--fanart-->
<control type="group">
2017-03-25 19:46:39 +01:00
<visible>$EXP[isMusicAlbum]</visible>
2015-04-06 21:57:56 +02:00
<control type="image">
<include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio>
2015-11-04 21:43:54 +01:00
<texture background="true" border="0">$INFO[listitem.Art(artist.fanart)]</texture>
2015-04-06 21:57:56 +02:00
<fadetime>1500</fadetime>
2015-04-12 22:22:47 +02:00
<colordiffuse>22ffffff</colordiffuse>
2015-04-06 21:57:56 +02:00
</control>
2017-03-25 19:46:39 +01:00
<control type="panel" id="50">
<visible>$EXP[isMusicAlbum]</visible>
<posx>78</posx>
<posy>row-5-begin</posy>
<width>1800</width>
<height>24-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<onback>9000</onback>
<pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="300" height="348">
2015-04-06 21:57:56 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
2016-04-04 17:48:12 +02:00
<texture border="6">DefaultAlbumCover.png</texture>
2017-03-25 19:46:39 +01:00
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
2016-01-25 21:09:11 +01:00
<bordersize>6</bordersize>
2017-03-25 19:46:39 +01:00
<colordiffuse>overlay</colordiffuse>
2015-05-17 21:57:22 +02:00
</control>
2015-11-10 17:51:18 +01:00
<control type="label">
<visible>isempty(listitem.title)</visible>
<posx>12</posx>
<posy>2-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
2017-03-25 19:46:39 +01:00
<textcolor>textDisabled</textcolor>
2015-11-10 17:51:18 +01:00
<label>$INFO[ListItem.label]</label>
</control>
2016-11-08 11:36:35 +01:00
<control type="label">
2017-03-25 19:46:39 +01:00
<visible>!controlgroup(9000).hasfocus</visible>
2016-11-08 11:36:35 +01:00
<posx>12</posx>
<posy>262</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">
2017-03-25 19:46:39 +01:00
<visible>!controlgroup(9000).hasfocus</visible>
2016-11-08 11:36:35 +01:00
<posx>12</posx>
<posy>286</posy>
<width>240</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
2017-03-25 19:46:39 +01:00
<textcolor>textDisabled</textcolor>
2016-11-08 11:36:35 +01:00
<label>$INFO[ListItem.artist]</label>
</control>
2017-03-25 19:46:39 +01:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="6">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</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 border="6">DefaultAlbumCover.png</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ff666666</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 border="6">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
</control>
<control type="label">
<visible>isempty(listitem.title)</visible>
<posx>12</posx>
<posy>2-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>262</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>286</posy>
<width>240</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.artist]</label>
</control>
</control>
</focusedlayout>
</control>
2015-04-06 21:57:56 +02:00
</control>
</include>
</includes>