2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
2015-04-12 22:22:47 +02:00
|
|
|
<defaultcontrol always="true">8001</defaultcontrol>
|
2015-03-27 21:31:13 +01:00
|
|
|
<include>fadeInOut</include>
|
|
|
|
<controls>
|
|
|
|
<control type="group">
|
|
|
|
<!--fade out if audio / video menu active-->
|
2016-03-04 20:53:52 +01:00
|
|
|
<animation type="Conditional" condition="Window.IsActive(seekbar) | Window.IsActive(osdvideosettings) | Window.IsActive(osdaudiosettings) | window.isactive(PVROSDChannels)">
|
2015-03-27 21:31:13 +01:00
|
|
|
<effect type="fade" start="100" end="0" time="200" tween="sine" easing="in"/>
|
|
|
|
</animation>
|
2016-03-04 20:53:52 +01:00
|
|
|
<posx>col-10-begin</posx>
|
|
|
|
<posy>row-8-begin</posy>
|
|
|
|
<include>modalDialogInOutVertical</include>
|
2015-04-19 22:55:23 +02:00
|
|
|
<control type="image">
|
2016-03-04 20:53:52 +01:00
|
|
|
<posx>-36</posx>
|
|
|
|
<posy>-36</posy>
|
|
|
|
<width>7-col</width>
|
|
|
|
<height>14-row</height>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
2016-03-04 20:53:52 +01:00
|
|
|
<colordiffuse>ccFFFFFF</colordiffuse>
|
2016-02-21 19:58:08 +01:00
|
|
|
</control>
|
2016-03-04 20:53:52 +01:00
|
|
|
<!--player controls-->
|
|
|
|
<control type="panel" id="8001">
|
2016-03-02 15:16:51 +01:00
|
|
|
<posx>0</posx>
|
2016-03-04 20:53:52 +01:00
|
|
|
<posy>0</posy>
|
|
|
|
<width>6-col</width>
|
2016-03-02 15:16:51 +01:00
|
|
|
<height>2-row</height>
|
2016-03-04 20:53:52 +01:00
|
|
|
<itemgap>0</itemgap>
|
|
|
|
<ondown>Control.SetFocus(8002,0)</ondown>
|
|
|
|
<onup>Control.SetFocus(8002,3)</onup>
|
|
|
|
<orientation>horizontal</orientation>
|
|
|
|
<itemlayout width="1-col" height="2-row">
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col-textbox</width>
|
|
|
|
<height>69</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<colordiffuse>overlay</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>symbolLarge</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[ListItem.label2]</label>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout width="1-col" height="2-row">
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col-textbox</width>
|
|
|
|
<height>69</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/white.png</texture>
|
|
|
|
<colordiffuse>highlight</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>symbolLarge</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[ListItem.label2]</label>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
<content>
|
|
|
|
<item>
|
|
|
|
<description>Previous</description>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>PlayerControl(previous)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<description>Rewind</description>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>PlayerControl(rewind)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<description>Stop</description>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>PlayerControl(stop)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<visible>Player.Playing | player.forwarding | player.rewinding</visible>
|
|
|
|
<description>Play/Pause</description>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>PlayerControl(play)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<visible>Player.Paused</visible>
|
|
|
|
<description>Pause</description>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>PlayerControl(play)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<description>Fast forward</description>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>PlayerControl(forward)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<description>Next Chapter</description>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>PlayerControl(next)</onclick>
|
|
|
|
</item>
|
|
|
|
</content>
|
2016-02-21 19:58:08 +01:00
|
|
|
</control>
|
2016-03-04 20:53:52 +01:00
|
|
|
<!--menu items-->
|
|
|
|
<control type="panel" id="8002">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>2-row</posy>
|
|
|
|
<width>6-col</width>
|
|
|
|
<height>12-row</height>
|
|
|
|
<itemgap>0</itemgap>
|
|
|
|
<onup>8001</onup>
|
|
|
|
<ondown>8001</ondown>
|
|
|
|
<orientation>vertical</orientation>
|
|
|
|
<itemlayout width="6-col" height="2-row">
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>6-col</width>
|
|
|
|
<height>69</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<colordiffuse>overlay</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>symbolLarge</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[ListItem.label2]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>1-col-indent</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>5-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>itemSubTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout width="6-col" height="2-row">
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/white.png</texture>
|
|
|
|
<colordiffuse>highlight</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<posx>1-col</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>6-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/white.png</texture>
|
|
|
|
<colordiffuse>eeffffff</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>symbolLarge</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[ListItem.label2]</label>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>1-col-indent</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>5-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>itemSubTitle</font>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
<content>
|
|
|
|
<item>
|
|
|
|
<visible>System.GetBool(pvrmanager.enabled) + Player.CanRecord</visible>
|
|
|
|
<label>31201</label>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>PlayerControl(record)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<description>Subtitles</description>
|
|
|
|
<label>24012</label>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>Close</onclick>
|
|
|
|
<onclick>activateWindow(1104)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<description>Video Settings</description>
|
|
|
|
<label>13395</label>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>ActivateWindow(123)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<description>Audio Settings</description>
|
|
|
|
<label>13396</label>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>ActivateWindow(124)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<description>Bookmarks</description>
|
|
|
|
<label>298</label>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>ActivateWindow(125)</onclick>
|
|
|
|
</item>
|
|
|
|
</content>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>DialogID</include>
|
|
|
|
<label>VideoOSD.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
2016-02-21 19:58:08 +01:00
|
|
|
</window>
|