2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
2016-11-19 12:33:24 +01:00
|
|
|
<defaultcontrol always="true">9999</defaultcontrol>
|
|
|
|
<include>fadeInOut</include>
|
2017-01-12 15:09:42 +01:00
|
|
|
<onload>Skin.SetString(recentitems,music)</onload>
|
2017-12-21 15:16:56 +01:00
|
|
|
<views>50,51,52,53,54,55</views>
|
2014-09-28 20:47:53 +02:00
|
|
|
<controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
<include>globalBackground</include>
|
2017-09-24 01:12:32 +02:00
|
|
|
<control type="group">
|
|
|
|
<visible>$EXP[isMusicSong]</visible>
|
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
|
|
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[Container.Art(artist.fanart)]</texture>
|
|
|
|
<fadetime>500</fadetime>
|
2018-01-24 21:53:15 +01:00
|
|
|
<colordiffuse>55ffffff</colordiffuse>
|
2017-09-24 01:12:32 +02:00
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<texture>vignette.png</texture>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
</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-04-06 21:57:56 +02:00
|
|
|
<!--Main content listing-->
|
|
|
|
<control type="group" id="9999">
|
2016-11-21 21:36:06 +01:00
|
|
|
<include>contentOpen</include>
|
2015-04-06 21:57:56 +02:00
|
|
|
<!--source content-->
|
|
|
|
<control type="group" id="9500">
|
2015-11-03 21:21:27 +01:00
|
|
|
<include>musicfiles</include>
|
2017-03-25 19:46:39 +01:00
|
|
|
<include>musicgenre</include>
|
|
|
|
<include>musicartistcatalogue</include>
|
|
|
|
<include>musicartist</include>
|
|
|
|
<include>musicalbum</include>
|
|
|
|
<include>musicsongs</include>
|
|
|
|
<include>musicPlayList</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
2015-04-06 21:57:56 +02:00
|
|
|
</control>
|
|
|
|
<!--page scrollbar-->
|
|
|
|
<control type="group" id="8000">
|
2016-11-08 11:36:35 +01:00
|
|
|
<visible>Control.IsVisible(60)</visible>
|
2015-04-06 21:57:56 +02:00
|
|
|
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
|
|
|
|
<control type="scrollbar" id="60">
|
2017-09-21 21:32:06 +02:00
|
|
|
<posx>54r</posx>
|
|
|
|
<posy>row-8-begin</posy>
|
2017-01-12 15:09:42 +01:00
|
|
|
<height>20-row</height>
|
2015-04-06 21:57:56 +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>
|
|
|
|
</control>
|
2017-09-19 22:24:15 +02:00
|
|
|
<!--page header-->
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="group">
|
2017-09-19 22:24:15 +02:00
|
|
|
<include>pageHeader</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
</control>
|
2016-11-29 23:56:29 +01:00
|
|
|
<!--mini window-->
|
|
|
|
<include>miniVideoPlayer</include>
|
2015-04-06 21:57:56 +02:00
|
|
|
<!--hub menu-->
|
|
|
|
<include>hubMenu</include>
|
|
|
|
<!--loading indicator-->
|
2015-11-22 20:48:07 +01:00
|
|
|
<include>loadingIndicator</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>WindowID</include>
|
2017-03-25 19:46:39 +01:00
|
|
|
<label>MyMusicNav.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>
|