skin.pellucidPlus/1080i/View_MusicPlaylist.xml

273 lines
13 KiB
XML
Raw Normal View History

2015-05-26 20:58:11 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--playlist-->
2017-03-25 19:46:39 +01:00
<include name="musicPlayList">
2015-05-26 20:58:11 +02:00
<control type="group">
2017-03-25 19:46:39 +01:00
<visible>$EXP[isMusicPlaylist]</visible>
2015-05-26 20:58:11 +02:00
<control type="panel" id="59">
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
2018-01-24 21:53:15 +01:00
<width>24-col</width>
2015-06-02 23:55:56 +02:00
<height>23-row</height>
2015-05-26 20:58:11 +02:00
<onleft>9000</onleft>
<onright>60</onright>
<onup>59</onup>
<ondown>59</ondown>
2016-02-26 21:34:36 +01:00
<onback>9000</onback>
2015-05-26 20:58:11 +02:00
<pagecontrol>60</pagecontrol>
<scrolltime tween="sine" easing="inout">200</scrolltime>
2018-01-24 21:53:15 +01:00
<itemlayout width="23-col" height="3-row">
2020-01-27 22:52:53 +01:00
<control type="image">
<visible>!listitem.isplaying</visible>
2019-02-03 22:09:09 +01:00
<posx>0</posx>
2015-05-26 20:58:11 +02:00
<posy>0</posy>
2020-01-27 22:52:53 +01:00
<width>105</width>
<height>105</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<visible>!listitem.isplaying</visible>
<posx>108</posx>
<posy>0</posy>
<width>1620</width>
2018-01-24 21:53:15 +01:00
<height>105</height>
2015-05-26 20:58:11 +02:00
<aspectratio>stretch</aspectratio>
2015-07-13 21:26:43 +02:00
<texture border="0">colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
2020-01-27 22:52:53 +01:00
</control>
<control type="image">
<animation type="conditional" condition="player.paused">
<effect type="fade" start="100" end="50" time="0"/>
</animation>
<visible>ListItem.IsPlaying</visible>
<posx>0</posx>
<posy>0</posy>
<width>105</width>
<height>105</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<animation type="conditional" condition="player.paused">
<effect type="fade" start="100" end="50" time="0"/>
</animation>
<visible>ListItem.IsPlaying</visible>
<posx>108</posx>
<posy>0</posy>
<width>1620</width>
<height>105</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi</visible>
<posx>18</posx>
<posy>0</posy>
<width>72</width>
<height>72</height>
<texture>equaliser.gif</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="44" tween="back" easing="out" time="1000"/>
</animation>
2015-05-26 20:58:11 +02:00
</control>
2016-07-31 17:47:00 +02:00
<control type="label">
2017-11-19 21:43:21 +01:00
<visible>ListItem.IsPlaying + !player.paused + [System.Platform.Linux.RaspberryPi | Skin.HasSetting(lowPowerMode)]</visible>
2016-07-31 17:47:00 +02:00
<posx>0</posx>
<posy>0</posy>
2018-01-24 21:53:15 +01:00
<width>105</width>
<height>105</height>
2016-07-31 17:47:00 +02:00
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2016-07-31 17:47:00 +02:00
<label></label>
</control>
2015-07-25 13:51:55 +02:00
<control type="label">
<visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx>
<posy>0</posy>
2018-01-24 21:53:15 +01:00
<width>105</width>
<height>105</height>
2015-07-25 13:51:55 +02:00
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-07-25 13:51:55 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2015-07-25 13:51:55 +02:00
<label></label>
</control>
2015-07-13 21:26:43 +02:00
<control type="image">
<visible>!ListItem.IsPlaying</visible>
2015-05-26 20:58:11 +02:00
<posx>0</posx>
2018-01-24 21:53:15 +01:00
<posy>0</posy>
<width>105</width>
<height>105</height>
2015-05-26 20:58:11 +02:00
<aspectratio scalediffuse="false">stretch</aspectratio>
2019-02-03 22:09:09 +01:00
<bordersize>6</bordersize>
2018-01-24 21:53:15 +01:00
<texture fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture>
2015-05-26 20:58:11 +02:00
</control>
<control type="label">
2019-02-03 22:09:09 +01:00
<posx>117</posx>
2018-01-24 21:53:15 +01:00
<posy>-4</posy>
2017-03-25 19:46:39 +01:00
<width>13-col</width>
2015-05-26 20:58:11 +02:00
<height>2-row</height>
<aligny>center</aligny>
2018-01-24 21:53:15 +01:00
<font>dialogTitle</font>
2015-05-26 20:58:11 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2017-03-25 14:14:51 +01:00
<label>$INFO[ListItem.Title]</label>
2015-05-26 20:58:11 +02:00
</control>
<control type="label">
2019-02-03 22:09:09 +01:00
<posx>117</posx>
2019-06-22 18:32:41 +02:00
<posy>35</posy>
2017-03-25 19:46:39 +01:00
<width>13-col</width>
2017-03-25 14:14:51 +01:00
<height>2-row</height>
<aligny>center</aligny>
2018-01-24 21:53:15 +01:00
<font>playlistSubTitle</font>
2017-03-25 14:14:51 +01:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2019-06-22 18:32:41 +02:00
<label>$INFO[ListItem.Artist]$INFO[ListItem.Album, • , ]$INFO[ListItem.year,(,)]</label>
2017-03-25 14:14:51 +01:00
</control>
2015-05-26 20:58:11 +02:00
<control type="label">
2018-01-24 21:53:15 +01:00
<right>-36</right>
2015-05-26 20:58:11 +02:00
<posy>0</posy>
2017-03-25 14:14:51 +01:00
<width>3-col-gutter</width>
2018-01-24 21:53:15 +01:00
<height>105</height>
2015-05-26 20:58:11 +02:00
<aligny>center</aligny>
2017-03-25 14:14:51 +01:00
<align>right</align>
2018-01-24 21:53:15 +01:00
<font>regularStrong</font>
2015-05-26 20:58:11 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2017-03-25 14:14:51 +01:00
<label>$INFO[listitem.duration]</label>
2015-05-26 20:58:11 +02:00
</control>
</itemlayout>
2018-01-24 21:53:15 +01:00
<focusedlayout width="23-col" height="3-row">
2020-01-27 22:52:53 +01:00
<control type="image">
<animation type="focus">
<effect type="fade" start="100" end="33" time="0"/>
</animation>
2019-02-03 22:09:09 +01:00
<posx>0</posx>
2015-05-26 20:58:11 +02:00
<posy>0</posy>
2020-01-27 22:52:53 +01:00
<width>105</width>
<height>105</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<animation type="conditional" condition="player.playing">
<effect type="fade" start="100" end="50" time="0"/>
</animation>
<posx>108</posx>
<posy>0</posy>
<width>1620</width>
2018-01-24 21:53:15 +01:00
<height>105</height>
2015-07-13 21:26:43 +02:00
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2015-07-13 21:26:43 +02:00
</control>
<control type="image">
2016-07-31 17:47:00 +02:00
<visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi</visible>
2018-01-24 21:53:15 +01:00
<posx>18</posx>
<posy>0</posy>
<width>72</width>
<height>72</height>
2015-07-13 21:26:43 +02:00
<texture>equaliser.gif</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
2018-01-24 21:53:15 +01:00
<effect type="rotatey" end="360" center="44" tween="back" easing="out" time="1000"/>
2015-07-13 21:26:43 +02:00
</animation>
</control>
2016-07-31 17:47:00 +02:00
<control type="label">
<visible>ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi</visible>
<posx>0</posx>
<posy>0</posy>
2018-01-24 21:53:15 +01:00
<width>105</width>
<height>105</height>
2016-07-31 17:47:00 +02:00
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2016-07-31 17:47:00 +02:00
<label></label>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
2018-01-24 21:53:15 +01:00
<effect type="rotatey" end="360" center="52" tween="back" easing="out" time="1000"/>
2016-07-31 17:47:00 +02:00
</animation>
</control>
2015-07-25 13:51:55 +02:00
<control type="label">
<visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx>
<posy>0</posy>
2018-01-24 21:53:15 +01:00
<width>105</width>
<height>105</height>
2015-07-25 13:51:55 +02:00
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-07-25 13:51:55 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2015-07-25 13:51:55 +02:00
<label></label>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
2018-01-24 21:53:15 +01:00
<effect type="rotatey" end="360" center="52" tween="back" easing="out" time="1000"/>
2015-07-25 13:51:55 +02:00
</animation>
</control>
2015-07-13 21:26:43 +02:00
<control type="image">
<visible>!ListItem.IsPlaying</visible>
2015-05-26 20:58:11 +02:00
<posx>0</posx>
2018-01-24 21:53:15 +01:00
<posy>0</posy>
<width>105</width>
<height>105</height>
2019-02-03 22:09:09 +01:00
<bordersize>6</bordersize>
2015-05-26 20:58:11 +02:00
<aspectratio scalediffuse="false">stretch</aspectratio>
2018-01-24 21:53:15 +01:00
<texture fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture>
2015-05-26 20:58:11 +02:00
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
2018-01-24 21:53:15 +01:00
<effect type="rotatey" end="360" center="52" tween="back" easing="out" time="1000"/>
2015-05-26 20:58:11 +02:00
</animation>
</control>
<control type="label">
2019-02-03 22:09:09 +01:00
<posx>117</posx>
2018-01-24 21:53:15 +01:00
<posy>-4</posy>
2017-03-25 19:46:39 +01:00
<width>13-col</width>
2015-05-26 20:58:11 +02:00
<height>2-row</height>
<aligny>center</aligny>
2018-01-24 21:53:15 +01:00
<font>dialogTitle</font>
2015-05-26 20:58:11 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2017-03-25 14:14:51 +01:00
<label>$INFO[ListItem.Title]</label>
2015-05-26 20:58:11 +02:00
</control>
<control type="label">
2019-02-03 22:09:09 +01:00
<posx>117</posx>
2019-06-22 18:32:41 +02:00
<posy>35</posy>
2017-03-25 19:46:39 +01:00
<width>13-col</width>
2017-03-25 14:14:51 +01:00
<height>2-row</height>
<aligny>center</aligny>
2018-01-24 21:53:15 +01:00
<font>playlistSubTitle</font>
2017-03-25 14:14:51 +01:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2019-06-22 18:32:41 +02:00
<label>$INFO[ListItem.Artist]$INFO[ListItem.Album, • , ]$INFO[ListItem.year,(,)]</label>
2017-03-25 14:14:51 +01:00
</control>
2015-05-26 20:58:11 +02:00
<control type="label">
2018-01-24 21:53:15 +01:00
<right>-36</right>
2015-05-26 20:58:11 +02:00
<posy>0</posy>
2017-03-25 14:14:51 +01:00
<width>3-col-gutter</width>
2018-01-24 21:53:15 +01:00
<height>105</height>
2015-05-26 20:58:11 +02:00
<aligny>center</aligny>
2017-03-25 14:14:51 +01:00
<align>right</align>
2018-01-24 21:53:15 +01:00
<font>regularStrong</font>
2015-05-26 20:58:11 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2017-03-25 14:14:51 +01:00
<label>$INFO[listitem.duration]</label>
2015-05-26 20:58:11 +02:00
</control>
</focusedlayout>
</control>
</control>
</include>
</includes>