2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
2017-02-16 20:04:05 +01:00
|
|
|
<defaultcontrol always="true">59</defaultcontrol>
|
2016-11-29 23:56:29 +01:00
|
|
|
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
|
2016-11-19 12:33:24 +01:00
|
|
|
<include>fadeInOut</include>
|
2018-01-24 21:53:15 +01:00
|
|
|
<views>59</views>
|
2014-09-28 20:47:53 +02:00
|
|
|
<controls>
|
|
|
|
<include>globalBackground</include>
|
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">
|
|
|
|
<!--shift page for certain modal dialogs-->
|
|
|
|
<include>modalDialogContentShift</include>
|
2015-05-26 20:58:11 +02:00
|
|
|
<!--Main content listing-->
|
|
|
|
<control type="group" id="9999">
|
2016-11-21 21:36:06 +01:00
|
|
|
<include>contentOpen</include>
|
2017-03-25 19:46:39 +01:00
|
|
|
<include>musicPlayList</include>
|
2015-05-26 20:58:11 +02:00
|
|
|
</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">
|
2017-01-12 15:09:42 +01:00
|
|
|
<posx>52r</posx>
|
|
|
|
<posy>row-6-begin</posy>
|
|
|
|
<height>20-row</height>
|
2015-05-26 20:58:11 +02:00
|
|
|
<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>
|
2017-09-24 20:19:10 +02:00
|
|
|
<!--page header-->
|
2015-05-26 20:58:11 +02:00
|
|
|
<control type="group">
|
2017-09-24 20:19:10 +02:00
|
|
|
<include>pageHeader</include>
|
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
2016-11-29 23:56:29 +01:00
|
|
|
<!--mini window-->
|
|
|
|
<include>miniVideoPlayer</include>
|
2015-05-26 20:58:11 +02:00
|
|
|
<!--hub menu-->
|
|
|
|
<include>hubMenu</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>WindowID</include>
|
2017-03-26 17:22:07 +02:00
|
|
|
<label>MyPlaylist.xml path: $INFO[container.folderpath] name: $INFO[container.foldername] content: $INFO[container.content] Control: $INFO[System.CurrentControl]</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
</controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
</window>
|