59 lines
2.4 KiB
XML
59 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true">9999</defaultcontrol>
|
|
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
|
|
<onload>Skin.SetString(recentitems,video)</onload>
|
|
<include>fadeInOut</include>
|
|
<views>50,51,52,53,54,58,59</views>
|
|
<controls>
|
|
<include>globalBackground</include>
|
|
<!--page container group-->
|
|
<control type="group">
|
|
<!--shift page for certain modal dialogs-->
|
|
<include>modalDialogContentShift</include>
|
|
<!--Main content listing-->
|
|
<control type="group" id="9999">
|
|
<include>contentOpen</include>
|
|
<!--source content-->
|
|
<control type="group" id="9500">
|
|
<include>videofiles</include>
|
|
<include>movies</include>
|
|
<include>addonposters</include>
|
|
<include>tvshows</include>
|
|
<include>seasons</include>
|
|
<include>episodes</include>
|
|
<include>musicvideos</include>
|
|
</control>
|
|
</control>
|
|
<!--page scrollbar-->
|
|
<control type="group" id="8000">
|
|
<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>20-row</height>
|
|
<onleft>9999</onleft>
|
|
<onback>9999</onback>
|
|
</control>
|
|
</control>
|
|
<!--page header-->
|
|
<control type="group">
|
|
<include>pageHeader</include>
|
|
</control>
|
|
</control>
|
|
<!--mini window-->
|
|
<include>miniVideoPlayer</include>
|
|
<!--hub menu-->
|
|
<include>hubMenu</include>
|
|
<!--loading indicator-->
|
|
<include>loadingIndicator</include>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>WindowID</include>
|
|
<label>MyVideoNav.xml path: $INFO[container.folderpath] folder: $INFO[container.foldername] content: $INFO[container.content]</label>
|
|
</control>
|
|
</controls>
|
|
</window>
|