2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
2015-03-27 21:31:13 +01:00
|
|
|
<defaultcontrol always="false">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>
|
2017-02-18 15:44:24 +01:00
|
|
|
<animation type="windowClose">
|
|
|
|
<effect type="fade" start="100" end="0" time="300"/>
|
|
|
|
</animation>
|
2017-12-21 15:16:56 +01:00
|
|
|
<views>50</views>
|
2015-03-27 21:31:13 +01:00
|
|
|
<controls>
|
|
|
|
<include>globalBackground</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--page container group-->
|
|
|
|
<control type="group">
|
|
|
|
<!--window fader-->
|
|
|
|
<animation type="conditional" condition="window.next(0) | window.next(1)">
|
2015-03-27 21:31:13 +01:00
|
|
|
<effect type="fade" start="100" end="0" time="300"/>
|
2014-09-28 20:47:53 +02:00
|
|
|
</animation>
|
|
|
|
<!--shift page for certain modal dialogs-->
|
|
|
|
<include>modalDialogContentShift</include>
|
2015-04-19 22:55:23 +02:00
|
|
|
<!--Main content listing-->
|
|
|
|
<control type="group" id="9999">
|
2016-11-21 21:36:06 +01:00
|
|
|
<include>contentOpen</include>
|
2015-04-19 22:55:23 +02:00
|
|
|
<posx>col-1-begin</posx>
|
|
|
|
<posy>row-5-begin</posy>
|
|
|
|
<control type="panel" id="50">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2015-05-17 21:57:22 +02:00
|
|
|
<width>24-col</width>
|
2015-05-31 12:45:19 +02:00
|
|
|
<height>21-row</height>
|
2015-04-19 22:55:23 +02:00
|
|
|
<onleft>9000</onleft>
|
|
|
|
<onright>60</onright>
|
2016-02-26 21:34:36 +01:00
|
|
|
<onback>9000</onback>
|
2015-04-19 22:55:23 +02:00
|
|
|
<pagecontrol>60</pagecontrol>
|
2015-05-17 21:57:22 +02:00
|
|
|
<itemlayout width="24-col" height="2-row">
|
2015-04-19 22:55:23 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>1-col</posx>
|
|
|
|
<posy>0</posy>
|
2015-05-17 21:57:22 +02:00
|
|
|
<width>23-col</width>
|
2015-04-19 22:55:23 +02:00
|
|
|
<height>69</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture border="0">colors/black.png</texture>
|
|
|
|
<colordiffuse>overlay</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>3</posy>
|
|
|
|
<width>66</width>
|
|
|
|
<height>66</height>
|
|
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
|
|
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2017-12-21 15:16:56 +01:00
|
|
|
<visible>!String.IsEmpty(ListItem.playcount) + !ListItem.IsResumable</visible>
|
2015-04-19 22:55:23 +02:00
|
|
|
<posx>16</posx>
|
|
|
|
<posy>2</posy>
|
|
|
|
<width>66</width>
|
|
|
|
<height>66</height>
|
|
|
|
<font>symbolLarge</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
2017-12-04 21:13:06 +01:00
|
|
|
<shadowcolor></shadowcolor>
|
2015-05-17 21:57:22 +02:00
|
|
|
<label>✓</label>
|
2015-04-19 22:55:23 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>1-col-indent</posx>
|
|
|
|
<posy>0</posy>
|
2015-05-17 21:57:22 +02:00
|
|
|
<width>11-col-gutter</width>
|
2015-04-19 22:55:23 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>itemTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
2017-12-04 21:13:06 +01:00
|
|
|
<shadowcolor></shadowcolor>
|
2015-04-19 22:55:23 +02:00
|
|
|
<label>$INFO[ListItem.Label]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-05-17 21:57:22 +02:00
|
|
|
<right>12</right>
|
2015-04-19 22:55:23 +02:00
|
|
|
<posy>0</posy>
|
2015-06-04 17:41:37 +02:00
|
|
|
<width>12-col</width>
|
2015-04-19 22:55:23 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2015-06-04 17:41:37 +02:00
|
|
|
<align>right</align>
|
2015-04-19 22:55:23 +02:00
|
|
|
<font>itemTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
2017-12-04 21:13:06 +01:00
|
|
|
<shadowcolor></shadowcolor>
|
2016-11-01 15:59:28 +01:00
|
|
|
<label>$INFO[ListItem.Date,, ]$INFO[ListItem.Duration,(,)]</label>
|
2015-04-19 22:55:23 +02:00
|
|
|
</control>
|
|
|
|
</itemlayout>
|
2015-05-17 21:57:22 +02:00
|
|
|
<focusedlayout width="24-col" height="2-row">
|
2015-04-19 22:55:23 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>1-col</posx>
|
|
|
|
<posy>0</posy>
|
2015-05-17 21:57:22 +02:00
|
|
|
<width>23-col</width>
|
2015-04-19 22:55:23 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture border="0">colors/white.png</texture>
|
2016-02-21 19:58:08 +01:00
|
|
|
<colordiffuse>highlight</colordiffuse>
|
2015-04-19 22:55:23 +02:00
|
|
|
</control>
|
|
|
|
<control type="group">
|
|
|
|
<animation type="focus" loop="false" reversible="false">
|
|
|
|
<effect type="fade" time="500"/>
|
|
|
|
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
|
|
|
|
</animation>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
2015-04-19 22:55:23 +02:00
|
|
|
<posy>3</posy>
|
|
|
|
<width>66</width>
|
|
|
|
<height>66</height>
|
|
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
2015-05-17 21:57:22 +02:00
|
|
|
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2017-12-21 15:16:56 +01:00
|
|
|
<visible>!String.IsEmpty(ListItem.playcount) + !ListItem.IsResumable</visible>
|
2015-04-19 22:55:23 +02:00
|
|
|
<posx>16</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>2</posy>
|
2015-04-19 22:55:23 +02:00
|
|
|
<width>66</width>
|
|
|
|
<height>66</height>
|
2015-03-27 21:31:13 +01:00
|
|
|
<font>symbolLarge</font>
|
2015-05-17 21:57:22 +02:00
|
|
|
<textcolor>black</textcolor>
|
2017-12-04 21:13:06 +01:00
|
|
|
<shadowcolor></shadowcolor>
|
2015-05-17 21:57:22 +02:00
|
|
|
<label>✓</label>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2015-04-19 22:55:23 +02:00
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="label">
|
2015-04-19 22:55:23 +02:00
|
|
|
<posx>1-col-indent</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>0</posy>
|
2015-05-17 21:57:22 +02:00
|
|
|
<width>11-col-gutter</width>
|
2015-04-19 22:55:23 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2015-03-27 21:31:13 +01:00
|
|
|
<font>itemTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
2015-04-19 22:55:23 +02:00
|
|
|
<selectedcolor>textActive</selectedcolor>
|
2017-12-04 21:13:06 +01:00
|
|
|
<shadowcolor></shadowcolor>
|
2015-04-19 22:55:23 +02:00
|
|
|
<label>$INFO[ListItem.Label]</label>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2015-04-19 22:55:23 +02:00
|
|
|
<control type="label">
|
2015-05-17 21:57:22 +02:00
|
|
|
<right>12</right>
|
2015-04-19 22:55:23 +02:00
|
|
|
<posy>0</posy>
|
2015-06-04 17:41:37 +02:00
|
|
|
<width>12-col</width>
|
2015-05-17 21:57:22 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2015-06-04 17:41:37 +02:00
|
|
|
<align>right</align>
|
2015-05-17 21:57:22 +02:00
|
|
|
<font>itemTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
2017-12-04 21:13:06 +01:00
|
|
|
<shadowcolor></shadowcolor>
|
2016-11-01 15:59:28 +01:00
|
|
|
<label>$INFO[ListItem.Date,, ]$INFO[ListItem.Duration,(,)]</label>
|
2015-05-17 21:57:22 +02:00
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
</control>
|
2015-04-19 22:55:23 +02:00
|
|
|
<!--Additional info-->
|
|
|
|
<control type="group">
|
2018-01-22 00:45:57 +01:00
|
|
|
<posx>0</posx>
|
2015-04-19 22:55:23 +02:00
|
|
|
<posy>22-row</posy>
|
|
|
|
<control type="label">
|
2016-03-29 10:16:59 +02:00
|
|
|
<posx>0</posx>
|
2017-11-20 21:39:54 +01:00
|
|
|
<posy>2</posy>
|
|
|
|
<width>12-col</width>
|
2018-01-22 00:45:57 +01:00
|
|
|
<height>2-row</height>
|
|
|
|
<font>itemTitle</font>
|
2017-11-20 21:39:54 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2015-11-25 22:28:11 +01:00
|
|
|
<selectedcolor>textActive</selectedcolor>
|
2017-12-04 21:13:06 +01:00
|
|
|
<shadowcolor></shadowcolor>
|
2015-04-19 22:55:23 +02:00
|
|
|
<label>$INFO[Pvr.BackendDiskSpace]</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</control>
|
2015-04-19 22:55:23 +02:00
|
|
|
<!--page scrollbar-->
|
|
|
|
<control type="group" id="9400">
|
|
|
|
<visible>Control.IsVisible(60)</visible>
|
|
|
|
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(9400).hasfocus">conditional</animation>
|
|
|
|
<control type="scrollbar" id="60">
|
2017-01-12 15:09:42 +01:00
|
|
|
<posx>52r</posx>
|
|
|
|
<posy>row-6-begin</posy>
|
|
|
|
<height>20-row</height>
|
2015-04-19 22:55:23 +02:00
|
|
|
<onleft>9999</onleft>
|
2016-02-22 22:10:50 +01:00
|
|
|
<onback>9999</onback>
|
2015-04-19 22:55:23 +02:00
|
|
|
</control>
|
|
|
|
</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>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
</control>
|
2016-11-29 23:56:29 +01:00
|
|
|
<!--mini window-->
|
|
|
|
<include>miniVideoPlayer</include>
|
2015-04-19 22:55:23 +02:00
|
|
|
<!--hub menu-->
|
|
|
|
<include>hubMenu</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>DialogID</include>
|
|
|
|
<label>MyPVRRecordings.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
</window>
|