2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window id="0">
|
2016-11-17 18:38:24 +01:00
|
|
|
<defaultcontrol always="true">9999</defaultcontrol>
|
2016-12-19 17:38:47 +01:00
|
|
|
<onload>RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9001&group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu)</onload>
|
2016-11-29 23:56:29 +01:00
|
|
|
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
|
2015-03-27 21:31:13 +01:00
|
|
|
<animation effect="fade" start="100" end="0" time="250">WindowClose</animation>
|
|
|
|
<animation effect="fade" start="0" end="100" time="500" reversible="true">WindowOpen</animation>
|
2014-09-28 20:47:53 +02:00
|
|
|
<controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
<include>globalBackground</include>
|
2016-11-11 22:13:39 +01:00
|
|
|
<control type="group">
|
|
|
|
<animation type="windowOpen" condition="!Skin.HasSetting(lowPowerMode)">
|
|
|
|
<effect type="zoom" center="auto" start="105" tween="sine" end="100" time="1500"/>
|
|
|
|
</animation>
|
2016-11-17 18:38:24 +01:00
|
|
|
<include>modalDialogContentShift</include>
|
2016-11-18 21:48:26 +01:00
|
|
|
<control type="multiimage">
|
|
|
|
<include>dimensionsFullscreen</include>
|
2016-11-21 21:36:06 +01:00
|
|
|
<imagepath>$VAR[homeBackgroundLocation]</imagepath>
|
2016-11-19 12:33:24 +01:00
|
|
|
<timeperimage>45000</timeperimage>
|
2016-11-18 21:48:26 +01:00
|
|
|
<fadetime>1000</fadetime>
|
|
|
|
<pauseatend>10000</pauseatend>
|
|
|
|
<randomize>true</randomize>
|
|
|
|
<loop>yes</loop>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
2015-03-30 21:32:00 +02:00
|
|
|
</control>
|
2016-11-11 22:13:39 +01:00
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<texture>vignette.png</texture>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
2015-03-30 21:32:00 +02:00
|
|
|
</control>
|
2016-11-11 22:13:39 +01:00
|
|
|
</control>
|
|
|
|
<!--Date / time and weather-->
|
|
|
|
<control type="group">
|
2016-11-18 21:48:26 +01:00
|
|
|
<posx>col-9-begin</posx>
|
|
|
|
<posy>row-23-begin</posy>
|
2016-11-17 18:38:24 +01:00
|
|
|
<control type="label">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>-24</posy>
|
2016-11-18 21:48:26 +01:00
|
|
|
<width>8-col</width>
|
2016-11-17 18:38:24 +01:00
|
|
|
<height>4-row</height>
|
2016-11-18 21:48:26 +01:00
|
|
|
<align>center</align>
|
2016-11-17 18:38:24 +01:00
|
|
|
<font>veryLarge</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[System.Time]</label>
|
|
|
|
</control>
|
2015-03-30 21:32:00 +02:00
|
|
|
<control type="label">
|
2016-11-11 22:13:39 +01:00
|
|
|
<posx>0</posx>
|
2016-11-17 18:38:24 +01:00
|
|
|
<posy>2-row</posy>
|
2016-11-18 21:48:26 +01:00
|
|
|
<width>8-col</width>
|
2016-11-11 22:13:39 +01:00
|
|
|
<height>4-row</height>
|
2015-03-30 21:32:00 +02:00
|
|
|
<font>regular</font>
|
2016-11-18 21:48:26 +01:00
|
|
|
<align>center</align>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2016-11-17 18:38:24 +01:00
|
|
|
<label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
|
2016-11-08 11:36:35 +01:00
|
|
|
</control>
|
2015-03-30 21:32:00 +02:00
|
|
|
</control>
|
2016-11-17 18:38:24 +01:00
|
|
|
<!--hidden button to reveal background-->
|
|
|
|
<control type="button" id="9999">
|
|
|
|
<posx>-500</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
2016-11-11 22:13:39 +01:00
|
|
|
<height>2-row</height>
|
|
|
|
<onleft>9000</onleft>
|
2016-11-17 18:38:24 +01:00
|
|
|
<onclick>control.setfocus(9000)</onclick>
|
2016-11-11 22:13:39 +01:00
|
|
|
</control>
|
2016-11-29 23:56:29 +01:00
|
|
|
<!--mini window-->
|
|
|
|
<include>miniVideoPlayer</include>
|
2016-11-08 11:36:35 +01:00
|
|
|
<!--hub menu-->
|
2016-10-05 15:33:07 +02:00
|
|
|
<include>hubMenu</include>
|
|
|
|
<include>hubOptions</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>WindowID</include>
|
|
|
|
<label>Home.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
2016-11-08 11:36:35 +01:00
|
|
|
</window>
|