-
Notifications
You must be signed in to change notification settings - Fork 0
/
recordings-ui.xml
823 lines (799 loc) · 27.9 KB
/
recordings-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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.dtd">
<mythuitheme>
<!--This XML file defines the Window that enables the user to watch a recorded program.-->
<window name="watchrecordings">
<!--we use one large background image to draw all widgets on top -->
<imagetype name="background" from="basebackground" />
<!-- Fanart behind the recordings(remove it if you don't want it!)-->
<imagetype name="fanart">
<area>0,105,1680,945</area>
<filename />
<alpha>150</alpha>
</imagetype>
<imagetype name="recbackground">
<position>0,0</position>
<filename>wr-recordings.png</filename>
</imagetype>
<!--Clock and Date on the right -->
<clock name="clock" from="baseclock" />
<!--Title on top of the page -->
<textarea name="pagetitle" from="basepagetitle">
<value>Watch Recordings</value>
</textarea>
<!-- The banner of the current show -->
<imagetype name="banner">
<area>915,905,758,140</area>
<filename />
<mask>wr-bannermask.png</mask>
</imagetype>
<imagetype name="bannerframe">
<area>915,905,758,140</area>
<filename>wr-bannerframe.png</filename>
</imagetype>
<!--draws the recording groups on top of the tabs -->
<buttonlist name="recgroups">
<area>10,107,1658,40</area>
<spacing>5</spacing>
<arrange>spread</arrange>
<scrollstyle>center</scrollstyle>
<wrapstyle>items</wrapstyle>
<align>center</align>
<layout>horizontal</layout>
<buttonarea>0,0,98%,100%</buttonarea>
<statetype name="buttonitem">
<state name="active">
<textarea name="buttontext">
<area>0,0,200,40</area>
<align>allcenter</align>
<font>basesmall</font>
</textarea>
</state>
<state name="selectedactive" from="active" />
<state name="selectedinactive">
<imagetype name="banner">
<area>0,0,300,40</area>
<filename>wr-300x40.png</filename>
</imagetype>
<textarea name="buttontext">
<area>0,5,300,35</area>
<align>allcenter</align>
<font>basebuttontitle</font>
</textarea>
</state>
</statetype>
</buttonlist>
<!--This is the left side of the selections. It shows the groups that are available to the user. -->
<buttonlist name="groups" from="basegroups">
<area>5,180,490,660</area>
<buttonarea>0,0,100%,100%</buttonarea>
<loadondemand>true</loadondemand>
<statetype name="buttonitem">
<state name="active">
<area>0,0,490,55</area>
<textarea name="buttontext">
<area>5,0,480,55</area>
<align>vcenter</align>
<cutdown>yes</cutdown>
</textarea>
</state>
<state name="selectedactive">
<area>0,0,490,140</area>
<textarea name="buttontext">
<font>basebuttontitle</font>
<area>5,0,480,140</area>
<cutdown>yes</cutdown>
<multiline>yes</multiline>
</textarea>
<!-- show to the user that he can jump to the right -->
<imagetype name="direction">
<position>455,59</position>
<filename>icons/draw-triangle2.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
<state name="selectedinactive" from="selectedactive">
<textarea name="buttontext">
<alpha>30</alpha>
</textarea>
<!-- show to the user that he can jump to the right -->
<imagetype name="direction">
<alpha>0</alpha>
</imagetype>
</state>
<state name="inactive" from="active">
<textarea name="buttontext">
<alpha>30</alpha>
</textarea>
</state>
</statetype>
</buttonlist>
<!--show the coverart over the groups, only if browsing the recordings -->
<imagetype name="coverart" from="basecoverart"/>
<!--This is the right side of the selections. It shows the recordings that are available to the user. -->
<buttonlist name="recordings" from="basebuttonlist2">
<loadondemand>true</loadondemand>
<area>503,180,1170,660</area>
<buttonarea>0,0,100%,100%</buttonarea>
<statetype name="buttonitem">
<state name="active">
<area>0,0,1170,55</area>
<textarea name="startdate" from="basesmallstatetext">
<template>%SHORTTIMEDATE%</template>
<position>0,+27</position>
</textarea>
<textarea name="subtitle">
<font>basebuttontitlesubtitle</font>
<area>5,0,800,55</area>
<cutdown>yes</cutdown>
<multiline>yes</multiline>
<template>%00x00| %%TITLE| - %%SUBTITLE| %%|(LENMINS|)%</template>
<align>vcenter</align>
</textarea>
<!--The little screenshot/preview of the recording -->
<imagetype name="preview">
<area>1070,0,97,53</area>
</imagetype>
<!--icon if recording was watched -->
<statetype name="watched">
<state name="yes">
<imagetype name="watched">
<area>0,0,24,24</area>
<position>1040,5</position>
<filename>icons/watched.png</filename>
<alpha>180</alpha>
</imagetype>
</state>
<state name="no">
</state>
</statetype>
<!--icon if a recording is marked preserved -->
<statetype name="bookmark">
<state name="yes">
<imagetype name="bookmark">
<area>0,0,12,52</area>
<position>1140,-5</position>
<filename>icons/bookmark.png</filename>
<alpha>180</alpha>
</imagetype>
</state>
</statetype>
<!--changes the background if recording part of a playlist-->
<statetype name="playlist">
<state name="yes">
<imagetype name="1170x55">
<filename>wr-1170x55-playlist.png</filename>
</imagetype>
</state>
</statetype>
<!--A statetype for an item that is being processed -->
<statetype name="processing">
<state name="yes">
<imagetype name="animation">
<area>0,0,25,25</area>
<position>1005,5</position>
<filepattern low="1" high="8">animations/process/%1.png</filepattern>
<delay>400</delay>
</imagetype>
</state>
</statetype>
<!--A statetype for an item that is being processed -->
<statetype name="inuse">
<state name="yes">
<imagetype name="animation">
<area>0,0,25,25</area>
<position>1005,5</position>
<filepattern low="1" high="8">animations/process/%1.png</filepattern>
<delay>400</delay>
</imagetype>
</state>
</statetype>
<!--icon displaying the state of running jobs -->
<statetype name="jobstate">
<position>1040,2</position>
<!--This show is being recorded at this time-->
<state name="recording">
<imagetype name="recording">
<area>0,0,25,25</area>
<filepattern low="1" high="2">animations/record/%1.png</filepattern>
<delay>400</delay>
</imagetype>
</state>
<!--This show is being transcoded-->
<state name="transcoding">
<imagetype name="transcoding">
<area>0,0,25,25</area>
<filepattern low="1" high="6">animations/transcode/%1.png</filepattern>
<delay>100</delay>
</imagetype>
</state>
</statetype>
</state>
<!--The item that is selected when the list is active-->
<state name="selectedactive">
<area>0,0,1170,140</area>
<!--icon if a recording is in a playlist -->
<statetype name="playlist">
<state name="yes">
</state>
</statetype>
<!--<textarea name="00x00" from="basetextarea">
<area>0,0,920,140</area>
<font>baseclock</font>
<template>%00x00%</template>
<align>right,top</align>
<alpha>180</alpha>
</textarea>-->
<textarea name="title" from="buttontext">
<font>basebuttontitle</font>
<area>5,0,800,45</area>
<cutdown>yes</cutdown>
</textarea>
<textarea name="subtitle" from="buttontext">
<font>basebuttonsubtitle</font>
<area>5,35,915,45</area>
<cutdown>yes</cutdown>
<align>top</align>
<template>%00x00| %%subtitle%</template>
</textarea>
<!--The description field, that in this case fuses subtitle + rating + description into one -->
<textarea name="description" from="buttontext">
<font>basebuttondescription</font>
<area>5,50,920,90</area>
<multiline>yes</multiline>
<align>bottom</align>
<cutdown>yes</cutdown>
<template>%DESCRIPTION| %(%YEAR|, %%LENMINS%)</template>
</textarea>
<!--The little screenshot/preview of the recording -->
<imagetype name="preview">
<area>925,2,240,135</area>
<mask>wr-previewmask.png</mask>
</imagetype>
<statetype name="ratingstate" from="baserating">
<position>930,5</position>
<alpha>180</alpha>
</statetype>
<!--icon if recording was watched -->
<statetype name="watched">
<state name="yes">
<imagetype name="watched">
<area>0,0,45,45</area>
<position>875,2</position>
<filename>icons/watched.png</filename>
</imagetype>
</state>
<state name="no">
</state>
</statetype>
<!--icon if a recording is marked preserved -->
<statetype name="bookmark">
<state name="yes">
<imagetype name="bookmark">
<area>0,0,34,140</area>
<position>1120,-15</position>
<filename>icons/bookmark.png</filename>
</imagetype>
</state>
</statetype>
<!--icon displaying the state of running jobs -->
<statetype name="jobstate">
<position>875,2</position>
<state name="recording">
<imagetype name="recording">
<area>0,0,45,45</area>
<filepattern low="1" high="2">animations/record/%1.png</filepattern>
<delay>400</delay>
</imagetype>
</state>
<!--This show is being transcoded-->
<state name="transcoding">
<imagetype name="transcoding">
<area>0,0,45,45</area>
<filepattern low="1" high="6">animations/transcode/%1.png</filepattern>
<delay>100</delay>
</imagetype>
</state>
</statetype>
<!--A statetype for an item that is being processed -->
<statetype name="processing">
<state name="yes">
<imagetype name="animation">
<area>0,0,25,25</area>
<position>1005,5</position>
<filepattern low="1" high="8">animations/process/%1.png</filepattern>
<delay>400</delay>
</imagetype>
</state>
</statetype>
<!--A statetype for an item that is being processed -->
<statetype name="inuse">
<state name="yes">
<imagetype name="animation">
<area>0,0,25,25</area>
<position>1005,5</position>
<filepattern low="1" high="8">animations/process/%1.png</filepattern>
<delay>400</delay>
</imagetype>
</state>
</statetype>
<!-- show to the user that he can jump to the left -->
<imagetype name="direction">
<position>-40,59</position>
<filename>icons/draw-triangle1.png</filename>
<alpha>200</alpha>
</imagetype>
<!-- dont't show to the user that he can jump to the right -->
<imagetype name="directionright">
<alpha>0</alpha>
</imagetype>
</state>
<state name="selectedinactive" from="selectedactive">
<textarea name="startdate">
<alpha>30</alpha>
</textarea>
<textarea name="00x00">
<alpha>30</alpha>
</textarea>
<textarea name="title">
<alpha>30</alpha>
</textarea>
<textarea name="subtitle">
<alpha>30</alpha>
</textarea>
<textarea name="description">
<alpha>30</alpha>
</textarea>
<!--The little screenshot/preview of the recording -->
<imagetype name="preview">
<alpha>30</alpha>
</imagetype>
<!--icon if recording was watched -->
<statetype name="watched">
<state name="yes">
<imagetype name="watched">
<alpha>30</alpha>
</imagetype>
</state>
</statetype>
<!--icon displaying the state of running jobs -->
<statetype name="jobstate">
<state name="recording">
<imagetype name="recording">
<alpha>30</alpha>
</imagetype>
</state>
<state name="commflagging">
<imagetype name="commflagging">
<alpha>30</alpha>
</imagetype>
</state>
<state name="transcoding">
<imagetype name="transcoding">
<alpha>30</alpha>
</imagetype>
</state>
</statetype>
<!--icon if a recording is in a playlist -->
<statetype name="playlist">
<state name="yes">
</state>
</statetype>
<!--icon if a recording is marked preserved -->
<statetype name="bookmark">
<state name="yes">
<imagetype name="bookmark">
<alpha>30</alpha>
</imagetype>
</state>
</statetype>
<statetype name="ratingstate" from="baserating">
<alpha>30</alpha>
</statetype>
<!-- show to the user that he can jump to the right -->
<imagetype name="direction">
<alpha>0</alpha>
</imagetype>
</state>
<state name="inactive" from="active">
<textarea name="startdate">
<alpha>30</alpha>
</textarea>
<textarea name="00x00">
<alpha>30</alpha>
</textarea>
<textarea name="title">
<alpha>30</alpha>
</textarea>
<textarea name="subtitle">
<alpha>30</alpha>
</textarea>
<imagetype name="preview">
<alpha>30</alpha>
</imagetype>
<!--icon if recording was watched -->
<statetype name="watched">
<state name="yes">
<imagetype name="watched">
<alpha>30</alpha>
</imagetype>
</state>
</statetype>
<!--icon displaying the state of running jobs -->
<statetype name="jobstate">
<state name="recording">
<imagetype name="recording">
<alpha>30</alpha>
</imagetype>
</state>
<state name="commflagging">
<imagetype name="commflagging">
<alpha>30</alpha>
</imagetype>
</state>
<state name="transcoding">
<imagetype name="transcoding">
<alpha>30</alpha>
</imagetype>
</state>
</statetype>
<!--icon if a recording is marked preserved -->
<statetype name="bookmark">
<state name="yes">
<imagetype name="bookmark">
<alpha>30</alpha>
</imagetype>
</state>
</statetype>
<statetype name="ratingstate" from="baserating">
<alpha>30</alpha>
</statetype>
<!--icon if a recording is in a playlist -->
<textarea name="shortdate">
<alpha>30</alpha>
</textarea>
</state>
</statetype>
</buttonlist>
<!--icon if a recording will be deleted when needed -->
<statetype name="subtitletypes">
<state name="cc">
<imagetype name="subs">
<area>0,0,75,75</area>
<preserveaspect>true</preserveaspect>
<position>120,908</position>
<filename>icons/subscc.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
<state name="subtitles">
<imagetype name="subs">
<area>0,0,75,75</area>
<preserveaspect>true</preserveaspect>
<position>120,908</position>
<filename>icons/subs.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
<state name="onscreensubs">
<imagetype name="subs">
<area>0,0,75,75</area>
<preserveaspect>true</preserveaspect>
<position>120,908</position>
<filename>icons/subscc.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
</statetype>
<!--icon if a recording will be deleted when needed -->
<statetype name="transcoded">
<state name="yes">
<imagetype name="transcodedyes">
<area>0,0,75,75</area>
<preserveaspect>true</preserveaspect>
<position>195,908</position>
<filename>animations/transcode/1.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
</statetype>
<!--icon if a recording will be deleted when needed -->
<statetype name="autoexpire">
<state name="yes">
<imagetype name="autoexpireyes">
<area>0,0,75,75</area>
<preserveaspect>true</preserveaspect>
<position>275,908</position>
<filename>states/autoexpire.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
</statetype>
<!--icon if a recording has a cutlist -->
<statetype name="cutlist">
<state name="yes">
<imagetype name="cutlistyes">
<area>0,0,75,75</area>
<preserveaspect>true</preserveaspect>
<position>355,908</position>
<filename>states/cutlist.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
</statetype>
<!--icon if a recording has a cutlist -->
<statetype name="commflagged">
<state name="yes">
<imagetype name="commflaggedyes">
<area>0,0,75,75</area>
<preserveaspect>true</preserveaspect>
<position>435,908</position>
<filename>states/commflag.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
</statetype>
<!--The type of sound in the recording-->
<statetype name="audioprops">
<state name="mono">
<imagetype name="mono">
<area>0,0,75,75</area>
<position>515,908</position>
<filename>icons/mono.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
<state name="stereo">
<imagetype name="stereo">
<area>0,0,75,75</area>
<position>515,908</position>
<filename>icons/stereo.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
<state name="surround">
<imagetype name="surround">
<area>0,0,75,75</area>
<position>515,908</position>
<filename>icons/surround.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
<state name="dolby">
<imagetype name="dolby">
<area>0,0,75,75</area>
<position>515,908</position>
<filename>icons/dolby.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
</statetype>
<!--The type of sound in the recording-->
<statetype name="videoprops">
<state name="hdtv">
<imagetype name="hdtv">
<area>0,0,75,75</area>
<position>595,908</position>
<filename>icons/hdtv.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
<state name="widescreen">
<imagetype name="widescreen">
<area>0,0,75,75</area>
<position>595,908</position>
<filename>icons/widescreen.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
<state name="avchd">
<imagetype name="avchd">
<area>0,0,75,75</area>
<position>595,908</position>
<filename>icons/avchd.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
<state name="hd720">
<imagetype name="hd720">
<area>0,0,75,75</area>
<position>595,908</position>
<filename>icons/hd720.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
<state name="hd1080">
<imagetype name="hd1080">
<area>0,0,75,75</area>
<position>595,908</position>
<filename>icons/hd1080.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
</statetype>
<!-- Date and Time of recording -->
<textarea name="startdate" from="basetextarea">
<area>15,905,890,30</area>
</textarea>
<!-- Date of recording -->
<textarea name="starttime" from="basetextarea">
<area>15,930,890,30</area>
<template>%STARTTIME%-%ENDTIME%</template>
</textarea>
<!-- Filesize -->
<textarea name="filesize_str" from="basetextarea">
<area>15,955,890,30</area>
</textarea>
<!-- Channel name and number -->
<textarea name="longchannel" from="basetextarea">
<area>600,905,287,30</area>
<align>right</align>
</textarea>
<!-- what playgroup is this recording part of -->
<textarea name="playgroup" from="basetextarea">
<area>600,930,287,30</area>
<align>right</align>
</textarea>
<!-- what category was this recording recorded in -->
<textarea name="category" from="basetextarea">
<area>500,955,387,30</area>
<align>right</align>
<cutdown>yes</cutdown>
</textarea>
<progressbar name="usedbar" from="baseprogressbar">
<position>5,987</position>
</progressbar>
<textarea name="freereport" from="basetextarea">
<font>basebuttonsubtitle</font>
<area>5,987,890,58</area>
<align>allcenter</align>
</textarea>
</window>
<!-- This is the popup where you can select which Group to filter -->
<window name="groupselector">
<area>-1,-1,600,800</area>
<imagetype name="backimg" from="basepopupboxback" />
<textarea name="label" from="basemessagearea" />
<buttonlist name="groups" from="basepopupboxlist">
<buttonarea>0,205,600,580</buttonarea>
</buttonlist>
</window>
<window name="changeview">
<area>-1,-1,600,800</area>
<imagetype name="backimg" from="basepopupboxback" />
<textarea name="title">
<value>Change View</value>
</textarea>
<checkbox name="titles" from="basecheckbox">
<position>90,100</position>
</checkbox>
<textarea name="titlelabel" from="basetextarea">
<area>140,100,300,30</area>
<value>Show Titles</value>
</textarea>
<checkbox name="categories" from="basecheckbox">
<position>90,150</position>
</checkbox>
<textarea name="catlabel" from="titlelabel">
<position>140,150</position>
<value>Show Categories</value>
</textarea>
<checkbox name="recgroups" from="basecheckbox">
<position>90,200</position>
</checkbox>
<textarea name="grouplabel" from="titlelabel">
<position>140,200</position>
<value>Show Recording Groups</value>
</textarea>
<checkbox name="watchlist" from="basecheckbox">
<position>90,250</position>
</checkbox>
<textarea name="watchlabel" from="titlelabel">
<position>140,250</position>
<value>Show Watch List</value>
</textarea>
<checkbox name="searches" from="basecheckbox">
<position>90,300</position>
</checkbox>
<textarea name="searchlabel" from="titlelabel">
<position>140,300</position>
<value>Show Searches</value>
</textarea>
<checkbox name="livetv" from="basecheckbox">
<position>90,350</position>
</checkbox>
<textarea name="livelabel" from="titlelabel">
<position>140,350</position>
<value>Show LiveTV</value>
</textarea>
<button name="save" from="basepopupbuttonsave">
<position>5,705</position>
<value>Save</value>
</button>
</window>
<!-- Popup to change the password of a group -->
<window name="passwordchanger">
<area>-1,-1,600,800</area>
<imagetype name="backimg" from="basepopupboxback" />
<textarea name="label" from="basemessagearea">
<value>Change Recording Group Password</value>
</textarea>
<textarea name="oldpasslabel" from="basetextarea">
<area>20,180,300,30</area>
<value>Old Password:</value>
</textarea>
<textedit name="oldpassword" from="basetexteditwide">
<position>20,210</position>
</textedit>
<textarea name="newpasslabel" from="basetextarea">
<area>20,310,300,30</area>
<value>New Password:</value>
</textarea>
<textedit name="newpassword" from="basetexteditwide">
<position>20,340</position>
</textedit>
<button name="ok" from="basepopupbuttonok">
<position>5,705</position>
<value>OK</value>
</button>
</window>
<window name="editmetadata">
<area>-1,-1,600,800</area>
<imagetype name="backimg" from="basepopupboxback" />
<textarea name="header">
<value>Edit Metadata Information</value>
<font>base</font>
<area>5,5,590,100</area>
<multiline>yes</multiline>
<align>allcenter</align>
</textarea>
<!-- Labels -->
<textarea name="title_text" from="basetextarea">
<area>5,100,210,36</area>
<value>Title:</value>
<align>right</align>
</textarea>
<textedit name="title" from="basetextedit">
<position>230,100</position>
</textedit>
<textarea name="subtitle_text" from="title_text">
<position>5,150</position>
<value>Subtitle:</value>
</textarea>
<textedit name="subtitle" from="basetextedit">
<position>230,150</position>
</textedit>
<textarea name="season_text" from="title_text">
<position>5,195</position>
<value>Season:</value>
</textarea>
<spinbox name="season" from="basesmallspinbox">
<position>10,230</position>
</spinbox>
<textarea name="episode_text" from="title_text">
<position>5,275</position>
<value>Episode:</value>
</textarea>
<spinbox name="episode" from="basesmallspinbox">
<position>10,310</position>
</spinbox>
<textarea name="description_text" from="title_text">
<position>5,370</position>
<value>Description:</value>
</textarea>
<textedit name="description" from="basemultilinetextedit">
<position>230,370</position>
</textedit>
<textarea name="inetref_text" from="title_text">
<position>5,680</position>
<value>INETREF:</value>
</textarea>
<textedit name="inetref" from="subtitle">
<position>230,680</position>
</textedit>
<button name="ok" from="basepopupbuttonok">
<position>10,735</position>
<value>OK</value>
</button>
</window>
</mythuitheme>