2015-11-04 21:43:54 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<includes>
|
|
|
|
<!--Artist Album browser-->
|
|
|
|
<include name="artistalbums">
|
|
|
|
|
|
|
|
<!--fanart-->
|
|
|
|
<control type="group">
|
2015-11-06 11:29:14 +01:00
|
|
|
<visible>container.content(albums) + !container.content(songs) + [SubString(container.folderpath,musicdb://artists) | SubString(container.folderpath,musicdb://genres)]</visible>
|
2015-11-04 21:43:54 +01:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>fullscreenWidth</width>
|
|
|
|
<height>fullscreenHeight</height>
|
|
|
|
<aspectratio scalediffuse="false" align="center">stretch</aspectratio>
|
2016-08-05 17:04:36 +02:00
|
|
|
<texture background="true" fallback="special://skin/extras/backgrounds/music.jpg" border="0">$INFO[Container.Art(artist.fanart)]</texture>
|
2015-11-04 21:43:54 +01:00
|
|
|
<fadetime>500</fadetime>
|
2015-12-09 22:40:20 +01:00
|
|
|
<colordiffuse>77FFFFFF</colordiffuse>
|
2015-11-04 21:43:54 +01:00
|
|
|
<include>kenBurnsey</include>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<texture>vignette.png</texture>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
|
|
|
|
<control type="group">
|
2015-11-05 16:13:27 +01:00
|
|
|
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
|
|
|
|
<effect type="fade" start="100" end="0" time="200"/>
|
|
|
|
</animation>
|
2015-11-04 21:43:54 +01:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
2015-11-05 16:13:27 +01:00
|
|
|
<posy>row-20-begin</posy>
|
|
|
|
<width>fullscreenWidth</width>
|
|
|
|
<height>15-row</height>
|
|
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
|
|
<texture border="0">colors/black.png</texture>
|
|
|
|
<colordiffuse>ccffffff</colordiffuse>
|
2015-11-04 21:43:54 +01:00
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
2015-11-05 16:13:27 +01:00
|
|
|
<posy>row-20-begin</posy>
|
|
|
|
<width>fullscreenWidth</width>
|
|
|
|
<height>6</height>
|
|
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
|
|
<texture border="0">colors/white.png</texture>
|
2016-02-21 19:58:08 +01:00
|
|
|
<colordiffuse>highlight</colordiffuse>
|
2015-11-04 21:43:54 +01:00
|
|
|
</control>
|
2015-11-05 16:13:27 +01:00
|
|
|
|
|
|
|
<!--titles-->
|
2015-11-04 21:43:54 +01:00
|
|
|
<control type="group">
|
2015-11-05 16:13:27 +01:00
|
|
|
<posx>col-1-begin</posx>
|
|
|
|
<posy>row-6-begin</posy>
|
|
|
|
<control type="label">
|
|
|
|
<posx>24-col</posx>
|
2016-02-21 19:58:08 +01:00
|
|
|
<posy>5-row</posy>
|
2015-11-05 16:13:27 +01:00
|
|
|
<width>24-col</width>
|
|
|
|
<height>8-row</height>
|
|
|
|
<align>right</align>
|
|
|
|
<font>veryLargeLight</font>
|
|
|
|
<textcolor>66ffffff</textcolor>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
<wrapmultiline>true</wrapmultiline>
|
2017-02-19 20:11:49 +01:00
|
|
|
<label>[B]$INFO[container.foldername][/B][CR]$INFO[listitem.title]</label>
|
2015-11-04 21:43:54 +01:00
|
|
|
</control>
|
2015-11-05 16:13:27 +01:00
|
|
|
<control type="label">
|
2016-05-11 21:27:33 +02:00
|
|
|
<visible>false</visible>
|
2015-11-04 21:43:54 +01:00
|
|
|
<posx>0</posx>
|
2015-11-05 16:13:27 +01:00
|
|
|
<posy>12-row</posy>
|
|
|
|
<width>24-col</width>
|
|
|
|
<height>2-row</height>
|
2016-01-25 21:09:11 +01:00
|
|
|
<font>large</font>
|
2015-11-05 16:13:27 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2015-11-22 20:48:07 +01:00
|
|
|
<shadowcolor>background</shadowcolor>
|
2016-05-11 21:27:33 +02:00
|
|
|
<label>$INFO[container.foldername]</label>
|
2015-11-04 21:43:54 +01:00
|
|
|
</control>
|
|
|
|
</control>
|
2015-11-05 16:13:27 +01:00
|
|
|
|
|
|
|
<control type="panel" id="50">
|
2015-11-06 11:29:14 +01:00
|
|
|
<visible>container.content(albums) + !container.content(songs) + [SubString(container.folderpath,musicdb://artists) | SubString(container.folderpath,musicdb://genres)]</visible>
|
2015-11-05 16:13:27 +01:00
|
|
|
<posx>72</posx>
|
|
|
|
<posy>row-21-begin</posy>
|
2016-07-24 20:39:38 +02:00
|
|
|
<width>1848</width>
|
2015-11-05 16:13:27 +01:00
|
|
|
<height>9-row</height>
|
|
|
|
<onleft>9000</onleft>
|
|
|
|
<ondown>50</ondown>
|
|
|
|
<onup>50</onup>
|
|
|
|
<pagecontrol>60</pagecontrol>
|
2017-02-19 20:11:49 +01:00
|
|
|
<orientation>horizontal</orientation>
|
2015-11-05 16:13:27 +01:00
|
|
|
<itemlayout width="300" height="300">
|
|
|
|
<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>
|
2016-01-25 21:09:11 +01:00
|
|
|
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
|
|
|
|
<bordersize>6</bordersize>
|
|
|
|
<colordiffuse>overlay</colordiffuse>
|
2015-11-05 16:13:27 +01: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>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>textDisabled</textcolor>
|
2015-11-10 17:51:18 +01:00
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
</control>
|
2015-11-05 16:13:27 +01:00
|
|
|
<control type="label">
|
|
|
|
<visible>!controlgroup(9000).hasfocus</visible>
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>2-row</posy>
|
|
|
|
<width>240</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>regularStrong</font>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>textDisabled</textcolor>
|
2015-11-05 16:13:27 +01:00
|
|
|
<label>$INFO[ListItem.Title]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<visible>!controlgroup(9000).hasfocus</visible>
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>3-row</posy>
|
|
|
|
<width>240</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>buttonTitle</font>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>textDisabled</textcolor>
|
2015-11-06 11:29:14 +01:00
|
|
|
<label>$INFO[ListItem.year,(,)]</label>
|
2015-11-05 16:13:27 +01:00
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<height>4-col-gutter</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
2016-01-25 21:09:11 +01:00
|
|
|
<texture border="6">$INFO[Listitem.thumb]</texture>
|
|
|
|
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
|
|
|
|
<bordersize>6</bordersize>
|
2015-11-05 16:13:27 +01:00
|
|
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout width="4-col" height="4-col">
|
|
|
|
<control type="group">
|
2016-04-03 17:35:32 +02:00
|
|
|
<include>focusThumb</include>
|
2015-11-05 16:13:27 +01: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>
|
2016-01-25 21:09:11 +01:00
|
|
|
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
|
|
|
|
<bordersize>6</bordersize>
|
2015-11-10 17:51:18 +01:00
|
|
|
<colordiffuse>ff666666</colordiffuse>
|
2015-11-05 16:13:27 +01: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>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[ListItem.label]</label>
|
2015-11-05 16:13:27 +01:00
|
|
|
</control>
|
2015-11-06 11:29:14 +01:00
|
|
|
<control type="label">
|
|
|
|
<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.Title]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>3-row</posy>
|
|
|
|
<width>240</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>buttonTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[ListItem.year,(,)]</label>
|
|
|
|
</control>
|
2015-11-05 16:13:27 +01:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<height>4-col-gutter</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
2016-01-25 21:09:11 +01:00
|
|
|
<texture border="6">$INFO[ListItem.Art(thumb)]</texture>
|
|
|
|
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
|
|
|
|
<bordersize>6</bordersize>
|
2015-11-05 16:13:27 +01:00
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
</control>
|
|
|
|
</control>
|
2015-11-04 21:43:54 +01:00
|
|
|
</control>
|
|
|
|
</include>
|
|
|
|
</includes>
|