skin.pellucid/1080i/MyMusicPlaylist.xml

112 lines
4.1 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2015-05-26 20:58:11 +02:00
<defaultcontrol always="true">9999</defaultcontrol>
2015-11-08 21:16:04 +01:00
2015-03-27 21:31:13 +01:00
<previouswindow>home</previouswindow>
2014-09-28 20:47:53 +02:00
<controls>
<include>globalBackground</include>
2015-05-26 20:58:11 +02:00
2015-07-13 21:26:43 +02:00
<!--fanart-->
<control type="group">
<control type="image">
<include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" border="0">$INFO[Listitem.art(fanart)]</texture>
<fadetime>500</fadetime>
<colordiffuse>22ffffff</colordiffuse>
</control>
<control type="image">
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<include>kenBurnsey</include>
</control>
2014-09-28 20:47:53 +02:00
<!--page container group-->
<control type="group">
2015-05-26 20:58:11 +02:00
2014-09-28 20:47:53 +02:00
<!--window fader-->
<animation type="conditional" condition="window.next(0) | window.next(1)">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="100" end="0" time="300"/>
2014-09-28 20:47:53 +02:00
</animation>
2015-05-26 20:58:11 +02:00
2014-09-28 20:47:53 +02:00
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
2015-05-26 20:58:11 +02:00
2015-05-26 22:18:13 +02:00
<!--initial animation-->
<animation type="Windowopen">
2016-01-03 21:01:45 +01:00
<effect type="fade" start="0" end="100" time="300"/>
2015-05-26 22:18:13 +02:00
</animation>
2015-05-26 20:58:11 +02:00
<!--Main content listing-->
<control type="group" id="9999">
<include>viewMusicPlayList</include>
</control>
<!--page scrollbar-->
<control type="group" id="8000">
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
2015-11-08 21:16:04 +01:00
<posx>51r</posx>
2015-05-26 20:58:11 +02:00
<posy>row-5-begin</posy>
<height>22-row</height>
<onleft>9999</onleft>
2016-02-22 22:10:50 +01:00
<onback>9999</onback>
2014-09-28 20:47:53 +02:00
</control>
2015-05-26 20:58:11 +02:00
</control>
<!--Folder titles-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<!--source title-->
<control type="grouplist">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>1-row</height>
<itemgap>0</itemgap>
<orientation>horizontal</orientation>
2014-09-28 20:47:53 +02:00
<control type="label">
2015-05-26 20:58:11 +02:00
<width>auto</width>
<font>pageTitle</font>
<label>31123</label>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
2015-05-26 20:58:11 +02:00
<control type="label">
<visible>Playlist.IsRandom</visible>
<width>auto</width>
<font>pageTitle</font>
<label> ($LOCALIZE[31133])</label>
2016-02-21 19:58:08 +01:00
<textcolor>highlight</textcolor>
2014-09-28 20:47:53 +02:00
</control>
</control>
2015-05-26 20:58:11 +02:00
<!--source subtitle-->
<control type="label">
<posx>0</posx>
<posy>45</posy>
<width>24-col</width>
<font>regular</font>
<label>$INFO[container.Numitems,, $LOCALIZE[31014]]</label>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
</control>
2015-05-26 20:58:11 +02:00
<!--dateTime-->
<include>dateTime</include>
2014-09-28 20:47:53 +02:00
</control>
2015-05-26 20:58:11 +02:00
<!--hub menu-->
<include>hubMenu</include>
2015-12-01 21:38:46 +01:00
<include>hubOptions</include>
2014-09-28 20:47:53 +02:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>MyMusicPlaylist.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>