skin.pellucidPlus/1080i/View_Albums.xml

278 lines
13 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">
2017-09-20 01:10:41 +02:00
<control type="group" id="9125">
<visible>$EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue]</visible>
<animation type="Conditional" condition="!controlgroup(9125).hasfocus">
<effect type="fade" start="100" end="0" time="100"/>
</animation>
<animation type="Conditional" condition="controlgroup(9125).hasfocus">
<effect type="fade" start="0" end="100" time="300" delay="300"/>
</animation>
<!--quick link selector-->
<control type="list" id="9123">
<posx>col-1-begin</posx>
2017-09-20 21:10:17 +02:00
<posy>row-5-begin</posy>
2017-09-20 01:10:41 +02:00
<width>24-col</width>
<height>2-row</height>
<onleft>9000</onleft>
<ondown>9998</ondown>
<onback>9000</onback>
<orientation>horizontal</orientation>
<itemlayout width="228" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>2-row</height>
<font>itemTitle</font>
<aligny>center</aligny>
<textcolor>textDisabled</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label>
</control>
</itemlayout>
<focusedlayout width="228" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>2-row</height>
<font>itemTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label>
</control>
</focusedlayout>
<content>
2017-09-20 21:10:17 +02:00
<item>
2017-09-20 01:10:41 +02:00
<label>special://skin/extras/playlists/recentAlbums.xsp</label>
<property name="textTitle">31180</property>
<onclick>noop</onclick>
</item>
2017-09-20 21:10:17 +02:00
<item>
2017-09-20 01:10:41 +02:00
<label>special://skin/extras/playlists/topAlbums.xsp</label>
<property name="textTitle">31187</property>
<onclick>noop</onclick>
</item>
2017-09-20 21:10:17 +02:00
<item>
2017-09-20 01:10:41 +02:00
<label>special://skin/extras/playlists/randomAlbums.xsp</label>
<property name="textTitle">31181</property>
<onclick>noop</onclick>
</item>
</content>
</control>
<!--quick links-->
2017-09-19 22:24:15 +02:00
<control type="panel" id="9998">
<posx>col-1-begin</posx>
2017-09-20 21:10:17 +02:00
<posy>row-7-begin</posy>
2017-09-19 22:24:15 +02:00
<width>24-col</width>
2017-09-20 01:10:41 +02:00
<height>11-row</height>
<onup>9123</onup>
2017-09-19 22:24:15 +02:00
<ondown>50</ondown>
<onleft>9000</onleft>
<onback>9000</onback>
<orientation>horizontal</orientation>
<onclick>activatewindow(music,musicdb://albums/$INFO[listitem.DBID],return)</onclick>
<onclick>Control.SetFocus(50)</onclick>
2017-09-20 01:10:41 +02:00
<itemlayout width="348" height="5-col-gutter">
2017-09-19 22:24:15 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>5-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture>
2017-09-20 21:10:17 +02:00
<bordertexture border="6" colordiffuse="22FFFFFF">colors/black.png</bordertexture>
2017-09-19 22:24:15 +02:00
<bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse>
2017-09-20 21:10:17 +02:00
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>5-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
2017-09-19 22:24:15 +02:00
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
2017-09-20 01:10:41 +02:00
<posy>9-row</posy>
<width>312</width>
2017-09-19 22:24:15 +02:00
<height>2-row</height>
<aligny>center</aligny>
2017-09-20 01:10:41 +02:00
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label>
2017-09-20 21:10:17 +02:00
</control>
2017-09-19 22:24:15 +02:00
</itemlayout>
2017-09-20 01:10:41 +02:00
<focusedlayout width="348" height="5-col-gutter">
2017-09-19 22:24:15 +02:00
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>5-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse>
2017-09-20 21:10:17 +02:00
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>5-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
2017-09-19 22:24:15 +02:00
</control>
<control type="label">
2017-09-20 01:10:41 +02:00
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>9-row</posy>
<width>312</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label>
</control>
2017-09-19 22:24:15 +02:00
</control>
</focusedlayout>
2017-09-20 01:10:41 +02:00
<content>$INFO[control.getlabel(9123)]</content>
2015-04-06 21:57:56 +02:00
</control>
2017-09-20 01:10:41 +02:00
</control>
2017-09-20 21:10:17 +02:00
<!--all albums-->
2017-09-20 01:10:41 +02:00
<control type="group" id="9124">
<animation type="Conditional" condition="controlgroup(9124).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus">
<effect type="slide" start="0,0" end="0,-504" tween="sine" time="400"/>
</animation>
<control type="label">
<visible>!controlgroup(9000).hasfocus + $EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue]</visible>
<posx>col-1-begin</posx>
2017-09-20 21:10:17 +02:00
<posy>row-19-begin</posy>
2017-09-20 01:10:41 +02:00
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
2017-09-20 21:10:17 +02:00
<label>$LOCALIZE[31223]</label>
2017-09-20 01:10:41 +02:00
</control>
2017-03-25 19:46:39 +01:00
<control type="panel" id="50">
<visible>$EXP[isMusicAlbum]</visible>
2017-09-19 22:24:15 +02:00
<posx>col-1-begin</posx>
2017-09-20 21:10:17 +02:00
<posy>row-21-begin</posy>
2017-03-25 19:46:39 +01:00
<width>1800</width>
2017-09-20 01:10:41 +02:00
<height>24-row</height>
2017-03-25 19:46:39 +01:00
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
2017-09-19 22:24:15 +02:00
<onup>9998</onup>
2017-03-25 19:46:39 +01:00
<onback>9000</onback>
<pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
2017-09-19 22:24:15 +02:00
<itemlayout width="293" 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>
2017-09-19 22:24:15 +02:00
<texture border="6">colors/white.png</texture>
2017-09-20 21:10:17 +02:00
<bordertexture border="6" colordiffuse="22FFFFFF">colors/black.png</bordertexture>
2016-01-25 21:09:11 +01:00
<bordersize>6</bordersize>
2017-09-19 22:24:15 +02:00
<colordiffuse>highlight</colordiffuse>
2017-09-20 21:10:17 +02:00
</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>ffFFFFFF</colordiffuse>
2015-05-17 21:57:22 +02:00
</control>
2017-09-19 22:24:15 +02:00
<control type="textbox">
2015-11-10 17:51:18 +01:00
<visible>isempty(listitem.title)</visible>
2017-09-19 22:24:15 +02:00
<posx>24</posx>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeStrong</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</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>
2017-09-20 01:10:41 +02:00
<posy>7-row</posy>
2016-11-08 11:36:35 +01:00
<width>240</width>
2017-09-20 01:10:41 +02:00
<height>2-row</height>
2016-11-08 11:36:35 +01:00
<aligny>center</aligny>
2017-05-07 14:14:10 +02:00
<font>thumbTitle</font>
2016-11-08 11:36:35 +01:00
<textcolor>textActive</textcolor>
2017-09-20 01:10:41 +02:00
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label>
2016-11-08 11:36:35 +01:00
</control>
2017-03-25 19:46:39 +01:00
</itemlayout>
<focusedlayout width="4-col" height="348">
<control type="group">
<include>focusThumb</include>
<control type="image">
2017-09-19 22:24:15 +02:00
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="6">colors/white.png</texture>
2017-09-20 21:10:17 +02:00
<bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
2017-09-19 22:24:15 +02:00
<bordersize>6</bordersize>
<colordiffuse>highlight</colordiffuse>
</control>
2017-09-20 21:10:17 +02:00
<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>
2017-09-19 22:24:15 +02:00
<control type="textbox">
<visible>isempty(listitem.title)</visible>
<posx>24</posx>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeStrong</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
2017-03-25 19:46:39 +01:00
<control type="label">
2017-09-20 01:10:41 +02:00
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>7-row</posy>
<width>240</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label>
</control>
2017-03-25 19:46:39 +01:00
</control>
</focusedlayout>
</control>
2017-09-20 01:10:41 +02:00
</control>
2015-04-06 21:57:56 +02:00
</include>
</includes>