skin.pellucid/1080i/VideoOSD.xml

190 lines
8.0 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>
<posy>row-21-begin</posy>
<!--fade out if audio / video menu active-->
<animation type="Conditional" condition="Window.IsActive(seekbar) | Window.IsActive(osdvideosettings) | Window.IsActive(osdaudiosettings) | window.isactive(PVROSDChannels)">
<effect type="fade" start="100" end="0" time="350"/>
<effect type="slide" start="0" end="0,300" tween="cubic" easing="out" time="400"/>
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"/>
<effect type="slide" start="0,300" end="0,0" tween="cubic" easing="out" time="400"/>
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"/>
2018-02-05 20:44:04 +01:00
<effect type="slide" start="0" end="0,300" tween="cubic" easing="out" time="400"/>
2015-03-27 21:31:13 +01:00
</animation>
2018-02-05 20:44:04 +01:00
<control type="image">
<posx>-96</posx>
2016-03-04 20:53:52 +01:00
<posy>0</posy>
2018-02-05 20:44:04 +01:00
<width>fullscreenWidth</width>
<height>2-row</height>
2017-02-13 14:48:52 +01:00
<texture>colors/black.png</texture>
2018-02-05 20:44:04 +01:00
<colordiffuse>aa111111</colordiffuse>
2017-02-13 14:48:52 +01:00
<aspectratio>stretch</aspectratio>
</control>
2018-02-05 20:44:04 +01:00
<control type="image">
<posx>-96</posx>
<posy>2-row</posy>
<width>fullscreenWidth</width>
<height>143</height>
<texture>colors/black.png</texture>
<colordiffuse>aa111111</colordiffuse>
2017-02-13 14:48:52 +01:00
<aspectratio>stretch</aspectratio>
</control>
2018-02-05 20:44:04 +01:00
<control type="image">
<posx>-96</posx>
<posy>6-row</posy>
<width>fullscreenWidth</width>
<height>2-row</height>
<texture>colors/black.png</texture>
<colordiffuse>cc111111</colordiffuse>
<aspectratio>stretch</aspectratio>
2017-02-13 14:48:52 +01:00
</control>
2018-02-05 20:44:04 +01:00
<control type="label">
<posx>0</posx>
<posy>0</posy>
<align>left</align>
<width>19-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>
<label>[COLOR highlight]$INFO[videoplayer.TVShowTitle,, ]$INFO[VideoPlayer.ChannelName,, ][/COLOR]$INFO[videoplayer.title]</label>
2016-02-21 19:58:08 +01:00
</control>
2018-02-05 20:44:04 +01:00
<control type="label">
<posx>24-col</posx>
<posy>-3</posy>
<width>8-col</width>
<height>2-row</height>
<font>itemTitle</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<label>$INFO[Videoplayer.time] / $INFO[Videoplayer.duration]</label>
<scroll>false</scroll>
</control>
<control type="textbox">
<posx>0</posx>
<posy>2-row</posy>
<font>textbox</font>
<width>1706</width>
<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">
<posx>0</posx>
<posy>6-row</posy>
<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>
<font>itemSubtitle</font>
<width>auto</width>
<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>
<font>itemSubtitle</font>
<width>auto</width>
<label>31201</label>
<onclick>PVR.ToggleRecordPlayingChannel</onclick>
</control>
<control type="button" id="1">
<description>Download subtitles</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>auto</width>
<font>itemSubtitle</font>
<label>31154</label>
<onclick>ActivateWindow(SubtitleSearch)</onclick>
</control>
<control type="button" id="2">
<description>Enable Subtitles</description>
<visible>VideoPlayer.HasSubtitles + !VideoPlayer.SubtitlesEnabled</visible>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<font>itemSubtitle</font>
<width>auto</width>
<label>24012</label>
<onclick>ShowSubtitles</onclick>
</control>
<control type="button" id="3">
<description>Disable Subtitles</description>
<visible>VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled</visible>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<font>itemSubtitle</font>
<width>auto</width>
<label>31161</label>
<onclick>ShowSubtitles</onclick>
</control>
<control type="button" id="4">
<description>Adjust subtitle offset</description>
<visible>VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled</visible>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<font>itemSubtitle</font>
<width>auto</width>
<label>31202</label>
<onclick>SubtitleDelay</onclick>
</control>
<control type="button" id="5">
<description>Video Settings</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<font>itemSubtitle</font>
<width>auto</width>
<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>
<font>itemSubtitle</font>
<width>auto</width>
<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>
<font>itemSubtitle</font>
<width>auto</width>
<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>