skin.pellucid/1080i/VideoOSD.xml

365 lines
18 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">8000</defaultcontrol>
<include>fadeInOut</include>
<controls>
<control type="group">
<!--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>
<!--title info-->
<control type="group">
<posx>col-1-begin</posx>
<posy>882</posy>
<!--overlay-->
<control type="image">
<posx>-96</posx>
<posy>6</posy>
<width>fullscreenWidth</width>
<height>134</height>
<texture>colors/black.png</texture>
<colordiffuse>ccffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--content description-->
<control type="label" id="20">
<posx>0</posx>
<posy>0</posy>
<width>24-col</width>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label fallback="31136">$INFO[VideoPlayer.ChannelNumber,,]$INFO[VideoPlayer.ChannelName,. ,]$INFO[Videoplayer.tvshowTitle]$INFO[Videoplayer.season, • $LOCALIZE[31011] ]$INFO[Videoplayer.episode, • $LOCALIZE[31040] ]</label>
<scroll>false</scroll>
</control>
<control type="label">
<posx>0</posx>
<posy>40</posy>
<width>24-col</width>
<font>largeTitle</font>
<textcolor>textActive</textcolor>
<label>[UPPERCASE]$INFO[videoplayer.Title][/UPPERCASE]</label>
<shadowcolor>-</shadowcolor>
<include condition="Skin.HasSetting(lowPowerMode)">scrollSuppressionActive</include>
<include condition="!Skin.HasSetting(lowPowerMode)">scrollSuppressionInactive</include>
</control>
<control type="label">
<posx>0</posx>
<posy>98</posy>
<width>24-col</width>
<height>30</height>
<font>small</font>
<textcolor>textActive</textcolor>
<label fallback="31009">$INFO[Videoplayer.plot]</label>
<include condition="Skin.HasSetting(lowPowerMode)">scrollSuppressionActive</include>
<include condition="!Skin.HasSetting(lowPowerMode)">scrollSuppressionInactive</include>
<scrollspeed>60</scrollspeed>
</control>
<control type="label">
<posx>24-col</posx>
<posy>0</posy>
<width>8-col</width>
<font>smallStrong</font>
<align>right</align>
<textcolor>textActive</textcolor>
<label>$INFO[system.time] • $INFO[System.Date(mmm d)] • $LOCALIZE[180] $INFO[Videoplayer.time] / $INFO[Videoplayer.duration]</label>
<scroll>false</scroll>
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--dialog controls-->
<control type="group">
<posx>0</posx>
<posy>996</posy>
<control type="image">
<posx>0</posx>
<posy>28</posy>
<width>91</width>
<height>54</height>
<texture>colors/black.png</texture>
<colordiffuse>ccffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>722</posx>
<posy>28</posy>
<width>237</width>
<height>54</height>
<texture>colors/black.png</texture>
<colordiffuse>ccffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>1824</posx>
<posy>28</posy>
<width>2-col</width>
<height>54</height>
<texture>colors/black.png</texture>
<colordiffuse>ccffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--player controls-->
<control type="list" id="8000">
<posx>73</posx>
<posy>10</posy>
<width>24-col</width>
<height>1-col</height>
<itemgap>0</itemgap>
<orientation>horizontal</orientation>
<onright>control.setfocus(8001,0)</onright>
<onleft>control.setfocus(8001,4)</onleft>
<itemlayout width="70" height="1-col">
<control type="image">
<posx>19</posx>
<posy>18</posy>
<width>69</width>
<height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>ccFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>42</posx>
<posy>10</posy>
<width>1-col</width>
<height>1-col</height>
<font>symbol</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="70" height="1-col">
<control type="image">
<visible>control.hasfocus(8000)</visible>
<posx>19</posx>
<posy>18</posy>
<width>69</width>
<height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<visible>!control.hasfocus(8000)</visible>
<posx>19</posx>
<posy>18</posy>
<width>69</width>
<height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>ccFFFFFF</colordiffuse>
</control>
<control type="label">
<visible>control.hasfocus(8000)</visible>
<posx>42</posx>
<posy>10</posy>
<width>1-col</width>
<height>1-col</height>
<font>symbol</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<visible>!control.hasfocus(8000)</visible>
<posx>42</posx>
<posy>10</posy>
<width>1-col</width>
<height>1-col</height>
<font>symbol</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
<content>
<item>
<description>Menu: EPG (PVR content) / DVD Menu (Disc playback in progress)</description>
<label></label>
<thumb>-</thumb>
<onclick condition="System.HasMediaDVD + !Pvr.IsPlayingTv">PlayerControl(ShowVideoMenu)</onclick>
<onclick condition="Pvr.IsPlayingTv">ActivateWindow(PVROSDChannels)</onclick>
<onclick condition="!System.HasMediaDVD + !Pvr.IsPlayingTv">Notification($LOCALIZE[31172],$LOCALIZE[31173])</onclick>
</item>
<item>
<description>Previous</description>
<label></label>
<thumb>-</thumb>
<onclick>PlayerControl(previous)</onclick>
</item>
<item>
<description>Rewind</description>
<label></label>
<thumb>-</thumb>
<onclick>PlayerControl(rewind)</onclick>
</item>
<item>
<description>Stop</description>
<label></label>
<thumb>-</thumb>
<onclick>PlayerControl(stop)</onclick>
</item>
<item>
<visible>Player.Playing | player.forwarding | player.rewinding</visible>
<description>Play/Pause</description>
<label></label>
<thumb>-</thumb>
<onclick>PlayerControl(play)</onclick>
</item>
<item>
<visible>Player.Paused</visible>
<description>Pause</description>
<label></label>
<thumb>-</thumb>
<onclick>PlayerControl(play)</onclick>
</item>
<item>
<description>Fast forward</description>
<label></label>
<thumb>-</thumb>
<onclick>PlayerControl(forward)</onclick>
</item>
<item>
<description>Next Chapter</description>
<label></label>
<thumb>-</thumb>
<onclick>PlayerControl(next)</onclick>
</item>
<item>
<enable>System.GetBool(pvrmanager.enabled) + Player.CanRecord</enable>
<description>Record (PVR only)</description>
<label></label>
<thumb>-</thumb>
<onclick>PlayerControl(record)</onclick>
</item>
<item>
<enable></enable>
<description>Teletext</description>
<label></label>
<thumb>-</thumb>
<onclick>ActivateWindow(Teletext)</onclick>
</item>
</content>
</control>
<!--subtitles etc-->
<control type="list" id="8001">
<visible>true</visible>
<posx>col-13-begin</posx>
<posy>28</posy>
<width>24-col</width>
<height>1-col</height>
<itemgap>0</itemgap>
<orientation>horizontal</orientation>
<onright>control.setfocus(8000,0)</onright>
<onleft>control.setfocus(8000,6)</onleft>
<itemlayout width="3-col" height="1-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>215</width>
<height>54</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>ccFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>184</width>
<align>center</align>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="3-col" height="1-col">
<control type="image">
<visible>control.hasfocus(8001)</visible>
<posx>0</posx>
<posy>0</posy>
<width>215</width>
<height>54</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<visible>!control.hasfocus(8001)</visible>
<posx>0</posx>
<posy>0</posy>
<width>213</width>
<height>54</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>ccFFFFFF</colordiffuse>
</control>
<control type="label">
<visible>control.hasfocus(8001)</visible>
<posx>12</posx>
<posy>0</posy>
<width>184</width>
<align>center</align>
<font>menuTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<visible>!control.hasfocus(8001)</visible>
<posx>12</posx>
<posy>0</posy>
<width>184</width>
<align>center</align>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item>
<description>Subtitles</description>
<label>24012</label>
<thumb>-</thumb>
<onclick>Close</onclick>
<onclick>activateWindow(5901)</onclick>
</item>
<item>
<description>Audio Settings</description>
<label>292</label>
<thumb>-</thumb>
<onclick>ActivateWindow(124)</onclick>
</item>
<item>
<description>Video Settings</description>
<label>444</label>
<thumb>-</thumb>
<onclick>ActivateWindow(123)</onclick>
</item>
<item>
<description>Bookmarks</description>
<label>298</label>
<thumb>-</thumb>
<onclick>ActivateWindow(125)</onclick>
</item>
</content>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>VideoOSD.xml</label>
</control>
</controls>
</window>