-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdvd-ui.xml
379 lines (324 loc) · 10.4 KB
/
dvd-ui.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<?xml version="1.0" encoding="utf-8"?>
<mythuitheme>
<!-- ================================================================== -->
<!-- The dvd ripping/transcoding screen -->
<window name="dvd_rip">
<!-- the background image -->
<imagetype name="backgroundlogo">
<area>0,0,1600,1050</area>
<filename>shared/background-main-logo.png</filename>
</imagetype>
<clock name="clock" from="baseclock" />
<clock name="date" from="basedate" />
<!-- The heading (name) of the screen -->
<textarea name="heading" from="base_heading">
<position>0,0</position>
<textarea name="text">
<value>DVD import</value>
</textarea>
</textarea>
<!-- Context 1 & 2, Warnings or Status Messages -->
<textarea name="warning" from="base_textarea">
<multiline>yes</multiline>
<area>390,194,500,60</area>
<align>allcenter</align>
</textarea>
<!-- Context 3, Browse active jobs -->
<textarea name="overall_text" from="base_textarea">
<multiline>yes</multiline>
<area>390,150,500,60</area>
<align>hcenter,top</align>
</textarea>
<textarea name="job_text" from="base_textarea">
<area>390,258,500,30</area>
<align>allcenter</align>
</textarea>
<shape name="progress_separator">
<area>390,302,500,1</area>
<type>roundbox</type>
<line color="#FFFFFF" alpha="80" width="1" />
<cornerradius>0</cornerradius>
</shape>
<progressbar name="overall_progress" from="base_progressbar">
<position>390,320</position>
</progressbar>
<textarea name="overall_progress_text" from="base_textarea">
<area>390,325,540,30</area>
<align>allcenter</align>
<value>Overall Progress</value>
</textarea>
<progressbar name="job_progress" from="base_progressbar">
<position>390,378</position>
</progressbar>
<textarea name="job_progress_text" from="base_textarea">
<area>390,383,540,30</area>
<align>allcenter</align>
<value>Job Progress</value>
</textarea>
<shape name="selection_separator">
<area>390,436,500,1</area>
<type>roundbox</type>
<line color="#FFFFFF" alpha="80" width="1" />
<cornerradius>0</cornerradius>
</shape>
<button name="prev">
<position>500,460</position>
<statetype name="buttonstate">
<state name="active">
<imagetype name="background">
<filename>images/widgets/checkbox_inactive.png</filename>
</imagetype>
<imagetype name="arrow">
<position>6,1</position>
<filename>images/shared/arrow_left.png</filename>
<alpha>90</alpha>
</imagetype>
</state>
<state name="selected" from="active">
<imagetype name="background">
<filename>images/widgets/checkbox_active.png</filename>
</imagetype>
<imagetype name="arrow">
<filename>images/shared/arrow_left.png</filename>
<alpha>255</alpha>
</imagetype>
</state>
<state name="disabled" from="active" />
<state name="pushed" from="active">
<imagetype name="background">
<filename>images/widgets/checkbox_active.png</filename>
</imagetype>
<imagetype name="arrow">
<filename>images/shared/arrow_left.png</filename>
<alpha>255</alpha>
</imagetype>
</state>
</statetype>
</button>
<textarea name="numbjobs" from="base_textarea">
<area>540,461,200,30</area>
<value>Job 1 of 1</value>
<align>allcenter</align>
</textarea>
<button name="next">
<position>750,460</position>
<statetype name="buttonstate">
<state name="active">
<imagetype name="background">
<filename>images/widgets/checkbox_inactive.png</filename>
</imagetype>
<imagetype name="arrow">
<position>6,1</position>
<filename>images/shared/arrow_right.png</filename>
<alpha>90</alpha>
</imagetype>
</state>
<state name="selected" from="active">
<imagetype name="background">
<filename>images/widgets/checkbox_active.png</filename>
</imagetype>
<imagetype name="arrow">
<filename>images/shared/arrow_right.png</filename>
<alpha>255</alpha>
</imagetype>
</state>
<state name="disabled" from="active" />
<state name="pushed" from="active">
<imagetype name="background">
<filename>images/widgets/checkbox_active.png</filename>
</imagetype>
<imagetype name="arrow">
<filename>images/shared/arrow_right.png</filename>
<alpha>255</alpha>
</imagetype>
</state>
</statetype>
</button>
<shape name="button_separator">
<area>390,512,500,1</area>
<type>roundbox</type>
<line color="#FFFFFF" alpha="80" width="1" />
<cornerradius>0</cornerradius>
</shape>
<button name="ripscreen" from="base_button">
<position>480,532</position>
</button>
<button name="cancel" from="base_button">
<position>650,532</position>
</button>
</window>
<!-- ================================================================== -->
<!-- The screen where the user can set different dvd ripping options -->
<window name="title_dialog">
<!-- the background image -->
<imagetype name="backgroundlogo">
<area>0,0,1600,1050</area>
<filename>shared/background-main-logo.png</filename>
</imagetype>
<clock name="clock" from="baseclock" />
<clock name="date" from="basedate" />
<!-- The heading (name) of the screen -->
<textarea name="heading" from="base_heading">
<position>0,0</position>
<textarea name="text">
<value>DVD import</value>
</textarea>
</textarea>
<!-- The clock that is shown at the top right of each screen -->
<textarea name="clock" from="base_clock">
<position>1065,0</position>
</textarea>
<shape name="dvd_title_background" from="base_background_shape">
<area>350,92,580,539</area>
</shape>
<!-- A bunch of text "labels" -->
<textarea name="playtime_text" from="base_textarea">
<area>370,110,145,44</area>
<value>Length:</value>
<align>right,vcenter</align>
</textarea>
<textarea name="ripcheck_text" from="playtime_text">
<position>370,154</position>
<value>Select:</value>
</textarea>
<textarea name="ripname_text" from="playtime_text">
<position>370,198</position>
<value>Name:</value>
</textarea>
<textarea name="ripquality_text" from="playtime_text">
<position>370,242</position>
<value>Quality:</value>
</textarea>
<textarea name="ripaudio_text" from="playtime_text">
<position>370,286</position>
<value>Audio Track:</value>
</textarea>
<textarea name="ripacthree_text" from="playtime_text">
<position>370,330</position>
<value>AC3 Audio:</value>
</textarea>
<textarea name="subtitle_text" from="playtime_text">
<position>370,374</position>
<value>Subtitles:</value>
</textarea>
<textarea name="ripview_text" from="playtime_text">
<position>370,418</position>
<value>View:</value>
</textarea>
<!-- Widgets that actually do things -->
<textarea name="playlength" from="base_textarea">
<area>525,110,300,44</area>
<value>0:00:00</value>
<align>left,vcenter</align>
</textarea>
<checkbox name="ripcheck" from="base_checkbox">
<position>525,159</position>
</checkbox>
<textedit name="name" from="base_textedit">
<position>525,198</position>
</textedit>
<buttonlist name="quality" from="base_selector">
<position>525,242</position>
</buttonlist>
<buttonlist name="audio" from="base_selector">
<position>525,286</position>
</buttonlist>
<checkbox name="ripacthree" from="base_checkbox">
<position>525,335</position>
</checkbox>
<buttonlist name="subtitle" from="base_selector">
<position>525,374</position>
</buttonlist>
<button name="view" from="base_searchbutton">
<position>525,423</position>
</button>
<shape name="settings_separator">
<area>370,476,540,1</area>
<type>roundbox</type>
<line color="#FFFFFF" alpha="80" width="1" />
<cornerradius>0</cornerradius>
</shape>
<button name="prev_title">
<position>360,501</position>
<statetype name="buttonstate">
<state name="active">
<imagetype name="background">
<filename>images/widgets/checkbox_inactive.png</filename>
</imagetype>
<imagetype name="arrow">
<position>6,1</position>
<filename>images/shared/arrow_left.png</filename>
<alpha>90</alpha>
</imagetype>
</state>
<state name="selected" from="active">
<imagetype name="background">
<filename>images/widgets/checkbox_active.png</filename>
</imagetype>
<imagetype name="arrow">
<filename>images/shared/arrow_left.png</filename>
<alpha>255</alpha>
</imagetype>
</state>
<state name="disabled" from="active" />
<state name="pushed" from="active">
<imagetype name="background">
<filename>images/widgets/checkbox_active.png</filename>
</imagetype>
<imagetype name="arrow">
<filename>images/shared/arrow_left.png</filename>
<alpha>255</alpha>
</imagetype>
</state>
</statetype>
</button>
<textarea name="numb_titles" from="base_textarea">
<area>520,501,250,30</area>
<value>Title 1 of 1</value>
<align>allcenter</align>
</textarea>
<button name="next_title" from="base_button">
<position>780,501</position>
<statetype name="buttonstate">
<state name="active">
<imagetype name="background">
<filename>images/widgets/checkbox_inactive.png</filename>
</imagetype>
<imagetype name="arrow">
<position>6,1</position>
<filename>images/shared/arrow_right.png</filename>
<alpha>90</alpha>
</imagetype>
</state>
<state name="selected" from="active">
<imagetype name="background">
<filename>images/widgets/checkbox_active.png</filename>
</imagetype>
<imagetype name="arrow">
<filename>images/shared/arrow_right.png</filename>
<alpha>255</alpha>
</imagetype>
</state>
<state name="disabled" from="active" />
<state name="pushed" from="active">
<imagetype name="background">
<filename>images/widgets/checkbox_active.png</filename>
</imagetype>
<imagetype name="arrow">
<filename>images/shared/arrow_right.png</filename>
<alpha>255</alpha>
</imagetype>
</state>
</statetype>
</button>
<shape name="button_separator">
<area>370,552,540,1</area>
<type>roundbox</type>
<line color="#FFFFFF" alpha="80" width="1" />
<cornerradius>0</cornerradius>
</shape>
<button name="ripaway" from="base_button_wide">
<position>490,572</position>
</button>
</window>
</mythuitheme>