skin.pellucid/1080i/View_Albums.xml

300 lines
16 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">
2018-08-30 20:34:50 +02:00
<control type="group">
2018-10-06 20:24:09 +02:00
<visible>$EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue]</visible>
2018-05-14 21:11:10 +02:00
<control type="image">
2018-08-30 20:34:50 +02:00
<visible>control.hasfocus(9998) | control.hasfocus(9123)</visible>
<include>dimensionsFullscreen</include>
<texture fallback="colors/black.png">$INFO[container(9998).listitem.art(fanart)]</texture>
<colordiffuse>FF555555</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>250</fadetime>
</control>
<control type="group" id="9125">
<visible>$EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue] + !Skin.HasSetting(disableRecentAlbums)</visible>
<animation type="Conditional" condition="!controlgroup(9125).hasfocus">
<effect type="slide" start="0,0" end="0,-200" time="200"/>
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<animation type="Conditional" condition="controlgroup(9125).hasfocus">
<effect type="slide" start="0,-200" end="0,0" time="200" delay="300"/>
<effect type="fade" start="0" end="100" time="300" delay="350"/>
</animation>
<!--quick link selector-->
2022-08-12 00:04:51 +02:00
<control type="group">
<posx>col-4-begin</posx>
<posy>170</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>masks/menuBar.png</texture>
<colordiffuse>77000000</colordiffuse>
</control>
<control type="grouplist" id="9202">
<posx>0</posx>
<posy>0</posy>
<orientation>horizontal</orientation>
<itemgap>0</itemgap>
<onleft>9000</onleft>
<ondown>9998</ondown>
<onback>9000</onback>
<control type="button" id="506">
<description>Search</description>
<visible>System.HasAddon(script.globalsearch)</visible>
<width>1-col</width>
<texturenofocus></texturenofocus>
<texturefocus>masks/circle.png</texturefocus>
<focusedcolor>black</focusedcolor>
<font>symbolLarge</font>
<label></label>
<onclick>RunScript(script.globalsearch,artists=true&amp;albums=true&amp;songs=true&amp;musicvideos=true)</onclick>
</control>
<control type="button" id="4000">
<label>31180</label>
<texturenofocus></texturenofocus>
<onfocus>Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/recentAlbums.xsp)</onfocus>
<ondown>control.setfocus(9998,0)</ondown>
</control>
<control type="button" id="4001">
<label>31187</label>
<texturenofocus></texturenofocus>
<onfocus>Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/topAlbums.xsp)</onfocus>
<ondown>control.setfocus(9998,0)</ondown>
</control>
<control type="button" id="4002">
<label>31181</label>
<texturenofocus></texturenofocus>
<onfocus>Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/randomAlbums.xsp)</onfocus>
<ondown>control.setfocus(9998,0)</ondown>
</control>
<control type="button" id="3222">
<description>Sort by</description>
<texturenofocus></texturenofocus>
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
<onclick>Container.NextSortMethod</onclick>
<onclick>Control.setfocus(54,0,absolute)</onclick>
<onclick>Control.setfocus(3222)</onclick>
</control>
<control type="togglebutton" id="3223">
<description>Sort direction</description>
<focusedcolor>black</focusedcolor>
<color>textActive</color>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">masks/circle.png</texturefocus>
<alttexturefocus colordiffuse="FFFFFFFF">masks/circle.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<textoffsetx>0</textoffsetx>
<width>1-col</width>
<font>symbolLarge</font>
<label></label>
<altlabel></altlabel>
<onclick>Container.SetSortDirection</onclick>
<onclick>Control.setfocus(54,0,absolute)</onclick>
<onclick>Control.setfocus(3223)</onclick>
2022-08-12 14:39:31 +02:00
</control>
2022-08-12 00:04:51 +02:00
</control>
</control>
2018-08-30 20:34:50 +02:00
<!--quick links-->
<control type="panel" id="9998">
<posx>90</posx>
<posy>288</posy>
<width>24-col</width>
<height>11-row</height>
2022-08-12 00:04:51 +02:00
<onup>9202</onup>
2018-10-14 14:51:20 +02:00
<ondown>54</ondown>
2022-08-12 00:04:51 +02:00
<onleft>9998</onleft>
2018-08-30 20:34:50 +02:00
<onback>9000</onback>
<orientation>horizontal</orientation>
<onclick>activatewindow(music,musicdb://albums/$INFO[listitem.DBID]/,return)</onclick>
<onclick>Control.SetFocus(50)</onclick>
<itemlayout width="352" height="5-col-gutter">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
2018-05-22 00:00:46 +02:00
<height>324</height>
2018-08-30 20:34:50 +02:00
<aspectratio>stretch</aspectratio>
2022-08-12 00:04:51 +02:00
<texture diffuse="masks/albumThumb_2.png">colors/black.png</texture>
2018-08-30 20:34:50 +02:00
</control>
2017-09-20 21:10:17 +02:00
<control type="image">
2018-08-30 20:34:50 +02:00
<posx>0</posx>
<posy>0</posy>
<width>324</width>
2018-05-22 00:00:46 +02:00
<height>324</height>
2018-08-30 20:34:50 +02:00
<aspectratio>stretch</aspectratio>
2022-08-12 00:04:51 +02:00
<texture diffuse="masks/albumThumb_2.png" fallback="colors/black.png">$INFO[ListItem.Art(thumb)]</texture>
<colordiffuse>88ffffff</colordiffuse>
2018-08-30 20:34:50 +02:00
</control>
<control type="label">
2017-09-20 01:10:41 +02:00
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
2022-08-12 17:28:15 +02:00
<posy>328</posy>
2022-08-12 00:04:51 +02:00
<width>300</width>
2017-09-20 01:10:41 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
2022-08-12 00:04:51 +02:00
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist]</label>
2018-08-30 20:34:50 +02:00
</control>
</itemlayout>
<focusedlayout width="352" height="5-col-gutter">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<height>324</height>
<aspectratio>stretch</aspectratio>
2022-08-12 00:04:51 +02:00
<texture diffuse="masks/albumThumb_2.png">colors/black.png</texture>
2018-08-30 20:34:50 +02:00
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<height>324</height>
<aspectratio>stretch</aspectratio>
2022-08-12 00:04:51 +02:00
<texture diffuse="masks/albumThumb_2.png" fallback="colors/black.png">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture infill="false" diffuse="masks/albumThumb_2.png">colors/white.png</bordertexture>
<bordersize>6</bordersize>
2018-08-30 20:34:50 +02:00
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
2022-08-12 17:28:15 +02:00
<posy>328</posy>
2018-08-30 20:34:50 +02:00
<width>276</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
2018-10-01 22:38:21 +02:00
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist] - $INFO[listitem.year]</label>
2018-08-30 20:34:50 +02:00
</control>
2017-09-20 01:10:41 +02:00
</control>
2018-08-30 20:34:50 +02:00
</focusedlayout>
2022-08-12 00:04:51 +02:00
<content>$INFO[skin.string(musicQuickLinkValue)]</content>
2018-08-30 20:34:50 +02:00
</control>
</control>
<!--all albums-->
<control type="group" id="9124">
2020-04-03 21:08:25 +02:00
<animation type="Conditional" condition="controlgroup(9124).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus | Skin.HasSetting(disableRecentAlbums)">
2018-08-30 20:34:50 +02:00
<effect type="slide" start="0,0" end="0,-576" tween="sine" time="400"/>
</animation>
<control type="label">
<visible>!controlgroup(9000).hasfocus + $EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue]</visible>
<posx>col-1-begin</posx>
<posy>760</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31223]</label>
</control>
<control type="panel" id="54">
<visible>$EXP[isMusicAlbum]</visible>
2018-10-10 23:49:39 +02:00
<posx>90</posx>
2018-08-30 20:34:50 +02:00
<posy>864</posy>
<width>1800</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
2020-01-27 22:52:53 +01:00
<onup>9998</onup>
<onback>9998</onback>
2018-08-30 20:34:50 +02:00
<pagecontrol>60</pagecontrol>
2020-01-27 22:52:53 +01:00
<scrolltime tween="sine">250</scrolltime>
2018-10-06 20:24:09 +02:00
<itemlayout width="293" height="360">
2022-08-12 00:04:51 +02:00
<control type="image">
<visible>!ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
2017-09-19 22:24:15 +02:00
<aspectratio>stretch</aspectratio>
2022-08-12 00:04:51 +02:00
<texture diffuse="masks/albumThumb.png">colors/black.png</texture>
<colordiffuse>FFFFFFFF</colordiffuse>
2017-09-19 22:24:15 +02:00
</control>
2022-08-12 00:04:51 +02:00
<control type="image">
2018-09-11 20:41:30 +02:00
<visible>!ListItem.IsParentFolder</visible>
2018-08-30 20:34:50 +02:00
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
2022-08-12 00:04:51 +02:00
<texture fallback="colors/black.png" diffuse="masks/albumThumb.png">$INFO[ListItem.Art(thumb)]</texture>
<colordiffuse>88FFFFFF</colordiffuse>
2018-08-30 20:34:50 +02:00
</control>
2017-09-19 22:24:15 +02:00
<control type="textbox">
2017-12-21 15:16:56 +01:00
<visible>String.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>
2018-01-24 17:55:58 +01:00
<font>largeTitle</font>
2017-09-19 22:24:15 +02:00
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
2022-08-12 00:04:51 +02:00
<control type="textbox">
2017-09-20 01:10:41 +02:00
<visible>!controlgroup(9000).hasfocus</visible>
2022-08-12 00:04:51 +02:00
<posx></posx>
2022-08-12 17:28:15 +02:00
<posy>276</posy>
2022-08-12 00:04:51 +02:00
<width>264</width>
<height>60</height>
<align>center</align>
<aligny>top</aligny>
2017-09-20 01:10:41 +02:00
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
2022-08-12 00:04:51 +02:00
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist]</label>
2017-09-20 01:10:41 +02:00
</control>
2018-08-30 20:34:50 +02:00
</itemlayout>
2018-10-06 20:24:09 +02:00
<focusedlayout width="4-col" height="360">
2018-08-30 20:34:50 +02:00
<control type="group">
<include>focusThumb</include>
2022-08-12 00:04:51 +02:00
<control type="image">
<visible>!ListItem.IsParentFolder</visible>
2018-08-30 20:34:50 +02:00
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
2022-08-12 00:04:51 +02:00
<aspectratio>stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/albumThumb.png">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture infill="false" diffuse="masks/albumThumb.png">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
2018-08-30 20:34:50 +02:00
<control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible>
<posx>24</posx>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeTitle</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
2022-08-12 00:04:51 +02:00
<control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible>
<posx></posx>
2022-08-12 17:28:15 +02:00
<posy>276</posy>
2022-08-12 00:04:51 +02:00
<width>264</width>
<height>60</height>
<align>center</align>
<aligny>top</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist]</label>
</control>
2018-08-30 20:34:50 +02:00
</control>
</focusedlayout>
</control>
</control>
2017-09-20 01:10:41 +02:00
</control>
2015-04-06 21:57:56 +02:00
</include>
</includes>