skin.pellucidPlus/1080i/VideoOSD.xml

162 lines
6.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">8001</defaultcontrol>
<include>fadeInOut</include>
<controls>
<control type="group">
<posx>0</posx>
<posy>0</posy>
<!--fade out if audio / video menu active-->
<animation type="Conditional" condition="Window.IsActive(osdvideosettings) | Window.IsActive(osdaudiosettings) | window.isactive(PVROSDChannels)">
<effect type="fade" start="100" end="0" time="200" tween="sine" easing="in"/>
</animation>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--content title-->
<control type="image">
<posx>0</posx>
<posy>23-row</posy>
<width>fullscreenWidth</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>23-row</posy>
<width>16-col</width>
<height>2-row</height>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[System.Time] [UPPERCASE]$INFO[videoplayer.Title][/UPPERCASE]</label>
</control>
<control type="label">
<right>96</right>
<posy>23-row</posy>
<width>8-col</width>
<height>2-row</height>
<font>pageTitle</font>
<align>right</align>
<textcolor>textActive</textcolor>
<label>$INFO[Videoplayer.time] / $INFO[Videoplayer.duration]</label>
<scroll>false</scroll>
</control>
<control type="image">
<posx>0</posx>
<posy>25-row</posy>
<width>fullscreenWidth</width>
<height>5-row</height>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="textbox">
<posx>col-1-begin</posx>
<posy>910</posy>
<font>textbox</font>
<width>24-col</width>
<textcolor>textActive</textcolor>
<height>114</height>
<label fallback="31205">$INFO[videoplayer.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
</control>
<!--options-->
<control type="list" id="8001">
<posx>col-21-begin</posx>
<posy>0</posy>
<width>24-col</width>
<height>8-row</height>
<itemgap>0</itemgap>
<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>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</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>2-row</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>
<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(5901)</onclick>
</item>
<item>
<description>Audio Settings</description>
<label>5</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>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>VideoOSD.xml</label>
</control>
</controls>
</window>