skin.pellucidPlus/1080i/MyVideoNav.xml

98 lines
4.0 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>
2015-05-21 00:38:26 +02:00
<onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
2014-09-28 20:47:53 +02:00
<onload condition="window.previous(0)">setfocus(9000)</onload>
2015-03-27 21:31:13 +01:00
<previouswindow>home</previouswindow>
2014-09-28 20:47:53 +02:00
<controls>
<include>globalBackground</include>
<!--page container group-->
<control type="group">
2015-03-27 21:31:13 +01:00
2014-09-28 20:47:53 +02:00
<!--window fader-->
2015-03-27 21:31:13 +01:00
<animation type="conditional" condition="[window.next(0) | window.next(1)] + !player.hasvideo">
<effect type="fade" start="100" end="0" time="300"/>
2014-09-28 20:47:53 +02:00
</animation>
2015-03-27 21:31:13 +01:00
2014-09-28 20:47:53 +02:00
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
2015-03-27 21:31:13 +01:00
<!--Main content listing-->
<control type="group" id="9999">
2015-05-04 21:29:51 +02:00
<animation type="windowopen">
<effect type="fade" start="0" end="100" time="500"/>
</animation>
2015-03-27 21:31:13 +01:00
<!--recent items-->
2014-09-28 20:47:53 +02:00
<control type="group">
<visible>Library.HasContent(Video) + [SubString(skin.string(showRecentVideoItems),true) | isEmpty(container.foldername)]</visible>
2015-03-27 21:31:13 +01:00
<onleft>9000</onleft>
<!--content-->
2015-04-06 21:57:56 +02:00
<include>videoRecentItems</include>
2014-09-28 20:47:53 +02:00
</control>
2015-03-27 21:31:13 +01:00
<!--source content-->
<control type="group" id="9500">
2015-04-19 22:55:23 +02:00
<visible>[SubString(skin.string(showRecentVideoItems),false) | !skin.string(showRecentVideoItems)]</visible>
2015-03-27 21:31:13 +01:00
<include>movies</include>
<include>tvshows</include>
2015-11-09 22:07:33 +01:00
<include>videofiles</include>
2015-03-27 21:31:13 +01:00
<include>seasons</include>
<include>episodes</include>
2014-09-28 20:47:53 +02:00
</control>
</control>
2015-03-27 21:31:13 +01:00
<!--page scrollbar-->
<control type="group" id="8000">
<visible>Control.IsVisible(60) + SubString(skin.string(showRecentVideoItems),false)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
2015-11-08 21:16:04 +01:00
<posx>48r</posx>
2016-10-05 15:33:07 +02:00
<posy>row-11-begin</posy>
<height>9-row</height>
2015-05-31 12:45:19 +02:00
<onleft>9999</onleft>
2016-02-22 22:10:50 +01:00
<onback>9999</onback>
2015-05-31 12:45:19 +02:00
</control>
2014-09-28 20:47:53 +02:00
</control>
2015-03-27 21:31:13 +01:00
<!--Folder titles-->
2014-09-28 20:47:53 +02:00
<control type="group">
2015-04-01 21:11:01 +02:00
<posx>0</posx>
<posy>0</posy>
2015-03-27 21:31:13 +01:00
<animation type="Conditional" condition="IntegerGreaterThan(container.numitems,0)">
<effect type="fade" start="0" end="100" time="300"/>
2014-09-28 20:47:53 +02:00
</animation>
2015-03-27 21:31:13 +01:00
<!--source title-->
<control type="label">
2015-04-01 21:11:01 +02:00
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
2015-03-27 21:31:13 +01:00
<width>14-col</width>
<font>pageTitle</font>
2015-11-09 22:07:33 +01:00
<label>$VAR[listTitle]</label>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
</control>
<!--source subtitle-->
<control type="label">
2015-04-01 21:11:01 +02:00
<posx>col-1-begin</posx>
<posy>96</posy>
2015-03-27 21:31:13 +01:00
<width>auto</width>
<font>pageSubTitle</font>
<label>$VAR[listSubTitle]</label>
<textcolor>textActive</textcolor>
</control>
2015-04-01 21:11:01 +02:00
<!--dateTime-->
<include>dateTime</include>
2014-09-28 20:47:53 +02:00
</control>
</control>
2015-03-27 21:31:13 +01:00
<!--hub menu-->
<include>hubMenu</include>
2015-12-01 21:38:46 +01:00
<include>hubOptions</include>
2015-03-27 21:31:13 +01:00
<!--loading indicator-->
2014-09-28 20:47:53 +02:00
<include>loadingIndicator</include>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
2016-08-12 19:24:31 +02:00
<label>MyVideoNav.xml</label>
2014-09-28 20:47:53 +02:00
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>