2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-03-27 21:31:13 +01:00
|
|
|
<window type="dialog" id="5901">
|
2014-09-28 20:47:53 +02:00
|
|
|
<defaultcontrol always="true">5000</defaultcontrol>
|
|
|
|
<allowoverlay>yes</allowoverlay>
|
2015-03-27 21:31:13 +01:00
|
|
|
<controls>
|
|
|
|
<include>fadeInOut</include>
|
|
|
|
<control type="group">
|
|
|
|
<visible>!Window.IsVisible(SliderDialog)</visible>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>fullscreenWidth</width>
|
|
|
|
<height>fullscreenHeight</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<colordiffuse>ccFFFFFF</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<texture>backgrounds/vignette.png</texture>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
<control type="group">
|
2015-05-21 00:38:26 +02:00
|
|
|
<posx>col-10-begin</posx>
|
2015-04-27 22:30:43 +02:00
|
|
|
<posy>row-9-begin</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<!--animations-->
|
|
|
|
<include>modalDialogInOutVertical</include>
|
|
|
|
<!--subtitle menu-->
|
2015-04-27 22:30:43 +02:00
|
|
|
<control type="grouplist" id="5000">
|
|
|
|
<posx>0</posx>
|
2015-05-21 00:38:26 +02:00
|
|
|
<posy>0</posy>
|
|
|
|
<width>6-col</width>
|
2015-03-27 21:31:13 +01:00
|
|
|
<height>11-row</height>
|
|
|
|
<itemgap>0</itemgap>
|
2015-05-21 00:38:26 +02:00
|
|
|
<control type="button" id="4">
|
|
|
|
<description>Download Subtitle</description>
|
|
|
|
<width>8-col</width>
|
|
|
|
<label>31154</label>
|
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
|
|
|
<focusedcolor>textActive</focusedcolor>
|
|
|
|
<onclick>Dialog.Close(VideoOSD)</onclick>
|
|
|
|
<onclick>ActivateWindow(SubtitleSearch)</onclick>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="radiobutton" id="1">
|
|
|
|
<description>Enable subtitles</description>
|
|
|
|
<enable>VideoPlayer.HasSubtitles</enable>
|
2015-05-21 00:38:26 +02:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<label>449</label>
|
|
|
|
<onclick>ShowSubtitles</onclick>
|
|
|
|
<selected>VideoPlayer.SubtitlesEnabled</selected>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="3">
|
|
|
|
<description>Adjust Subtitle Offset</description>
|
|
|
|
<visible>VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled</visible>
|
2015-05-21 00:38:26 +02:00
|
|
|
<label>31202</label>
|
2015-04-27 22:30:43 +02:00
|
|
|
<width>8-col</width>
|
2015-05-21 00:38:26 +02:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
|
|
|
<focusedcolor>textActive</focusedcolor>
|
|
|
|
<onclick>SubtitleDelay</onclick>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2015-05-21 00:38:26 +02:00
|
|
|
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>DialogID</include>
|
|
|
|
<label>custom_subtitleMenu.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
</window>
|