111 lines
4.1 KiB
XML
111 lines
4.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true">9999</defaultcontrol>
|
|
|
|
<previouswindow>home</previouswindow>
|
|
<controls>
|
|
<include>globalBackground</include>
|
|
|
|
<!--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>
|
|
|
|
<!--page container group-->
|
|
<control type="group">
|
|
|
|
<!--window fader-->
|
|
<animation type="conditional" condition="window.next(0) | window.next(1)">
|
|
<effect type="fade" start="100" end="0" time="300"/>
|
|
</animation>
|
|
|
|
<!--shift page for certain modal dialogs-->
|
|
<include>modalDialogContentShift</include>
|
|
|
|
<!--initial animation-->
|
|
<animation type="Windowopen">
|
|
<effect type="fade" start="0" end="100" time="300"/>
|
|
</animation>
|
|
|
|
<!--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">
|
|
<posx>51r</posx>
|
|
<posy>row-5-begin</posy>
|
|
<height>22-row</height>
|
|
<onleft>9999</onleft>
|
|
</control>
|
|
</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>
|
|
<control type="label">
|
|
<width>auto</width>
|
|
<font>pageTitle</font>
|
|
<label>31123</label>
|
|
<textcolor>textActive</textcolor>
|
|
</control>
|
|
<control type="label">
|
|
<visible>Playlist.IsRandom</visible>
|
|
<width>auto</width>
|
|
<font>pageTitle</font>
|
|
<label> ($LOCALIZE[31133])</label>
|
|
<textcolor>$INFO[skin.string(highlightColor)]</textcolor>
|
|
</control>
|
|
</control>
|
|
<!--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>
|
|
</control>
|
|
</control>
|
|
|
|
<!--dateTime-->
|
|
<include>dateTime</include>
|
|
</control>
|
|
|
|
<!--hub menu-->
|
|
<include>hubMenu</include>
|
|
<include>hubOptions</include>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>WindowID</include>
|
|
<label>MyMusicPlaylist.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window>
|