aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--addons/skin.confluence/720p/VideoFullScreen.xml45
-rw-r--r--addons/skin.confluence/media/flagging/AudioLang.pngbin0 -> 3978 bytes
-rw-r--r--addons/skin.confluence/media/flagging/SubLang.pngbin0 -> 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
new file mode 100644
index 0000000000..fdbe5aeb6e
--- /dev/null
+++ b/addons/skin.confluence/media/flagging/AudioLang.png
Binary files differ
diff --git a/addons/skin.confluence/media/flagging/SubLang.png b/addons/skin.confluence/media/flagging/SubLang.png
new file mode 100644
index 0000000000..9952aed016
--- /dev/null
+++ b/addons/skin.confluence/media/flagging/SubLang.png
Binary files differ