skin.pellucid/1080i/View_MusicPlaylist.xml

255 lines
12 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>
2022-08-19 12:42:38 +02:00
<!--quick link selector-->
<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="9103">
<posx>0</posx>
<posy>0</posy>
<orientation>horizontal</orientation>
<itemgap>0</itemgap>
<onleft>9000</onleft>
<ondown>59</ondown>
<onback>9000</onback>
<control type="button" id="3500">
<description>Sort by</description>
<texturenofocus></texturenofocus>
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
<onclick>Container.NextSortMethod</onclick>
</control>
<control type="togglebutton" id="3501">
<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>
</control>
</control>
</control>
2015-05-26 20:58:11 +02:00
<control type="panel" id="59">
<posx>col-1-begin</posx>
2022-08-19 12:42:38 +02:00
<posy>row-7-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>
2022-08-19 12:42:38 +02:00
<onup>9103</onup>
2015-05-26 20:58:11 +02:00
<ondown>59</ondown>
2022-08-19 12:42:38 +02:00
<onback>9103</onback>
2015-05-26 20:58:11 +02:00
<pagecontrol>60</pagecontrol>
<scrolltime tween="sine" easing="inout">200</scrolltime>
2022-08-17 22:19:56 +02:00
<itemlayout width="23-col" height="2-row">
2020-01-27 22:52:53 +01:00
<control type="image">
2019-02-03 22:09:09 +01:00
<posx>0</posx>
2015-05-26 20:58:11 +02:00
<posy>0</posy>
2022-08-17 22:19:56 +02:00
<width>1-col</width>
<height>69</height>
2020-01-27 22:52:53 +01:00
<aspectratio>stretch</aspectratio>
2022-08-19 12:42:38 +02:00
<texture fallback="colors/black.png" diffuse="masks/iconEndCapLeft.png">$INFO[listitem.icon]</texture>
2020-01-27 22:52:53 +01:00
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
2022-08-17 22:19:56 +02:00
<posx>76</posx>
2020-01-27 22:52:53 +01:00
<posy>0</posy>
2022-08-17 22:19:56 +02:00
<width>7-col-gutter</width>
<height>69</height>
2015-05-26 20:58:11 +02:00
<aspectratio>stretch</aspectratio>
2022-08-17 22:19:56 +02:00
<texture>colors/black.png</texture>
2015-07-13 21:26:43 +02:00
<colordiffuse>overlay</colordiffuse>
2020-01-27 22:52:53 +01:00
</control>
<control type="image">
2022-08-17 22:19:56 +02:00
<posx>560</posx>
2020-01-27 22:52:53 +01:00
<posy>0</posy>
2022-08-17 22:19:56 +02:00
<width>7-col</width>
<height>69</height>
2020-01-27 22:52:53 +01:00
<aspectratio>stretch</aspectratio>
2022-08-17 22:19:56 +02:00
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
2020-01-27 22:52:53 +01:00
</control>
<control type="image">
2022-08-17 22:19:56 +02:00
<posx>1068</posx>
2020-01-27 22:52:53 +01:00
<posy>0</posy>
2022-08-17 22:19:56 +02:00
<width>514</width>
<height>69</height>
2020-01-27 22:52:53 +01:00
<aspectratio>stretch</aspectratio>
2022-08-17 22:19:56 +02:00
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
2020-01-27 22:52:53 +01:00
</control>
<control type="image">
2022-08-17 22:19:56 +02:00
<posx>1587</posx>
2020-01-27 22:52:53 +01:00
<posy>0</posy>
2022-08-17 22:19:56 +02:00
<width>141</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/songList2.png">colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
2016-07-31 17:47:00 +02:00
<control type="label">
2022-08-17 22:19:56 +02:00
<posx>96</posx>
2016-07-31 17:47:00 +02:00
<posy>0</posy>
2022-08-19 12:42:38 +02:00
<width>6-col</width>
2022-08-17 22:19:56 +02:00
<height>2-row</height>
2016-07-31 17:47:00 +02:00
<aligny>center</aligny>
2022-08-17 22:19:56 +02:00
<font>itemTitle</font>
2016-07-31 17:47:00 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2022-08-17 22:19:56 +02:00
<label>$INFO[ListItem.Title]</label>
2016-07-31 17:47:00 +02:00
</control>
2015-07-25 13:51:55 +02:00
<control type="label">
2022-08-17 22:19:56 +02:00
<posx>8-col</posx>
2018-01-24 21:53:15 +01:00
<posy>0</posy>
2022-08-17 22:19:56 +02:00
<width>7-col-gutter</width>
2015-05-26 20:58:11 +02:00
<height>2-row</height>
<aligny>center</aligny>
2022-08-17 22:19:56 +02:00
<font>playlistSubTitle</font>
2015-05-26 20:58:11 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2022-08-17 22:19:56 +02:00
<label>$INFO[ListItem.Artist]</label>
2015-05-26 20:58:11 +02:00
</control>
<control type="label">
2022-08-17 22:19:56 +02:00
<posx>1086</posx>
<posy>0</posy>
<width>7-col-gutter</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>
2022-08-17 22:19:56 +02:00
<label>$INFO[ListItem.album]</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>
2022-08-17 22:19:56 +02:00
<height>2-row</height>
2015-05-26 20:58:11 +02:00
<aligny>center</aligny>
2017-03-25 14:14:51 +01:00
<align>right</align>
2022-08-17 22:19:56 +02:00
<font>itemTitle</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>
2022-08-17 22:19:56 +02:00
<focusedlayout width="23-col" height="2-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>
2022-08-17 22:19:56 +02:00
<width>1-col</width>
<height>69</height>
2020-01-27 22:52:53 +01:00
<aspectratio>stretch</aspectratio>
2022-08-19 12:42:38 +02:00
<texture fallback="colors/white.png" diffuse="masks/iconEndCapLeft.png">$INFO[listitem.icon]</texture>
2020-01-27 22:52:53 +01:00
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
2022-08-17 22:19:56 +02:00
<posx>76</posx>
2020-01-27 22:52:53 +01:00
<posy>0</posy>
2022-08-17 22:19:56 +02:00
<width>7-col-gutter</width>
<height>69</height>
2015-07-13 21:26:43 +02:00
<aspectratio>stretch</aspectratio>
2022-08-17 22:19:56 +02:00
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2015-07-13 21:26:43 +02:00
</control>
2022-08-17 22:19:56 +02:00
<control type="image">
<posx>560</posx>
2018-01-24 21:53:15 +01:00
<posy>0</posy>
2022-08-17 22:19:56 +02:00
<width>7-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>1068</posx>
<posy>0</posy>
<width>514</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>1587</posx>
<posy>0</posy>
<width>141</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/songList2.png">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
2015-07-13 21:26:43 +02:00
</control>
2015-07-25 13:51:55 +02:00
<control type="label">
2022-08-17 22:19:56 +02:00
<posx>96</posx>
2015-07-25 13:51:55 +02:00
<posy>0</posy>
2022-08-19 12:42:38 +02:00
<width>6-col</width>
2022-08-17 22:19:56 +02:00
<height>2-row</height>
2015-07-25 13:51:55 +02:00
<aligny>center</aligny>
2022-08-17 22:19:56 +02:00
<font>itemTitle</font>
2015-07-25 13:51:55 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2022-08-17 22:19:56 +02:00
<label>$INFO[ListItem.Title]</label>
2015-05-26 20:58:11 +02:00
</control>
<control type="label">
2022-08-17 22:19:56 +02:00
<posx>8-col</posx>
<posy>0</posy>
<width>7-col-gutter</width>
2015-05-26 20:58:11 +02:00
<height>2-row</height>
<aligny>center</aligny>
2022-08-17 22:19:56 +02:00
<font>playlistSubTitle</font>
2015-05-26 20:58:11 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2022-08-17 22:19:56 +02:00
<label>$INFO[ListItem.Artist]</label>
2015-05-26 20:58:11 +02:00
</control>
<control type="label">
2022-08-17 22:19:56 +02:00
<posx>1086</posx>
<posy>0</posy>
<width>7-col-gutter</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>
2022-08-17 22:19:56 +02:00
<label>$INFO[ListItem.album]</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>
2022-08-17 22:19:56 +02:00
<height>2-row</height>
2015-05-26 20:58:11 +02:00
<aligny>center</aligny>
2017-03-25 14:14:51 +01:00
<align>right</align>
2022-08-17 22:19:56 +02:00
<font>itemTitle</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>