aboutsummaryrefslogtreecommitdiff
path: root/skin
diff options
context:
space:
mode:
Diffstat (limited to 'skin')
-rw-r--r--skin/PM3.HD/720p/VideoOSD.xml29
-rw-r--r--skin/PM3.HD/720p/custom_SkinSetting_1111.xml18
-rw-r--r--skin/PM3.HD/language/English/strings.xml1
-rw-r--r--skin/PM3.HD/language/German/strings.xml1
4 files changed, 48 insertions, 1 deletions
diff --git a/skin/PM3.HD/720p/VideoOSD.xml b/skin/PM3.HD/720p/VideoOSD.xml
index df57df67a4..83a081450c 100644
--- a/skin/PM3.HD/720p/VideoOSD.xml
+++ b/skin/PM3.HD/720p/VideoOSD.xml
@@ -116,6 +116,15 @@
<texture>osd_panel.png</texture>
<visible>yes</visible>
</control>
+ <control type="image">
+ <description>Teletext Button</description>
+ <posx>138</posx>
+ <posy>15</posy>
+ <width>74</width>
+ <height>66</height>
+ <texture>osd_button_lyrics.png</texture>
+ <visible>VideoPlayer.HasTeletext + Skin.HasSetting(Player_Show_Teletext_Button)</visible>
+ </control>
<control type="button" id="210">
<description>Skip Bwd</description>
<posx>32</posx>
@@ -223,7 +232,25 @@
<onright>215</onright>
<onup>919</onup>
<ondown>921</ondown>
+ <visible>![VideoPlayer.HasTeletext] | ![Skin.HasSetting(Player_Show_Teletext_Button)]</visible>
</control>
+ <control type="button" id="918">
+ <description>Teletext Button</description>
+ <posx>138</posx>
+ <posy>15</posy>
+ <width>74</width>
+ <height>66</height>
+ <texturefocus>osd_button_lyricsFO.png</texturefocus>
+ <texturenofocus>osd_button_lyrics.png</texturenofocus>
+ <onclick>XBMC.ActivateWindow(Teletext)</onclick>
+ <label>-</label>
+ <font>-</font>
+ <onleft>208</onleft>
+ <onright>215</onright>
+ <onup>919</onup>
+ <ondown>921</ondown>
+ <visible>VideoPlayer.HasTeletext + Skin.HasSetting(Player_Show_Teletext_Button)</visible>
+ </control>
<control type="togglebutton" id="921">
<description>Video Menu</description>
<posx>147</posx>
@@ -280,4 +307,4 @@
</control>
</control>
</controls>
-</window> \ No newline at end of file
+</window>
diff --git a/skin/PM3.HD/720p/custom_SkinSetting_1111.xml b/skin/PM3.HD/720p/custom_SkinSetting_1111.xml
index e83fb00e3e..e7e9fe4e1a 100644
--- a/skin/PM3.HD/720p/custom_SkinSetting_1111.xml
+++ b/skin/PM3.HD/720p/custom_SkinSetting_1111.xml
@@ -144,6 +144,24 @@
<texturenofocus>-</texturenofocus>
<enable>Skin.HasSetting(Use_Startup_Playlist)</enable>
</control>
+ <control type="image" id="112">
+ <width>950</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="radiobutton" id="113">
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>31115</label>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradiofocus>radiobutton-focus-2.png</textureradiofocus>
+ <onclick>Skin.ToggleSetting(Player_Show_Teletext_Button)</onclick>
+ <selected>Skin.HasSetting(Player_Show_Teletext_Button)</selected>
+ </control>
</control>
<control type="grouplist" id="9002">
<visible>Skin.String(SkinSettings,2)</visible>
diff --git a/skin/PM3.HD/language/English/strings.xml b/skin/PM3.HD/language/English/strings.xml
index 4b844c2282..4bece7fda8 100644
--- a/skin/PM3.HD/language/English/strings.xml
+++ b/skin/PM3.HD/language/English/strings.xml
@@ -80,6 +80,7 @@
<string id="31112">Show media titles in "Wide icons" view</string>
<string id="31113">Single Image</string>
<string id="31114">Multi Image</string>
+ <string id="31115">Replace Audio Settings Button with Teletext</string>
<!-- Script Settings labels -->
<string id="31200">Custom script options</string>
diff --git a/skin/PM3.HD/language/German/strings.xml b/skin/PM3.HD/language/German/strings.xml
index dce1379b8b..6279ac8d64 100644
--- a/skin/PM3.HD/language/German/strings.xml
+++ b/skin/PM3.HD/language/German/strings.xml
@@ -82,6 +82,7 @@
<string id="31109">Home Screen Hintergründe</string>
<string id="31110">button - Aktiviere eigene Hintergründe</string>
<string id="31111">Immer Musik Infos anzeigen während der Liedtexte</string>
+ <string id="31115">Ersetzte Taste für Audio Einstellungen mit Videotext</string>
<!-- Script Settings labels -->
<string id="31200">Eigene Script Optionen</string>