diff options
author | ronie <ronie> | 2013-10-14 23:55:10 +0200 |
---|---|---|
committer | ace20022 <ace20022@ymail.com> | 2013-10-21 20:20:42 +0200 |
commit | 064bd9588e6a6e64e937f3ddbaab1992411231b4 (patch) | |
tree | 1f7e5727d50cd8992e0cd270a931f7c0203f71ee /addons | |
parent | 354bd33d545072157e23e70ce9ebd10ff9f274f4 (diff) |
add audio and subtitle language info to video osd if available
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/VideoFullScreen.xml | 45 | ||||
-rw-r--r-- | addons/skin.confluence/media/flagging/AudioLang.png | bin | 0 -> 3978 bytes | |||
-rw-r--r-- | addons/skin.confluence/media/flagging/SubLang.png | bin | 0 -> 3459 bytes |
3 files changed, 45 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/VideoFullScreen.xml b/addons/skin.confluence/720p/VideoFullScreen.xml index 079ef950d4..f13af5e4ed 100644 --- a/addons/skin.confluence/720p/VideoFullScreen.xml +++ b/addons/skin.confluence/720p/VideoFullScreen.xml @@ -216,6 +216,51 @@ <aspectratio align="center">keep</aspectratio> <texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture> </control> + <control type="group" id="1"> + <width>85</width> + <height>35</height> + <visible>!IsEmpty(VideoPlayer.AudioLanguage)</visible> + <control type="image" id="1"> + <posx>5</posx> + <posy>0</posy> + <description>Audio Language Image</description> + <width>80</width> + <height>35</height> + <texture>flagging/AudioLang.png</texture> + </control> + <control type="label" id="1"> + <posx>38</posx> + <posy>2</posy> + <width>47</width> + <height>35</height> + <font>font13</font> + <align>left</align> + <label>$INFO[VideoPlayer.AudioLanguage]</label> + <textcolor>grey</textcolor> + </control> + </control> + <control type="group" id="1"> + <width>85</width> + <height>35</height> + <visible>!IsEmpty(VideoPlayer.SubtitlesLanguage)</visible> + <control type="image" id="1"> + <posx>5</posx> + <posy>0</posy> + <width>80</width> + <height>35</height> + <texture>flagging/SubLang.png</texture> + </control> + <control type="label" id="1"> + <posx>38</posx> + <posy>2</posy> + <width>47</width> + <height>35</height> + <font>font13</font> + <align>left</align> + <label>$INFO[VideoPlayer.SubtitlesLanguage]</label> + <textcolor>grey</textcolor> + </control> + </control> </control> <control type="label" id="1"> <posx>0</posx> diff --git a/addons/skin.confluence/media/flagging/AudioLang.png b/addons/skin.confluence/media/flagging/AudioLang.png Binary files differnew file mode 100644 index 0000000000..fdbe5aeb6e --- /dev/null +++ b/addons/skin.confluence/media/flagging/AudioLang.png diff --git a/addons/skin.confluence/media/flagging/SubLang.png b/addons/skin.confluence/media/flagging/SubLang.png Binary files differnew file mode 100644 index 0000000000..9952aed016 --- /dev/null +++ b/addons/skin.confluence/media/flagging/SubLang.png |