2015-03-27 21:31:40 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
2016-11-30 20:37:19 +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 condition="window.isactive(radiochannels)">Skin.SetString(recentitems,music)</onload>
|
|
|
|
<onload condition="window.isactive(tvchannels)">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:40 +01:00
|
|
|
<controls>
|
|
|
|
<include>globalBackground</include>
|
|
|
|
<!--page container group-->
|
|
|
|
<control type="group">
|
|
|
|
<!--window fader-->
|
|
|
|
<animation type="conditional" condition="window.next(0) | window.next(1)">
|
|
|
|
<effect type="fade" start="100" end="0" time="300"/>
|
|
|
|
</animation>
|
|
|
|
<!--shift page for certain modal dialogs-->
|
|
|
|
<include>modalDialogContentShift</include>
|
|
|
|
<!--Main content listing-->
|
|
|
|
<control type="group" id="9999">
|
2016-11-19 12:33:24 +01:00
|
|
|
<!--initial animation-->
|
2016-11-21 21:36:06 +01:00
|
|
|
<include>contentOpen</include>
|
2015-03-27 21:31:40 +01:00
|
|
|
<include>liveTVChannels</include>
|
|
|
|
</control>
|
|
|
|
<!--page scrollbar-->
|
|
|
|
<control type="group" id="9400">
|
|
|
|
<visible>Control.IsVisible(60) + !control.isvisible(10)</visible>
|
|
|
|
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(9400).hasfocus">conditional</animation>
|
|
|
|
<control type="scrollbar" id="60">
|
2018-09-01 16:25:36 +02:00
|
|
|
<posx>54r</posx>
|
2017-01-12 15:09:42 +01:00
|
|
|
<posy>row-6-begin</posy>
|
|
|
|
<height>20-row</height>
|
2015-03-27 21:31:40 +01:00
|
|
|
<onleft>9999</onleft>
|
2016-02-22 22:10:50 +01:00
|
|
|
<onback>9999</onback>
|
2015-03-27 21:31:40 +01:00
|
|
|
</control>
|
|
|
|
</control>
|
2017-09-19 22:24:15 +02:00
|
|
|
<!--page header-->
|
2015-03-27 21:31:40 +01:00
|
|
|
<control type="group">
|
2017-09-19 22:24:15 +02:00
|
|
|
<include>pageHeader</include>
|
2017-09-21 21:32:06 +02:00
|
|
|
</control>
|
|
|
|
<control type="label" id="29">
|
|
|
|
<visible>false</visible>
|
2015-03-27 21:31:40 +01:00
|
|
|
</control>
|
|
|
|
</control>
|
2016-11-29 23:56:29 +01:00
|
|
|
<!--mini window-->
|
|
|
|
<include>miniVideoPlayer</include>
|
2015-03-27 21:31:40 +01:00
|
|
|
<!--hub menu-->
|
|
|
|
<include>hubMenu</include>
|
2020-04-02 19:42:40 +02:00
|
|
|
<!--touchscreen controls-->
|
|
|
|
<include>touchscreenControls</include>
|
|
|
|
<!--debugging-->
|
2015-03-27 21:31:40 +01:00
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>DialogID</include>
|
|
|
|
<label>MyPVRChannels.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
|
|
|
</window>
|