2
<defaultcontrol>1</defaultcontrol>
3
<visible>[Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding]</visible>
4
<animation effect="slide" start="0,80" end="0,0" time="100">WindowOpen</animation>
5
<animation effect="slide" start="0,0" end="0,80" time="100">WindowClose</animation>
12
<control type="group">
13
<control type="image">
18
<texture border="20,20,20,2">InfoMessagePanel.png</texture>
19
<visible>!player.chaptercount</visible>
21
<control type="image">
26
<texture border="20,20,20,2">InfoMessagePanel.png</texture>
27
<visible>player.chaptercount</visible>
29
<control type="group">
32
<control type="image">
37
<texture>OSDSeekFrame.png</texture>
39
<control type="image">
44
<texture>OSDSeekRewind.png</texture>
45
<visible>Player.Rewinding</visible>
47
<control type="image">
52
<texture>OSDSeekForward.png</texture>
53
<visible>Player.Forwarding</visible>
55
<control type="image">
60
<texture>OSDPause.png</texture>
61
<visible>Player.Paused</visible>
63
<control type="image">
68
<texture>OSDPlay.png</texture>
69
<visible>Player.Playing</visible>
72
<control type="image">
77
<texture>OSD2x.png</texture>
78
<visible>Player.Rewinding2x</visible>
80
<control type="image">
85
<texture>OSD4x.png</texture>
86
<visible>Player.Rewinding4x</visible>
88
<control type="image">
93
<texture>OSD8x.png</texture>
94
<visible>Player.Rewinding8x</visible>
96
<control type="image">
101
<texture>OSD16x.png</texture>
102
<visible>Player.Rewinding16x</visible>
104
<control type="image">
109
<texture>OSD32x.png</texture>
110
<visible>Player.Rewinding32x</visible>
113
<control type="image">
118
<texture>OSD2x.png</texture>
119
<visible>Player.Forwarding2x</visible>
121
<control type="image">
126
<texture>OSD4x.png</texture>
127
<visible>Player.Forwarding4x</visible>
129
<control type="image">
134
<texture>OSD8x.png</texture>
135
<visible>Player.Forwarding8x</visible>
137
<control type="image">
142
<texture>OSD16x.png</texture>
143
<visible>Player.Forwarding16x</visible>
145
<control type="image">
150
<texture>OSD32x.png</texture>
151
<visible>Player.Forwarding32x</visible>
155
<control type="label">
156
<description>Playing Label</description>
162
<aligny>center</aligny>
163
<font>font12_title</font>
164
<textcolor>blue</textcolor>
166
<visible>Player.Playing + !Player.Seeking</visible>
168
<control type="label">
169
<description>Paused Label</description>
175
<aligny>center</aligny>
176
<font>font12_title</font>
177
<textcolor>blue</textcolor>
179
<visible>[Player.Paused + !Player.Caching] + !Player.Seeking</visible>
181
<control type="label">
182
<description>Cache Label</description>
188
<aligny>center</aligny>
189
<font>font12_title</font>
190
<textcolor>blue</textcolor>
191
<label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
192
<visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
194
<control type="label">
195
<description>Seeking Label</description>
201
<aligny>center</aligny>
202
<font>font12_title</font>
203
<textcolor>blue</textcolor>
204
<label>[UPPERCASE]$LOCALIZE[773][/UPPERCASE]</label>
205
<visible>Player.Seeking</visible>
207
<control type="label">
208
<description>FF Label</description>
214
<aligny>center</aligny>
215
<font>font12_title</font>
216
<textcolor>blue</textcolor>
218
<visible>Player.Forwarding</visible>
220
<control type="label">
221
<description>RW Label</description>
227
<aligny>center</aligny>
228
<font>font12_title</font>
229
<textcolor>blue</textcolor>
231
<visible>Player.Rewinding</visible>
233
<control type="label">
234
<description>Elapsed Time Label</description>
239
<font>font13_title</font>
240
<textcolor>white</textcolor>
242
<aligny>center</aligny>
243
<label>$INFO[Player.Time] - $INFO[Player.Duration]</label>
244
<visible>!Player.Seeking</visible>
246
<control type="label">
247
<description>Seek Time Label</description>
252
<font>font13_title</font>
253
<textcolor>white</textcolor>
255
<aligny>center</aligny>
256
<label>$INFO[Player.SeekTime] - $INFO[Player.Duration]</label>
257
<visible>Player.Seeking</visible>
259
<control type="progress" id="23">
260
<description>Progressbar</description>
265
<info>Player.Progress</info>
266
<visible>true</visible>
268
<control type="slider" id="401">
269
<description>Seek Slider</description>
274
<texturesliderbar>seekslider.png</texturesliderbar>
275
<textureslidernib>osd_slider_nib.png</textureslidernib>
276
<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
277
<visible>Player.Seeking</visible>
280
<control type="group">
281
<!-- Chapter Count images -->
282
<visible>player.chaptercount</visible>
283
<control type="label" id="1">
284
<description>Chapter Pos No</description>
290
<aligny>center</aligny>
291
<font>font12_title</font>
292
<textcolor>blue</textcolor>
293
<label>$LOCALIZE[21396]</label>
294
<visible>player.chaptercount</visible>
296
<control type="label" id="1">
297
<description>Chapter Pos No</description>
303
<aligny>center</aligny>
304
<font>font13_title</font>
305
<textcolor>grey2</textcolor>
306
<label>$INFO[player.chapter]$INFO[player.chaptercount, / ]</label>
307
<visible>player.chaptercount</visible>
b'\\ No newline at end of file'