skin.pellucidPlus/1080i/VideoOSD.xml

360 lines
17 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2015-03-27 21:31:13 +01:00
<defaultcontrol always="true">8000</defaultcontrol>
<include>fadeInOut</include>
<controls>
<control type="group">
2015-03-30 21:32:00 +02:00
<posx>col-1-begin</posx>
<posy>row-3-begin</posy>
2015-03-27 21:31:13 +01:00
<!--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>
2015-03-30 21:32:00 +02:00
<!--content imagery-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>10-row</height>
<aspectratio aligny="center">scale</aspectratio>
<texture fallback="colors/offblack.png">$INFO[player.art(fanart)]</texture>
</control>
<!--content title-->
<control type="image">
<posx>0</posx>
<posy>10-row</posy>
<width>12-col</width>
<height>4-row</height>
<texture>colors/white.png</texture>
<colordiffuse>500</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label" id="20">
<posx>12</posx>
<posy>10-row</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>12</posx>
<posy>11-row</posy>
<width>12-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>largeTitle</font>
<textcolor>textActive</textcolor>
<label>[UPPERCASE]$INFO[videoplayer.Title][/UPPERCASE]</label>
<include condition="Skin.HasSetting(lowPowerMode)">scrollSuppressionActive</include>
<include condition="!Skin.HasSetting(lowPowerMode)">scrollSuppressionInactive</include>
</control>
<control type="image">
<posx>0</posx>
<posy>14-row</posy>
<width>12-col</width>
<height>6-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="textbox">
<posx>12</posx>
<posy>14-row</posy>
<width>12-col-gutter</width>
<height>6-row</height>
<font>textbox</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>12</posx>
<posy>13-row</posy>
<width>8-col</width>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[180] $INFO[Videoplayer.time] / $INFO[Videoplayer.duration]</label>
<scroll>false</scroll>
<shadowcolor>-</shadowcolor>
</control>
<!--subtitles etc-->
<control type="list" id="8001">
<posx>0</posx>
<posy>20-row</posy>
<width>12-col</width>
<height>2-row</height>
<itemgap>0</itemgap>
<orientation>horizontal</orientation>
<onright>control.setfocus(8000,0)</onright>
<onleft>control.setfocus(8000,6)</onleft>
<itemlayout width="3-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>3-col-textbox</width>
<height>2-row</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>3-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="3-col" height="2-row">
<control type="image">
<visible>control.hasfocus(8001)</visible>
<posx>0</posx>
<posy>0</posy>
<width>3-col-textbox</width>
<height>2-row</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>3-col-textbox</width>
<height>2-row</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>3-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<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>3-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<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>
2015-03-27 21:31:13 +01:00
</control>
2015-03-30 21:32:00 +02:00
<!--player controls-->
<control type="list" id="8000">
2015-03-27 21:31:13 +01:00
<posx>0</posx>
2015-03-30 21:32:00 +02:00
<posy>795</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="1-col" height="1-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>1-col-textbox</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>ccFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>1-col-textbox</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="1-col" height="1-col">
<control type="image">
<visible>control.hasfocus(8000)</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>1-col-textbox</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>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>1-col-textbox</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>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>1-col-textbox</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<visible>!control.hasfocus(8000)</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>1-col-textbox</height>
<align>center</align>
<aligny>center</aligny>
<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>
2015-03-27 21:31:13 +01:00
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>VideoOSD.xml</label>
</control>
</controls>
</window>