skin.pellucid/1080i/VideoOSD.xml

210 lines
8.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">8001</defaultcontrol>
<onload>Control.SetFocus(8001)</onload>
<controls>
<control type="group">
<posx>col-1-begin</posx>
<posy>row-22-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) | window.isactive(subtitlesearch)">
<effect type="fade" start="100" end="0" time="350"/>
<effect type="slide" start="0" end="0,300" tween="cubic" easing="out" time="400"/>
</animation>
<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"/>
</animation>
<animation type="windowclose">
<effect type="fade" start="100" end="0" time="350"/>
<effect type="slide" start="0" end="0,300" tween="cubic" easing="out" time="400"/>
</animation>
<animation type="conditional" condition="true">
<effect type="fade" end="90" time="0"/>
</animation>
<control type="image">
<posx>-96</posx>
<posy>2-row</posy>
<width>fullscreenWidth</width>
<height>45</height>
<texture>colors/white.png</texture>
<colordiffuse></colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>-96</posx>
<posy>0</posy>
<width>fullscreenWidth</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>-96</posx>
<posy>118</posy>
<width>fullscreenWidth</width>
<height>6-row</height>
<texture>colors/black.png</texture>
<colordiffuse>dd000000</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<align>left</align>
<width>16-col</width>
<height>2-row</height>
<font>dialogTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[videoplayer.TVShowTitle,, ]$INFO[VideoPlayer.ChannelName,, ][/B]$INFO[videoplayer.title]</label>
</control>
<control type="label">
<posx>24-col</posx>
<posy>-3</posy>
<width>8-col</width>
<height>2-row</height>
<font>itemTitle</font>
<align>right</align>
<textcolor>textActive</textcolor>
<label>$INFO[Player.TimeRemaining(mm),, $LOCALIZE[31235]] / $INFO[Videoplayer.time] / $INFO[Videoplayer.duration]</label>
<scroll>false</scroll>
</control>
<control type="textbox">
<posx>0</posx>
<posy>132</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>
</control>
<!--dialog controls-->
<control type="grouplist" id="8001">
<posx>-24</posx>
<posy>2-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>
<textcolor>black</textcolor>
<font>itemSubtitle</font>
<width>auto</width>
<height>1-row</height>
<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>
<textcolor>black</textcolor>
<font>itemSubtitle</font>
<width>auto</width>
<height>45</height>
<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>
<textcolor>black</textcolor>
<width>auto</width>
<height>45</height>
<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>
<textcolor>black</textcolor>
<font>itemSubtitle</font>
<width>auto</width>
<height>45</height>
<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>
<textcolor>black</textcolor>
<font>itemSubtitle</font>
<width>auto</width>
<height>45</height>
<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>
<textcolor>black</textcolor>
<font>itemSubtitle</font>
<width>auto</width>
<height>45</height>
<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>
<textcolor>black</textcolor>
<font>itemSubtitle</font>
<width>auto</width>
<height>45</height>
<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>
<textcolor>black</textcolor>
<font>itemSubtitle</font>
<width>auto</width>
<height>45</height>
<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>
<textcolor>black</textcolor>
<font>itemSubtitle</font>
<width>auto</width>
<height>45</height>
<label>298</label>
<onclick>ActivateWindow(videobookmarks)</onclick>
</control>
</control>
</control>
<!--page header-->
<control type="group">
<include>pageHeader</include>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>VideoOSD.xml</label>
</control>
</controls>
</window>