skin.pellucidPlus/1080i/Home.xml

231 lines
11 KiB
XML
Raw Normal View History

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&amp;mainmenuID=9001&amp;group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu)</onload>
2015-03-27 21:31:13 +01:00
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
<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>
2014-09-28 20:47:53 +02:00
<control type="group">
2016-11-11 22:13:39 +01:00
<animation type="windowOpen" condition="!Skin.HasSetting(lowPowerMode)">
<effect type="zoom" center="auto" start="105" tween="sine" end="100" time="1500"/>
2015-07-09 21:58:54 +02:00
</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-07-09 22:18:48 +02:00
</control>
2015-07-09 21:58:54 +02:00
<control type="image">
2016-11-11 22:13:39 +01:00
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
2015-07-09 21:58:54 +02:00
<aspectratio>stretch</aspectratio>
</control>
<<<<<<< HEAD
2015-07-09 21:58:54 +02:00
<control type="list" id="9000">
<posx>0</posx>
<posy>row-4-begin</posy>
2016-02-26 21:34:36 +01:00
<width>col-5-begin</width>
2015-07-09 21:58:54 +02:00
<height>24-row</height>
2015-03-27 21:31:13 +01:00
<orientation>vertical</orientation>
2016-02-26 21:34:36 +01:00
<itemlayout width="col-5-begin" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="label">
2015-07-09 21:58:54 +02:00
<posx>col-1-begin</posx>
2015-03-27 21:31:13 +01:00
<posy>0</posy>
2016-02-26 21:34:36 +01:00
<width>4-col-gutter</width>
2015-07-09 21:58:54 +02:00
<height>2-row</height>
<font>menuTitle</font>
2015-03-27 21:31:13 +01:00
<aligny>center</aligny>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<shadowcolor>-</shadowcolor>
2015-07-09 21:58:54 +02:00
<label>$INFO[ListItem.label]</label>
2014-09-28 20:47:53 +02:00
</control>
</itemlayout>
2016-02-26 21:34:36 +01:00
<focusedlayout width="col-5-begin" height="2-row">
2015-07-09 21:58:54 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2016-02-26 21:34:36 +01:00
<width>col-5-begin</width>
2015-07-09 21:58:54 +02:00
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
2014-09-28 20:47:53 +02:00
</control>
2015-03-27 21:31:13 +01:00
<control type="label">
2015-07-09 21:58:54 +02:00
<posx>col-1-begin</posx>
2015-03-27 21:31:13 +01:00
<posy>0</posy>
2016-02-26 21:34:36 +01:00
<width>4-col-gutter</width>
2015-07-09 21:58:54 +02:00
<height>2-row</height>
<font>menuTitle</font>
2015-03-27 21:31:13 +01:00
<aligny>center</aligny>
2016-02-21 19:58:08 +01:00
<textcolor>highlight</textcolor>
2015-03-27 21:31:13 +01:00
<shadowcolor>-</shadowcolor>
2015-07-09 21:58:54 +02:00
<label>$INFO[ListItem.label]</label>
2015-03-27 21:31:13 +01:00
</control>
2014-09-28 20:47:53 +02:00
</focusedlayout>
<content>
<item id="13">
<visible>System.HasMediaDVD</visible>
<label>341</label>
<label2/>
<onclick>XBMC.PlayDVD()</onclick>
</item>
<item id="14">
<visible>System.HasMediaDVD</visible>
<label>31135</label>
<label2/>
<onclick>EjectTray()</onclick>
</item>
2015-07-15 20:54:26 +02:00
<item id="10">
<visible>System.GetBool(pvrmanager.enabled)</visible>
<label>31006</label>
<label2/>
<onclick>ActivateWindow(TVChannels)</onclick>
<onclick>Control.SetFocus(50)</onclick>
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
</item>
2015-05-03 15:56:13 +02:00
<item id="1">
2015-03-27 21:31:13 +01:00
<visible>!Skin.HasSetting(hideVideo)</visible>
2014-09-28 20:47:53 +02:00
<label>31000</label>
<label2></label2>
<thumb>-</thumb>
2015-11-15 20:47:07 +01:00
<onclick condition="!Library.HasContent(Video)">ActivateWindow(Videos,sources://video/)</onclick>
2015-03-27 21:31:13 +01:00
<onclick condition="!Library.HasContent(Video)">Skin.SetString(showRecentVideoItems,false)</onclick>
2015-11-15 20:47:07 +01:00
<onclick condition="Library.HasContent(Video)">ActivateWindow(Videos,library://video/)</onclick>
2015-03-27 21:31:13 +01:00
<onclick condition="Library.HasContent(Video)">Skin.SetString(showRecentVideoItems,true)</onclick>
2014-09-28 20:47:53 +02:00
</item>
2015-05-03 15:56:13 +02:00
<item id="2">
2015-03-27 21:31:13 +01:00
<visible>!Skin.HasSetting(hideMusic)</visible>
2014-09-28 20:47:53 +02:00
<label>31001</label>
<label2></label2>
<thumb>-</thumb>
2015-11-09 22:07:33 +01:00
<onclick condition="!Library.HasContent(Music)">ActivateWindow(Music,files)</onclick>
2015-03-27 21:31:13 +01:00
<onclick condition="!Library.HasContent(Music)">Skin.SetString(showRecentMusicItems,false)</onclick>
2015-11-09 22:07:33 +01:00
<onclick condition="Library.HasContent(Music)">ActivateWindow(Music,musicdb://)</onclick>
2015-03-27 21:31:13 +01:00
<onclick condition="Library.HasContent(Music)">Skin.SetString(showRecentMusicItems,true)</onclick>
2014-09-28 20:47:53 +02:00
</item>
2015-05-03 15:56:13 +02:00
<item id="3">
2015-03-27 21:31:13 +01:00
<visible>!Skin.HasSetting(hidePictures)</visible>
2014-09-28 20:47:53 +02:00
<label>31002</label>
<label2></label2>
<thumb>-</thumb>
<onclick>ActivateWindow(pictures)</onclick>
</item>
2015-05-03 15:56:13 +02:00
<item id="4">
2015-03-27 21:31:13 +01:00
<visible>!Skin.HasSetting(hideGames) + System.HasAddon(script.games.rom.collection.browser)</visible>
2014-09-28 20:47:53 +02:00
<label>31156</label>
<label2></label2>
<thumb>-</thumb>
2015-03-27 21:31:13 +01:00
<onclick>RunScript(script.games.rom.collection.browser,)</onclick>
2014-09-28 20:47:53 +02:00
</item>
2016-02-21 19:58:08 +01:00
<item id="12">
<visible>System.HasAddon(plugin.program.advanced.launcher)</visible>
<label>31036</label>
<thumb>-</thumb>
<onclick>RunAddon(plugin.program.advanced.launcher,)</onclick>
</item>
2015-05-03 15:56:13 +02:00
<item id="6">
2015-03-27 21:31:13 +01:00
<visible>!Skin.HasSetting(hideSearch)</visible>
2014-09-28 20:47:53 +02:00
<label>137</label>
<label2></label2>
<thumb>-</thumb>
2015-11-09 22:07:33 +01:00
<onclick condition="!System.HasAddon(script.globalsearch)">RunPlugin(plugin://script.globalsearch)</onclick>
2015-11-13 21:24:02 +01:00
<onclick condition="System.HasAddon(script.globalsearch)">RunScript(script.globalsearch)</onclick>
2015-03-27 21:31:13 +01:00
<onclick>Skin.SetString(showRecentMusicItems,false)</onclick>
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
2014-09-28 20:47:53 +02:00
</item>
2016-02-09 22:24:24 +01:00
<item id="9">
<visible>!isempty(Window(Weather).Property(WeatherProvider))</visible>
<label>31197</label>
<label2></label2>
<thumb>-</thumb>
<onclick>ActivateWindow(weather)</onclick>
</item>
2015-05-03 15:56:13 +02:00
<item id="7">
2014-09-28 20:47:53 +02:00
<label>5</label>
<label2></label2>
<thumb>-</thumb>
<onclick>ActivateWindow(settings)</onclick>
</item>
<item id="11">
<label>31007</label>
<label2></label2>
<thumb>-</thumb>
<onclick>ActivateWindow(systeminfo)</onclick>
</item>
2015-05-04 21:29:51 +02:00
<item id="8">
2014-09-28 20:47:53 +02:00
<label>31004</label>
<label2></label2>
<thumb>-</thumb>
<onclick>ActivateWindow(ShutdownMenu)</onclick>
</item>
</content>
</control>
=======
>>>>>>> Krypton
2015-03-27 21:31:13 +01:00
</control>
2015-03-30 21:32:00 +02:00
<!--Date / time and weather-->
<control type="group">
2016-12-19 22:58:50 +01:00
<posx>col-1-begin</posx>
2017-01-12 15:09:42 +01:00
<posy>row-22-begin</posy>
2015-03-30 21:32:00 +02:00
<control type="label">
2016-11-17 18:38:24 +01:00
<posx>0</posx>
<posy>-24</posy>
2015-11-09 22:07:33 +01:00
<width>24-col</width>
2015-03-30 21:32:00 +02:00
<height>4-row</height>
2016-11-18 21:48:26 +01:00
<align>center</align>
2015-03-30 21:32:00 +02:00
<font>veryLarge</font>
2015-11-25 22:28:11 +01:00
<textcolor>textActive</textcolor>
2015-03-30 21:32:00 +02:00
<label>$INFO[System.Time]</label>
</control>
<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>
2015-11-09 22:07:33 +01:00
<width>24-col</width>
2015-03-30 21:32:00 +02:00
<height>4-row</height>
<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>
2015-04-01 21:11:01 +02:00
<label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
2015-03-30 21:32:00 +02:00
</control>
<control type="label">
2015-11-13 21:24:02 +01:00
<visible>!isempty(Window(Weather).Property(WeatherProvider))</visible>
2017-01-12 15:09:42 +01:00
<posx>0</posx>
<posy>3-row</posy>
2015-11-09 22:07:33 +01:00
<width>24-col</width>
2017-01-12 15:09:42 +01:00
<height>5-row</height>
<align>center</align>
2015-03-30 21:32:00 +02:00
<font>regular</font>
2015-11-25 22:28:11 +01:00
<textcolor>textActive</textcolor>
2015-03-30 21:32:00 +02:00
<label>$INFO[weather.location] [B]$INFO[weather.temperature][/B] [LOWERCASE]$INFO[weather.conditions][/LOWERCASE]</label>
</control>
</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>