skin.pellucidPlus/1080i/MyVideoNav.xml

76 lines
3.1 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2016-11-19 12:33:24 +01:00
<defaultcontrol always="true">9999</defaultcontrol>
2016-11-29 23:56:29 +01:00
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
2017-01-12 15:09:42 +01:00
<onload>Skin.SetString(recentitems,video)</onload>
2019-02-03 22:09:09 +01:00
<onload condition="String.Contains(container.folderpath,plugin://)">Container.SetViewMode(54)</onload>
2016-11-19 12:33:24 +01:00
<include>fadeInOut</include>
2018-09-01 16:25:36 +02:00
<views>50,51,52,53,54,55,58,59</views>
2014-09-28 20:47:53 +02:00
<controls>
<include>globalBackground</include>
<!--page container group-->
<control type="group">
<!--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">
2016-11-21 21:36:06 +01:00
<include>contentOpen</include>
2015-03-27 21:31:13 +01:00
<!--source content-->
<control type="group" id="9500">
2017-03-09 00:54:23 +01:00
<include>videofiles</include>
2015-03-27 21:31:13 +01:00
<include>movies</include>
<include>addonposters</include>
2015-03-27 21:31:13 +01:00
<include>tvshows</include>
<include>seasons</include>
<include>episodes</include>
2017-03-09 00:54:23 +01:00
<include>musicvideos</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">
<control type="group">
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
<posx>54r</posx>
<posy>row-8-begin</posy>
<height>17-row</height>
<onleft>9999</onleft>
<onback>9999</onback>
</control>
</control>
<control type="group">
<visible>Control.IsVisible(61)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="61">
<posx>54r</posx>
<posy>row-8-begin</posy>
<height>17-row</height>
<onleft>9999</onleft>
<onback>9999</onback>
</control>
</control>
2014-09-28 20:47:53 +02:00
</control>
2017-09-19 22:24:15 +02:00
<!--page header-->
2014-09-28 20:47:53 +02:00
<control type="group">
2017-09-19 22:24:15 +02:00
<include>pageHeader</include>
2016-11-08 11:36:35 +01:00
</control>
2014-09-28 20:47:53 +02:00
</control>
2016-11-29 23:56:29 +01:00
<!--mini window-->
<include>miniVideoPlayer</include>
2015-03-27 21:31:13 +01:00
<!--hub menu-->
<include>hubMenu</include>
<!--loading indicator-->
2014-09-28 20:47:53 +02:00
<include>loadingIndicator</include>
2020-04-02 19:42:40 +02:00
<!--touchscreen controls-->
<include>touchscreenControls</include>
2014-09-28 20:47:53 +02:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
2017-04-11 14:43:32 +02:00
<label>MyVideoNav.xml path: $INFO[container.folderpath] folder: $INFO[container.foldername] content: $INFO[container.content]</label>
2014-09-28 20:47:53 +02:00
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>