skin.pellucidPlus/1080i/Home.xml

229 lines
7.7 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window id="0">
2017-09-21 00:51:51 +02:00
<defaultcontrol always="true">9000</defaultcontrol>
2017-09-24 01:12:32 +02:00
<include>fadeInOut</include>
2024-05-15 22:47:22 +02:00
<onload condition="!String.IsEmpty(Skin.String(homeBackgroundVideos)) + System.AddonIsEnabled(script.randomvideo)">Runscript(script.randomvideo,dir=$INFO[Skin.String(homeBackgroundVideos)])</onload>
2017-10-07 11:53:15 +02:00
<onload>AlarmClock(hidemenu,setfocus(9999),00:20,true)</onload>
2019-06-22 18:32:41 +02:00
<onunload>CancelAlarm(hidemenu,true)</onunload>
2024-05-06 14:53:16 +02:00
<onunload>Playercontrol(stop)</onunload>
2024-05-15 22:47:22 +02:00
<onunload>Playlist.Clear</onunload>
2017-09-21 00:51:51 +02:00
<controls>
<include>globalBackground</include>
2024-05-06 14:53:16 +02:00
<!--background-->
<control type="group">
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="multiimage">
2024-05-15 22:47:22 +02:00
<visible>!player.hasvideo</visible>
2024-05-06 14:53:16 +02:00
<animation effect="fade" start="0" end="100" time="1000">WindowOpen</animation>
<include>dimensionsFullscreen</include>
<imagepath>$VAR[homeBackgroundLocation]</imagepath>
<timeperimage>45000</timeperimage>
<fadetime>200</fadetime>
<pauseatend>10000</pauseatend>
<randomize>true</randomize>
<loop>yes</loop>
<aspectratio>scale</aspectratio>
<colordiffuse>99ffffff</colordiffuse>
2021-03-07 16:09:28 +01:00
</control>
2024-05-06 14:53:16 +02:00
<!--video window-->
<control type="videowindow">
2024-05-15 22:47:22 +02:00
<left>0</left>
<top>0</top>
<width>fullscreenWidth</width>
<height>fullscreenHeight</height>
<aspectratio>scale</aspectratio>
2024-05-06 14:53:16 +02:00
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
2021-03-07 16:09:28 +01:00
</control>
2024-05-06 14:53:16 +02:00
</control>
<control type="group">
2021-03-07 16:09:28 +01:00
<!--main menu-->
<control type="panel" id="9000">
<animation type="conditional" condition="control.hasfocus(9999)" reversible="true">
<effect type="fade" start="100" end="0" time="500" delay="0"/>
</animation>
2024-05-06 14:53:16 +02:00
<posx>col-7-begin</posx>
2021-03-07 16:09:28 +01:00
<animation condition="string.isEqual(Container(9000).NumItems,1)" effect="slide" end="432,0" time="0">conditional</animation>
<animation condition="string.isEqual(Container(9000).NumItems,2)" effect="slide" end="288,0" time="0">conditional</animation>
<animation condition="string.isEqual(Container(9000).NumItems,3)" effect="slide" end="144,0" time="0">conditional</animation>
<posy>row-12-begin</posy>
2024-05-06 14:53:16 +02:00
<width>12-col</width>
2021-03-07 16:09:28 +01:00
<height>12-row</height>
<ondown>setfocus(9001,1)</ondown>
<orientation>vertical</orientation>
<itemlayout width="4-col" height="3-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-textbox</width>
<height>105</height>
2022-08-10 23:14:52 +02:00
<texture>masks/homeMenuButton.png</texture>
2021-03-07 16:09:28 +01:00
<colordiffuse>77000000</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="textbox">
<posx>12</posx>
<posy>0</posy>
<width>252</width>
<height>3-row</height>
<font>dialogTitle</font>
<wrapmultiline>true</wrapmultiline>
2017-09-19 22:24:15 +02:00
<aligny>center</aligny>
2021-03-07 16:09:28 +01:00
<align>center</align>
2017-09-19 22:24:15 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2021-03-07 16:09:28 +01:00
<label>[CAPITALIZE]$INFO[ListItem.label][/CAPITALIZE]</label>
2017-09-19 22:24:15 +02:00
</control>
</itemlayout>
2021-03-07 16:09:28 +01:00
<focusedlayout width="4-col" height="3-row">
2017-09-19 22:24:15 +02:00
<control type="image">
2017-09-21 00:51:51 +02:00
<posx>0</posx>
<posy>0</posy>
2021-03-07 16:09:28 +01:00
<width>4-col-textbox</width>
<height>105</height>
2022-08-10 23:14:52 +02:00
<texture>masks/homeMenuButton.png</texture>
2017-09-19 22:24:15 +02:00
<colordiffuse>highlight</colordiffuse>
2021-03-07 16:09:28 +01:00
<aspectratio>stretch</aspectratio>
2017-09-21 00:51:51 +02:00
</control>
2021-03-07 16:09:28 +01:00
<control type="textbox">
<posx>12</posx>
<posy>0</posy>
<width>252</width>
<height>3-row</height>
<font>dialogTitle</font>
<wrapmultiline>true</wrapmultiline>
2017-09-19 22:24:15 +02:00
<aligny>center</aligny>
2021-03-07 16:09:28 +01:00
<align>center</align>
2017-09-19 22:24:15 +02:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2021-03-07 16:09:28 +01:00
<label>[CAPITALIZE]$INFO[ListItem.label][/CAPITALIZE]</label>
2017-09-19 22:24:15 +02:00
</control>
</focusedlayout>
<content>
2021-09-29 18:08:59 +02:00
<include>menus-mainmenu</include>
2017-09-19 22:24:15 +02:00
</content>
</control>
2021-03-07 16:09:28 +01:00
<!--power / settings-->
<control type="group">
<posx>851</posx>
<posy>row-26-begin</posy>
<control type="panel" id="9001">
<posx>38</posx>
<posy>18</posy>
<width>4-col</width>
<height>1-col</height>
<orientation>horizontal</orientation>
<onup>9000</onup>
<itemlayout width="1-col" height="1-col">
<control type="label">
2021-03-19 12:09:16 +01:00
<posx>0.4</posx>
2021-03-07 16:09:28 +01:00
<posy>-1</posy>
<width>1-col</width>
<height>1-col</height>
<font>symbolLarge</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="1-col" height="1-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>1-col</height>
<aspectratio>stretch</aspectratio>
2022-08-19 12:42:38 +02:00
<texture diffuse="masks/square.png">colors/white.png</texture>
2021-03-07 16:09:28 +01:00
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
2022-08-19 12:42:38 +02:00
<posx>0</posx>
<posy>0</posy>
2021-03-07 16:09:28 +01:00
<width>1-col</width>
<height>1-col</height>
<font>symbolLarge</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
<content>
<item>
<label></label>
<onclick>ActivateWindow(Settings)</onclick>
</item>
<item>
<label></label>
<onclick>ActivateWindow(shutdownmenu)</onclick>
</item>
</content>
2017-10-07 11:53:15 +02:00
</control>
2021-03-07 16:09:28 +01:00
</control>
<!--Date / time and weather-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-8-begin</posy>
<animation type="conditional" condition="control.hasfocus(9999) + !player.hasaudio" reversible="true">
<effect type="slide" start="0,0" end="0,538" time="200" delay="0"/>
</animation>
<animation type="conditional" condition="control.hasfocus(9999) + player.hasaudio" reversible="true">
<effect type="slide" start="0,0" end="0,484" time="200" delay="0"/>
</animation>
2017-10-07 11:53:15 +02:00
<control type="label">
<posx>0</posx>
2021-03-07 16:09:28 +01:00
<posy>-48</posy>
<width>24-col</width>
2017-10-07 11:53:15 +02:00
<height>2-row</height>
<align>center</align>
2021-03-07 16:09:28 +01:00
<font>veryLarge</font>
2017-10-07 11:53:15 +02:00
<textcolor>textActive</textcolor>
2021-03-07 16:09:28 +01:00
<shadowcolor>44000000</shadowcolor>
<label>$INFO[System.Time]</label>
2017-10-07 11:53:15 +02:00
</control>
<control type="label">
<posx>0</posx>
2021-03-07 16:09:28 +01:00
<posy>1-row</posy>
<width>24-col</width>
2017-10-07 11:53:15 +02:00
<height>2-row</height>
2021-03-07 16:09:28 +01:00
<font>regular</font>
2017-10-07 11:53:15 +02:00
<align>center</align>
<textcolor>textActive</textcolor>
2021-03-07 16:09:28 +01:00
<shadowcolor>44000000</shadowcolor>
<label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
2017-10-07 11:53:15 +02:00
</control>
</control>
2021-03-07 16:09:28 +01:00
</control>
2017-10-07 11:53:15 +02:00
<control type="button" id="9999">
<posx>-500</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<onleft>setfocus(9000,0)</onleft>
<onright>setfocus(9000,0)</onright>
<onup>setfocus(9000,0)</onup>
<ondown>setfocus(9000,0)</ondown>
<onclick>setfocus(9000,0)</onclick>
</control>
2017-09-21 00:51:51 +02:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>Home.xml</label>
</control>
</controls>
</window>