skin.pellucid/1080i/VideoOSD.xml

171 lines
6.8 KiB
XML
Raw Normal View History

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>
2018-02-05 20:44:04 +01:00
<onload>Control.SetFocus(8001)</onload>
2015-03-27 21:31:13 +01:00
<controls>
2018-02-05 20:44:04 +01:00
<control type="group">
<posx>col-1-begin</posx>
2018-04-10 00:11:19 +02:00
<posy>row-21-begin</posy>
2018-02-05 20:44:04 +01:00
<!--fade out if audio / video menu active-->
2018-02-27 22:07:40 +01:00
<animation type="Conditional" condition="Window.IsActive(osdsubtitlesettings) | Window.IsActive(seekbar) | Window.IsActive(osdvideosettings) | Window.IsActive(osdaudiosettings) | window.isactive(PVROSDChannels) | window.isactive(subtitlesearch)">
2018-02-05 20:44:04 +01:00
<effect type="fade" start="100" end="0" time="350"/>
2017-02-13 14:48:52 +01:00
</animation>
2018-02-05 20:44:04 +01:00
<animation type="windowopen">
<effect type="fade" start="0" end="100" time="350"/>
2017-02-13 14:48:52 +01:00
</animation>
2018-02-05 20:44:04 +01:00
<animation type="windowclose">
2017-02-13 14:48:52 +01:00
<effect type="fade" start="100" end="0" time="350"/>
2015-03-27 21:31:13 +01:00
</animation>
2018-02-25 14:05:53 +01:00
<animation type="conditional" condition="true">
<effect type="fade" end="90" time="0"/>
</animation>
2018-02-05 20:44:04 +01:00
<control type="image">
2018-04-10 00:11:19 +02:00
<posx>0</posx>
2018-02-25 14:05:53 +01:00
<posy>2-row</posy>
2018-04-10 00:11:19 +02:00
<width>24-col</width>
2018-02-25 14:05:53 +01:00
<height>45</height>
<texture>colors/white.png</texture>
<colordiffuse></colordiffuse>
2017-02-13 14:48:52 +01:00
<aspectratio>stretch</aspectratio>
</control>
2018-02-05 20:44:04 +01:00
<control type="image">
2018-04-10 00:11:19 +02:00
<posx>0</posx>
2018-02-25 14:05:53 +01:00
<posy>0</posy>
2018-04-10 00:11:19 +02:00
<width>24-col</width>
2018-02-25 14:05:53 +01:00
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
2017-02-13 14:48:52 +01:00
<aspectratio>stretch</aspectratio>
</control>
2018-02-05 20:44:04 +01:00
<control type="image">
2018-04-10 00:11:19 +02:00
<posx>0</posx>
2018-02-25 14:05:53 +01:00
<posy>118</posy>
2018-04-10 00:11:19 +02:00
<width>24-col</width>
<height>4-row</height>
2018-02-05 20:44:04 +01:00
<texture>colors/black.png</texture>
2018-02-25 14:05:53 +01:00
<colordiffuse>dd000000</colordiffuse>
2018-02-05 20:44:04 +01:00
<aspectratio>stretch</aspectratio>
2017-02-13 14:48:52 +01:00
</control>
2018-02-05 20:44:04 +01:00
<control type="label">
2018-04-10 00:11:19 +02:00
<posx>24</posx>
2018-02-05 20:44:04 +01:00
<posy>0</posy>
<align>left</align>
2018-02-25 14:05:53 +01:00
<width>16-col</width>
2017-02-13 14:48:52 +01:00
<height>2-row</height>
2018-02-05 20:44:04 +01:00
<font>dialogTitle</font>
<textcolor>textActive</textcolor>
2018-02-25 14:05:53 +01:00
<label>[B]$INFO[videoplayer.TVShowTitle,, ]$INFO[VideoPlayer.ChannelName,, ][/B]$INFO[videoplayer.title]</label>
2016-02-21 19:58:08 +01:00
</control>
2018-02-05 20:44:04 +01:00
<control type="label">
2018-04-10 00:11:19 +02:00
<posx>1704</posx>
2018-02-05 20:44:04 +01:00
<posy>-3</posy>
<width>8-col</width>
<height>2-row</height>
<font>itemTitle</font>
<align>right</align>
<textcolor>textActive</textcolor>
2018-04-10 00:11:19 +02:00
<label>$INFO[Player.TimeRemaining(mm),, $LOCALIZE[31235]] [ $INFO[Videoplayer.time] / $INFO[Videoplayer.duration] ]</label>
2018-02-05 20:44:04 +01:00
<scroll>false</scroll>
</control>
<control type="textbox">
2018-04-10 00:11:19 +02:00
<posx>24</posx>
<posy>128</posy>
2018-02-05 20:44:04 +01:00
<font>textbox</font>
2018-04-10 00:11:19 +02:00
<width>1682</width>
2018-02-05 20:44:04 +01:00
<align>left</align>
<textcolor>textActive</textcolor>
<height>120</height>
<label fallback="31205">$INFO[videoplayer.plot]</label>
<autoscroll>false</autoscroll>
<shadowcolor></shadowcolor>
2015-03-27 21:31:13 +01:00
</control>
2018-02-05 20:44:04 +01:00
<!--dialog controls-->
<control type="grouplist" id="8001">
2018-04-10 00:11:19 +02:00
<posx>0</posx>
2018-02-25 14:05:53 +01:00
<posy>2-row</posy>
2018-02-05 20:44:04 +01:00
<orientation>horizontal</orientation>
<itemgap>12</itemgap>
<onleft>8001</onleft>
<control type="button" id="8">
<visible>VideoPlayer.HasMenu</visible>
<description>DVD Menu</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
2018-02-25 14:05:53 +01:00
<textcolor>black</textcolor>
2018-02-05 20:44:04 +01:00
<font>itemSubtitle</font>
<width>auto</width>
2018-02-25 14:05:53 +01:00
<height>1-row</height>
2018-02-05 20:44:04 +01:00
<label>31051</label>
<onclick>PlayerControl(ShowVideoMenu)</onclick>
</control>
<control type="button" id="7">
<visible>PVR.CanRecordPlayingChannel</visible>
<description>Record</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
2018-02-25 14:05:53 +01:00
<textcolor>black</textcolor>
2018-02-05 20:44:04 +01:00
<font>itemSubtitle</font>
<width>auto</width>
2018-02-25 14:05:53 +01:00
<height>45</height>
2018-02-05 20:44:04 +01:00
<label>31201</label>
<onclick>PVR.ToggleRecordPlayingChannel</onclick>
</control>
<control type="button" id="1">
2018-02-27 22:07:40 +01:00
<description>subtitles</description>
2018-02-05 20:44:04 +01:00
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
2018-02-25 14:05:53 +01:00
<textcolor>black</textcolor>
2018-02-05 20:44:04 +01:00
<width>auto</width>
2018-02-25 14:05:53 +01:00
<height>45</height>
2018-02-05 20:44:04 +01:00
<font>itemSubtitle</font>
<label>31154</label>
2018-02-27 22:07:40 +01:00
<onclick>ActivateWindow(osdsubtitlesettings)</onclick>
2018-02-05 20:44:04 +01:00
</control>
<control type="button" id="5">
<description>Video Settings</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
2018-02-25 14:05:53 +01:00
<textcolor>black</textcolor>
2018-02-05 20:44:04 +01:00
<font>itemSubtitle</font>
<width>auto</width>
2018-02-25 14:05:53 +01:00
<height>45</height>
2018-02-05 20:44:04 +01:00
<label>31191</label>
<onclick>ActivateWindow(osdvideosettings)</onclick>
</control>
<control type="button" id="6">
<description>Audio Settings</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
2018-02-25 14:05:53 +01:00
<textcolor>black</textcolor>
2018-02-05 20:44:04 +01:00
<font>itemSubtitle</font>
<width>auto</width>
2018-02-25 14:05:53 +01:00
<height>45</height>
2018-02-05 20:44:04 +01:00
<label>31177</label>
<onclick>ActivateWindow(osdaudiosettings)</onclick>
</control>
<control type="button" id="9">
<description>Bookmarks</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
2018-02-25 14:05:53 +01:00
<textcolor>black</textcolor>
2018-02-05 20:44:04 +01:00
<font>itemSubtitle</font>
<width>auto</width>
2018-02-25 14:05:53 +01:00
<height>45</height>
2018-02-05 20:44:04 +01:00
<label>298</label>
<onclick>ActivateWindow(videobookmarks)</onclick>
</control>
</control>
</control>
<!--page header-->
<control type="group">
<include>pageHeader</include>
2015-03-27 21:31:13 +01:00
</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>