skin.pellucidPlus/1080i/MyMusicNav.xml

91 lines
3.6 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="false">9000</defaultcontrol>
<allowoverlay>yes</allowoverlay>
2015-03-27 21:31:13 +01:00
<onload condition="window.previous(0)">setfocus(9000)</onload>
<previouswindow>home</previouswindow>
2014-09-28 20:47:53 +02:00
<controls>
2015-04-06 21:57:56 +02:00
2015-03-27 21:31:13 +01:00
<include>globalBackground</include>
2015-04-06 21:57:56 +02:00
2014-09-28 20:47:53 +02:00
<!--page container group-->
<control type="group">
2015-04-06 21:57:56 +02:00
2015-03-27 21:31:13 +01:00
<!--window fader-->
<animation type="conditional" condition="window.next(0) | window.next(1)">
<effect type="fade" start="100" end="0" time="300"/>
</animation>
2014-09-28 20:47:53 +02:00
<!--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">
<!--recent items-->
2015-03-27 21:31:13 +01:00
<control type="group">
2015-04-06 21:57:56 +02:00
<visible>SubString(skin.string(showRecentMusicItems),true) | isEmpty(container.foldername)</visible>
<onleft>9000</onleft>
<include>musicRecentItems</include>
2014-09-28 20:47:53 +02:00
</control>
2015-04-06 21:57:56 +02:00
<!--source content-->
<control type="group" id="9500">
<visible>SubString(skin.string(showRecentMusicItems),false) | !skin.string(showRecentMusicItems)</visible>
<include>artist</include>
<include>album</include>
<include>song</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">
2015-04-19 22:55:23 +02:00
<visible>Control.IsVisible(60) + SubString(skin.string(showRecentMusicItems),false)</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">
<posx>84r</posx>
<posy>276</posy>
<height>672</height>
<onleft>9999</onleft>
2014-09-28 20:47:53 +02:00
</control>
</control>
2015-04-06 21:57:56 +02:00
<!--Folder titles-->
2014-09-28 20:47:53 +02:00
<control type="group">
2015-04-06 21:57:56 +02:00
<posx>0</posx>
<posy>0</posy>
<animation type="Conditional" condition="IntegerGreaterThan(container.numitems,0)">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="0" end="100" time="300"/>
2014-09-28 20:47:53 +02:00
</animation>
2015-04-06 21:57:56 +02:00
<!--source title-->
<control type="label">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>14-col</width>
<font>pageTitle</font>
<label>$VAR[listTitle]</label>
<textcolor>textActive</textcolor>
</control>
<!--source subtitle-->
<control type="label">
<posx>col-1-begin</posx>
<posy>96</posy>
<width>auto</width>
<font>pageSubTitle</font>
<label>$VAR[listSubTitle]</label>
<textcolor>textActive</textcolor>
</control>
<!--dateTime-->
<include>dateTime</include>
2014-09-28 20:47:53 +02:00
</control>
</control>
2015-04-06 21:57:56 +02:00
<!--hub menu-->
<include>hubMenu</include>
<!--loading indicator-->
<!--<include>loadingIndicator</include>-->
2014-09-28 20:47:53 +02:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>MyMusicNav.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>