skin.pellucidPlus/1080i/View_Songs.xml

299 lines
14 KiB
XML
Raw Normal View History

2015-04-06 21:57:56 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--Song browser-->
<include name="song">
<control type="group">
<visible>container.content(songs) + !Substring(Container.folderpath,addons://sources/audio) + !Substring(Container.folderpath,plugin://) + Substring(Container.folderpath,musicdb://)</visible>
2015-04-06 21:57:56 +02:00
<control type="image">
<include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio>
2015-05-10 21:59:54 +02:00
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[Container.Art(artist.fanart)]</texture>
2015-04-06 21:57:56 +02:00
<colordiffuse>44ffffff</colordiffuse>
2015-07-04 21:12:05 +02:00
<include>kenBurnsey</include>
2015-04-06 21:57:56 +02:00
</control>
<control type="image">
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</control>
<control type="group">
<visible>container.content(songs) + !Substring(Container.folderpath,addons://sources/audio) + !Substring(Container.folderpath,plugin://) + Substring(Container.folderpath,musicdb://)</visible>
2015-04-06 21:57:56 +02:00
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<animation type="visible">
<include>listSlideIn</include>
</animation>
<animation type="hidden">
<effect type="fade" start="100" end="0" time="0"/>
2015-04-06 21:57:56 +02:00
</animation>
<!--album thumb and info-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>8-col</height>
<aspectratio>stretch</aspectratio>
2016-08-12 19:24:31 +02:00
<texture fallback="DefaultAlbumCover.png" diffuse="masks/discSurface.png" border="6">$VAR[songViewThumb]</texture>
2016-01-25 21:09:11 +01:00
<bordertexture border="6" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
2015-04-06 21:57:56 +02:00
<fadetime>500</fadetime>
2015-04-19 22:55:23 +02:00
<animation effect="rotateY" end="-7" center="auto,auto" time="0">windowopen</animation>
2015-04-06 21:57:56 +02:00
</control>
</control>
<control type="group">
<visible>container.content(songs) + !Substring(Container.folderpath,addons://sources/audio) + !Substring(Container.folderpath,plugin://) + Substring(Container.folderpath,musicdb://)</visible>
2015-04-06 21:57:56 +02:00
<control type="label">
<posx>col-10-begin</posx>
<posy>row-5-begin</posy>
<width>15-col</width>
<height>2-row</height>
2016-07-04 14:52:43 +02:00
<font>largeLight</font>
2015-04-06 21:57:56 +02:00
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
2016-08-12 19:24:31 +02:00
<label>[B]$VAR[songViewAlbum][/B]</label>
2015-04-06 21:57:56 +02:00
</control>
<control type="label">
<posx>col-10-begin</posx>
<posy>row-7-begin</posy>
<width>15-col</width>
<height>1-row</height>
2016-07-04 14:52:43 +02:00
<font>regular</font>
2015-04-06 21:57:56 +02:00
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
2016-08-12 19:24:31 +02:00
<label>$VAR[songViewArtist]</label>
2015-04-06 21:57:56 +02:00
</control>
</control>
<control type="panel" id="50">
<visible>container.content(songs) + !Substring(Container.folderpath,addons://sources/audio) + !Substring(Container.folderpath,plugin://) + Substring(Container.folderpath,musicdb://)</visible>
2015-04-06 21:57:56 +02:00
<posx>col-10-begin</posx>
<posy>row-9-begin</posy>
<width>15-col</width>
2015-07-03 19:35:36 +02:00
<height>19-row</height>
2015-04-06 21:57:56 +02:00
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
2015-04-06 21:57:56 +02:00
<pagecontrol>60</pagecontrol>
<itemlayout width="15-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
2015-04-19 22:55:23 +02:00
<height>69</height>
2015-04-06 21:57:56 +02:00
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>textboxInactive</colordiffuse>
</control>
2015-05-26 22:18:13 +02:00
<control type="image">
2016-07-31 18:54:14 +02:00
<visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi</visible>
2015-05-26 22:18:13 +02:00
<posx>12</posx>
<posy>0</posy>
<width>1-col-gutter</width>
<height>1-col-gutter</height>
<texture>equaliser.gif</texture>
</control>
2016-07-31 18:54:14 +02:00
<control type="label">
<visible>ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
2015-07-21 22:17:36 +02:00
<control type="label">
<visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-07-21 22:17:36 +02:00
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
2015-04-06 21:57:56 +02:00
<control type="label">
2015-05-26 22:18:13 +02:00
<visible>!ListItem.IsPlaying</visible>
2015-04-06 21:57:56 +02:00
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.TrackNumber]</label>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
2016-03-29 10:16:59 +02:00
<width>12-col-textbox</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="image">
<posx>13-col</posx>
<posy>0</posy>
<width>2-col-textbox</width>
2015-04-19 22:55:23 +02:00
<height>69</height>
2015-04-06 21:57:56 +02:00
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Title]</label>
</control>
<control type="label">
<posx>12-col</posx>
<posy>0</posy>
<width>1-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2016-03-29 10:16:59 +02:00
<align>right</align>
2015-04-06 21:57:56 +02:00
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label fallback="•••">$INFO[ListItem.Rating,,*]</label>
</control>
<control type="label">
<posx>13-col-indent</posx>
<posy>0</posy>
<width>2-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2016-03-29 10:16:59 +02:00
<align>center</align>
2015-04-06 21:57:56 +02:00
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.duration]</label>
</control>
</itemlayout>
<focusedlayout width="15-col" height="2-row">
2015-04-06 21:57:56 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<bordersize>0</bordersize>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2015-04-06 21:57:56 +02:00
<include>spinFocusIcon</include>
</control>
2015-05-26 22:18:13 +02:00
<control type="image">
2016-07-31 18:54:14 +02:00
<visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi</visible>
2015-05-26 22:18:13 +02:00
<posx>12</posx>
<posy>0</posy>
<width>1-col-gutter</width>
<height>1-col-gutter</height>
<texture>equaliser.gif</texture>
</control>
2016-07-31 18:54:14 +02:00
<control type="label">
<visible>ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
2015-07-21 22:17:36 +02:00
<control type="label">
<visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-07-21 22:17:36 +02:00
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
2015-04-06 21:57:56 +02:00
<control type="label">
2015-05-26 22:18:13 +02:00
<visible>!ListItem.IsPlaying</visible>
2015-04-06 21:57:56 +02:00
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.TrackNumber]</label>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>15-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<bordersize>0</bordersize>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2015-04-06 21:57:56 +02:00
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Title]</label>
</control>
<control type="label">
<posx>12-col</posx>
<posy>0</posy>
<width>1-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2016-03-29 10:16:59 +02:00
<align>right</align>
2015-04-06 21:57:56 +02:00
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label fallback="•••">$INFO[ListItem.Rating,,*]</label>
</control>
<control type="label">
<posx>13-col-indent</posx>
<posy>0</posy>
<width>2-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2016-03-29 10:16:59 +02:00
<align>center</align>
2015-04-06 21:57:56 +02:00
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.duration]</label>
</control>
</focusedlayout>
</control>
</include>
</includes>