Ticket #11031: recordings-ui.xml

File recordings-ui.xml, 30.0 KB (added by ylee@…, 14 years ago)

Demonstration of bug. Put into Mythbuntu directory and go to Watch Recordings.

Line 
1<mythuitheme>
2
3 <window name="watchrecordings">
4
5 <imagetype name="fanart">
6 <filename>background.png</filename>
7 <area>0,0,1280,720</area>
8 <preserveaspect>yes</preserveaspect>
9 </imagetype>
10
11 <shape name="titlebox">
12 <area>10,10,780,60</area>
13 <type>roundbox</type>
14 <fill color="#000000" alpha="150" />
15 <line color="#FFFFFF" alpha="0" width="0" />
16 <cornerradius>30</cornerradius>
17 </shape>
18
19 <shape name="groupbox">
20 <area>15,80,474,348</area>
21 <type>roundbox</type>
22 <fill color="#000000" alpha="150" />
23 <line color="#FFFFFF" alpha="0" width="0" />
24 <cornerradius>10</cornerradius>
25 </shape>
26
27 <shape name="recordingsbox">
28 <area>494,80,771,348</area>
29 <type>roundbox</type>
30 <fill color="#000000" alpha="150" />
31 <line color="#FFFFFF" alpha="0" width="0" />
32 <cornerradius>10</cornerradius>
33 </shape>
34
35 <shape name="infobox">
36 <area>0,438,1280,282</area>
37 <type>box</type>
38 <fill color="#000000" alpha="150" />
39 <line color="#FFFFFF" alpha="0" width="0" />
40 </shape>
41
42 <clock name="clock">
43 <area>930,10,300,60</area>
44 <align>vcenter,right</align>
45 <font>basesmallgrey</font>
46 <format>%DATE%, %TIME%</format>
47 </clock>
48
49 <textarea name="pagetitle" from="basetextarea">
50 <area>50,10,670,60</area>
51 <font>baselarge</font>
52 <align>vcenter,left</align>
53 <value>Watch Recordings</value>
54 </textarea>
55
56 <buttonlist name="groups" from="basebuttonlist">
57 <area>15,86,474,338</area>
58 <buttonarea>32,5,434,328</buttonarea>
59 <spacing>6</spacing>
60 <wrapstyle>items</wrapstyle>
61 <triggerevent context="Global" action="ESCAPE">LEFT</triggerevent>
62 <!-- <scrollstyle>center</scrollstyle> -->
63 <statetype name="buttonitem">
64 <state name="active">
65 <shape name="buttonbackground">
66 <area>0,0,434,30</area>
67 </shape>
68 <textarea name="name" from="buttontext">
69 <font>basesmall</font>
70 </textarea>
71 </state>
72 <state name="inactive" from="active">
73 <textarea name="name" from="buttontext">
74 <font>basesmallgrey</font>
75 </textarea>
76 </state>
77 <state name="selectedinactive" from="active">
78 <textarea name="name" from="buttontext">
79 <font>basesmall</font>
80 </textarea>
81 </state>
82 <state name="selectedactive">
83 <shape name="buttonbackground">
84 <area>0,0,434,30</area>
85 </shape>
86 <textarea name="name" from="buttontext">
87 <font>basesmall</font>
88 </textarea>
89 </state>
90 </statetype>
91 <statetype name="upscrollarrow">
92 <position>0,0</position>
93 </statetype>
94 <statetype name="downscrollarrow">
95 <position>0,303</position>
96 </statetype>
97 </buttonlist>
98
99 <buttonlist name="recordings" from="basebuttonlist">
100 <area>499,86,776,338</area>
101 <buttonarea>0,5,731,338</buttonarea>
102 <spacing>6</spacing>
103 <wrapstyle>items</wrapstyle>
104 <triggerevent context="Global" action="MENU">RIGHT</triggerevent>
105 <!-- <scrollstyle>center</scrollstyle> -->
106 <statetype name="buttonitem">
107 <state name="active">
108 <shape name="buttonbackground">
109 <area>30,0,706,30</area>
110 <type>roundbox</type>
111 <fill color="#666666" alpha="50" />
112 <line color="#FFFFFF" alpha="0" width="0" />
113 <cornerradius>15</cornerradius>
114 </shape>
115 <textarea name="titlesubtitle" from="buttontext">
116 <area>46,1,421,31</area>
117 <font>basesmall</font>
118 <font state="error">basesmallbrightred</font>
119 <font state="running">basesmallbrightgreen</font>
120 <align>vcenter</align>
121 </textarea>
122 <textarea name="shortstartdate" from="titlesubtitle">
123 <area>480,1,120,31</area>
124 <align>right,vcenter</align>
125 </textarea>
126 <textarea name="starttime" from="shortstartdate">
127 <area>611,1,105,31</area>
128 <align>right,vcenter</align>
129 </textarea>
130 <statetype name="watched">
131 <state name="yes">
132 <imagetype name="yes">
133 <area>0,7,15,15</area>
134 <filename>type/watched.png</filename>
135 </imagetype>
136 </state>
137 <state name="no" />
138 </statetype>
139 <statetype name="playlist">
140 <state name="yes">
141 <imagetype name="playlistyes">
142 <position>10,0</position>
143 <filename>shared/playlist_yes.png</filename>
144 </imagetype>
145 </state>
146 <state name="no" />
147 </statetype>
148 </state>
149 <state name="inactive" from="active">
150 <textarea name="titlesubtitle" from="buttontext">
151 <area>46,1,421,31</area>
152 <font>basesmallgrey</font>
153 <font state="error">basesmallred</font>
154 <font state="running">basesmallgreen</font>
155 <align>vcenter</align>
156 </textarea>
157 <textarea name="shortstartdate" from="titlesubtitle">
158 <area>480,1,120,31</area>
159 <align>right,vcenter</align>
160 </textarea>
161 <textarea name="starttime" from="shortstartdate">
162 <area>611,1,105,31</area>
163 <align>right,vcenter</align>
164 </textarea>
165 </state>
166 <state name="selectedactive" from="active">
167 <shape name="buttonbackground">
168 <area>30,0,706,30</area>
169 <type>roundbox</type>
170 <fill color="#ffffff" alpha="50" />
171 <cornerradius>15</cornerradius>
172 </shape>
173 </state>
174 <state name="selectedinactive" from="active" />
175 </statetype>
176 <statetype name="upscrollarrow">
177 <position>738,0</position>
178 </statetype>
179 <statetype name="downscrollarrow">
180 <position>738,303</position>
181 </statetype>
182 </buttonlist>
183
184 <imagetype name="coverart">
185 <area>25,453,168,252</area>
186 <preserveaspect>no</preserveaspect>
187 </imagetype>
188
189 <!-- <textarea name="freereport" from="basetextarea"> -->
190 <!-- <area>25,538,168,252</area> -->
191 <!-- <align>hcenter,top</align> -->
192 <!-- <font>basesmallgrey</font> -->
193 <!-- <multiline>yes</multiline> -->
194 <!-- </textarea> -->
195
196 <imagetype name="banner">
197 <area>926,648,329,57</area>
198 <preserveaspect>false</preserveaspect>
199 </imagetype>
200
201 <imagetype name="preview">
202 <area>926,453,329,185</area>
203 <preserveaspect>true</preserveaspect>
204 </imagetype>
205
206 <group name="infosecnocoverart" depends="!coverart">
207 <imagetype name="autoexpire">
208 <filename>type/autoexpire.png</filename>
209 <position>25,670</position>
210 </imagetype>
211
212 <imagetype name="commflagged">
213 <filename>type/commflagged.png</filename>
214 <position>75,670</position>
215 </imagetype>
216
217 <imagetype name="bookmark">
218 <filename>type/bookmark.png</filename>
219 <position>125,670</position>
220 </imagetype>
221
222 <imagetype name="cutlist">
223 <filename>type/cutlist.png</filename>
224 <position>175,670</position>
225 </imagetype>
226
227 <statetype name="audioprops">
228 <position>225,670</position>
229 <showempty>yes</showempty>
230 <state name="stereo">
231 <imagetype name="stereo">
232 <filename>type/stereo.png</filename>
233 </imagetype>
234 </state>
235 <state name="surround">
236 <imagetype name="surround">
237 <filename>type/surround.png</filename>
238 </imagetype>
239 </state>
240 <state name="dolby">
241 <imagetype name="dolby">
242 <filename>type/dd.png</filename>
243 </imagetype>
244 </state>
245 <state name="mono">
246 <imagetype name="mono">
247 <filename>type/mono.png</filename>
248 </imagetype>
249 </state>
250 </statetype>
251
252 <statetype name="subtitletypes">
253 <position>275,670</position>
254 <showempty>yes</showempty>
255 <state name="cc">
256 <imagetype name="cc">
257 <filename>type/cc.png</filename>
258 </imagetype>
259 </state>
260 <state name="subtitles">
261 <imagetype name="subtitles">
262 <filename>subs.png</filename>
263 </imagetype>
264 </state>
265 <state name="onscreensub">
266 <imagetype name="onscreensub">
267 <filename>type/subs_onscreen.png</filename>
268 </imagetype>
269 </state>
270 </statetype>
271
272 <statetype name="videoprops">
273 <position>325,670</position>
274 <showempty>yes</showempty>
275 <state name="hd1080">
276 <imagetype name="hd1080">
277 <filename>type/hd1080.png</filename>
278 </imagetype>
279 </state>
280 <state name="hd720">
281 <imagetype name="hd720">
282 <filename>type/hd720.png</filename>
283 </imagetype>
284 </state>
285 <state name="hdtv">
286 <imagetype name="hdtv">
287 <filename>type/hd.png</filename>
288 </imagetype>
289 </state>
290 <state name="widescreen">
291 <imagetype name="widescreen">
292 <filename>type/wide.png</filename>
293 </imagetype>
294 </state>
295 </statetype>
296
297 <imagetype name="processing">
298 <filename>type/processing.png</filename>
299 <position>375,670</position>
300 </imagetype>
301
302 <textarea name="filesize_str" from="basetextarea">
303 <area>425,670,169,30</area>
304 <align>vcenter</align>
305 <font>basesmallgrey</font>
306 </textarea>
307
308 <textarea name="title" from="basetextarea">
309 <area>25,448,697,40</area>
310 <font>baselarge</font>
311 <align>vcenter</align>
312 </textarea>
313
314 <textarea name="category" from="basetextarea">
315 <area>737,443,160,50</area>
316 <font>baseextrasmall</font>
317 <align>vcenter,right</align>
318 <multiline>yes</multiline>
319 </textarea>
320
321 <textarea name="channel" from="basetextarea">
322 <area>25,498,427,30</area>
323 </textarea>
324
325 <textarea name="timedate" from="basetextarea">
326 <area>462,498,435,30</area>
327 <align>right</align>
328 </textarea>
329
330 <textarea name="description" from="basetextarea">
331 <area>25,538,872,122</area>
332 <align>justify</align>
333 <multiline>yes</multiline>
334 <cutdown>yes</cutdown>
335 <!-- <template>%"|SUBTITLE|" %%(|ORIGINALAIRDATE|)\n%%YEARSTARS| %%DESCRIPTION%</template> -->
336 <!-- <template>%"|SUBTITLE|" %%00X00| %%(|ORIGINALAIRDATE|)\n%%YEARSTARS| %%DESCRIPTION%</template> -->
337 <template>%"|SUBTITLE|" %%00X00| %%(|ORIGINALAIRDATE|)\n%%YEARSTARS| %%DESCRIPTION%</template>
338 </textarea>
339
340 <textarea name="freereport" from="basetextarea">
341 <area>614,670,283,30</area>
342 <align>vcenter,right</align>
343 <font>basesmallgrey</font>
344 <template>%1</template>
345 </textarea>
346
347 </group>
348
349 <group name="infoseccoverart" depends="coverart">
350 <imagetype name="autoexpire">
351 <filename>type/autoexpire.png</filename>
352 <position>218,670</position>
353 </imagetype>
354
355 <imagetype name="commflagged">
356 <filename>type/commflagged.png</filename>
357 <position>268,670</position>
358 </imagetype>
359
360 <imagetype name="bookmark">
361 <filename>type/bookmark.png</filename>
362 <position>318,670</position>
363 </imagetype>
364
365 <imagetype name="cutlist">
366 <filename>type/cutlist.png</filename>
367 <position>368,670</position>
368 </imagetype>
369
370 <statetype name="audioprops">
371 <position>418,670</position>
372 <showempty>yes</showempty>
373 <state name="stereo">
374 <imagetype name="stereo">
375 <filename>type/stereo.png</filename>
376 </imagetype>
377 </state>
378 <state name="surround">
379 <imagetype name="surround">
380 <filename>type/surround.png</filename>
381 </imagetype>
382 </state>
383 <state name="dolby">
384 <imagetype name="dolby">
385 <filename>type/dd.png</filename>
386 </imagetype>
387 </state>
388 <state name="mono">
389 <imagetype name="mono">
390 <filename>type/mono.png</filename>
391 </imagetype>
392 </state>
393 </statetype>
394
395 <statetype name="subtitletypes">
396 <position>468,670</position>
397 <showempty>yes</showempty>
398 <state name="cc">
399 <imagetype name="cc">
400 <filename>type/cc.png</filename>
401 </imagetype>
402 </state>
403 <state name="subtitles">
404 <imagetype name="subtitles">
405 <filename>subs.png</filename>
406 </imagetype>
407 </state>
408 <state name="onscreensub">
409 <imagetype name="onscreensub">
410 <filename>type/subs_onscreen.png</filename>
411 </imagetype>
412 </state>
413 </statetype>
414
415 <statetype name="videoprops">
416 <position>518,670</position>
417 <showempty>yes</showempty>
418 <state name="hd1080">
419 <imagetype name="hd1080">
420 <filename>type/hd1080.png</filename>
421 </imagetype>
422 </state>
423 <state name="hd720">
424 <imagetype name="hd720">
425 <filename>type/hd720.png</filename>
426 </imagetype>
427 </state>
428 <state name="hdtv">
429 <imagetype name="hdtv">
430 <filename>type/hd.png</filename>
431 </imagetype>
432 </state>
433 <state name="widescreen">
434 <imagetype name="widescreen">
435 <filename>type/wide.png</filename>
436 </imagetype>
437 </state>
438 </statetype>
439
440 <imagetype name="processing">
441 <filename>type/processing.png</filename>
442 <position>568,670</position>
443 </imagetype>
444
445 <textarea name="filesize_str" from="basetextarea">
446 <area>618,670,169,30</area>
447 <align>vcenter</align>
448 <font>basesmallgrey</font>
449 </textarea>
450
451 <textarea name="title" from="basetextarea">
452 <area>218,448,504,40</area>
453 <font>baselarge</font>
454 <align>vcenter</align>
455 </textarea>
456
457 <textarea name="category" from="basetextarea">
458 <area>737,443,160,50</area>
459 <font>baseextrasmall</font>
460 <align>vcenter,right</align>
461 <multiline>yes</multiline>
462 </textarea>
463
464 <textarea name="channel" from="basetextarea">
465 <area>218,498,234,30</area>
466 </textarea>
467
468 <textarea name="timedate" from="basetextarea">
469 <area>462,498,435,30</area>
470 <align>right</align>
471 </textarea>
472
473 <textarea name="description" from="basetextarea">
474 <area>218,538,679,122</area>
475 <align>justify</align>
476 <multiline>yes</multiline>
477 <cutdown>yes</cutdown>
478 <!-- <template>%"|SUBTITLE|" %%(|ORIGINALAIRDATE|)\n%%YEARSTARS| %%DESCRIPTION%</template> -->
479 <!-- <template>%"|SUBTITLE|" %%00X00| %%(|ORIGINALAIRDATE|)\n%%YEARSTARS| %%DESCRIPTION%</template> -->
480 <template>%"|SUBTITLE|" %%00X00| %%(|ORIGINALAIRDATE|)\n%%YEARSTARS| %%DESCRIPTION%</template>
481 </textarea>
482
483 <textarea name="diskspacepercentused" from="basetextarea">
484 <area>797,670,100,30</area>
485 <align>right,vcenter</align>
486 <font>basesmallgrey</font>
487 <template>%diskspacepercentused|%% full</template>
488 </textarea>
489
490 </group>
491
492 <textarea name="norecordings" from="description">
493 <font>basemedium</font>
494 <value>No Recordings available, or screen loading...</value>
495 <multiline>yes</multiline>
496 <align>top</align>
497 </textarea>
498
499 </window>
500
501 <window name="groupselector">
502 <area>-1,-1,500,500</area>
503 <shape name="backimg" from="basebackground">
504 <area>0,0,500,500</area>
505 </shape>
506
507 <textarea name="label" from="basetextarea">
508 <area>10,5,480,90</area>
509 <multiline>yes</multiline>
510 <align>allcenter</align>
511 <font>basesmall</font>
512 </textarea>
513
514 <buttonlist name="groups" from="basebuttonlist">
515 <area>10,110,480,370</area>
516 <showarrow>no</showarrow>
517 </buttonlist>
518 </window>
519
520 <window name="changeview">
521 <area>-1,-1,500,500</area>
522 <shape name="backimg" from="basebackground">
523 <area>0,0,500,500</area>
524 </shape>
525
526 <textarea name="title" from="basetextarea">
527 <area>10,35,480,30</area>
528 <align>allcenter</align>
529 <font>basemedium</font>
530 <value>Change View</value>
531 </textarea>
532
533 <checkbox name="titles" from="basecheckbox">
534 <position>90,100</position>
535 </checkbox>
536
537 <textarea name="titlelabel" from="basetextarea">
538 <area>140,100,300,30</area>
539 <value>Show Titles</value>
540 </textarea>
541
542 <checkbox name="categories" from="basecheckbox">
543 <position>90,140</position>
544 </checkbox>
545
546 <textarea name="catlabel" from="titlelabel">
547 <position>140,140</position>
548 <value>Show Categories</value>
549 </textarea>
550
551 <checkbox name="recgroups" from="basecheckbox">
552 <position>90,190</position>
553 </checkbox>
554
555 <textarea name="grouplabel" from="titlelabel">
556 <position>140,190</position>
557 <value>Show Recording Groups</value>
558 </textarea>
559
560 <checkbox name="watchlist" from="basecheckbox">
561 <position>90,240</position>
562 </checkbox>
563
564 <textarea name="watchlabel" from="titlelabel">
565 <position>140,240</position>
566 <value>Show Watch List</value>
567 </textarea>
568
569 <checkbox name="searches" from="basecheckbox">
570 <position>90,290</position>
571 </checkbox>
572
573 <textarea name="searchlabel" from="titlelabel">
574 <position>140,290</position>
575 <value>Show Searches</value>
576 </textarea>
577
578 <checkbox name="livetv" from="basecheckbox">
579 <position>90,340</position>
580 </checkbox>
581
582 <textarea name="livelabel" from="titlelabel">
583 <position>140,340</position>
584 <value>Show LiveTV</value>
585 </textarea>
586
587 <checkbox name="watched" from="basecheckbox">
588 <position>90,390</position>
589 </checkbox>
590
591 <textarea name="watchedlabel" from="titlelabel">
592 <position>140,390</position>
593 <value>Show Watched Programs</value>
594 </textarea>
595
596 <button name="save" from="basebutton">
597 <position>315,435</position>
598 <value>Save</value>
599 </button>
600 </window>
601
602 <window name="passwordchanger">
603 <area>-1,-1,500,500</area>
604
605 <shape name="backimg" from="basebackground">
606 <area>0,0,500,500</area>
607 </shape>
608
609 <textarea name="label" from="basetextarea">
610 <area>10,15,480,160</area>
611 <multiline>yes</multiline>
612 <align>allcenter</align>
613 <value>Change Recording Group Password</value>
614 </textarea>
615
616 <textarea name="oldpasslabel" from="basetextarea">
617 <area>58,180,300,30</area>
618 <value>Old Password:</value>
619 </textarea>
620
621 <textedit name="oldpassword" from="basetextedit">
622 <position>58,210</position>
623 </textedit>
624
625 <textarea name="newpasslabel" from="basetextarea">
626 <area>58,310,300,30</area>
627 <value>New Password:</value>
628 </textarea>
629
630 <textedit name="newpassword" from="basetextedit">
631 <position>58,340</position>
632 </textedit>
633
634 <button name="ok" from="basebutton">
635 <position>175,435</position>
636 <value>OK</value>
637 </button>
638 </window>
639
640 <window name="editmetadata">
641 <area>-1,-1,500,500</area>
642
643 <shape name="backimg" from="basebackground">
644 <area>0,0,500,500</area>
645 </shape>
646
647 <textarea name="label" from="basetextarea">
648 <area>10,15,480,50</area>
649 <multiline>yes</multiline>
650 <align>allcenter</align>
651 <value>Edit Recording Metadata</value>
652 </textarea>
653
654 <textarea name="title_label" from="basetextarea">
655 <area>10,65,300,30</area>
656 <value>Title:</value>
657 </textarea>
658
659 <textedit name="title" from="basetextedit">
660 <position>100,65</position>
661 </textedit>
662
663 <textarea name="subtitlelabel" from="basetextarea">
664 <area>10,100,300,30</area>
665 <value>Subtitle:</value>
666 </textarea>
667
668 <textedit name="subtitle" from="basetextedit">
669 <position>100,100</position>
670 </textedit>
671
672 <textarea name="inetref_label" from="title_label">
673 <position>10,135</position>
674 <value>Inetref:</value>
675 </textarea>
676
677 <textedit name="inetref" from="basetextedit">
678 <position>100,135</position>
679 </textedit>
680
681 <textarea name="season_label" from="basetextarea">
682 <area>10,170,175,30</area>
683 <value>Season:</value>
684 </textarea>
685
686 <spinbox name="season" from="basespinbox">
687 <position>100,170</position>
688 </spinbox>
689
690 <textarea name="episode_label" from="season_label">
691 <position>225,170</position>
692 <value>Episode:</value>
693 </textarea>
694
695 <spinbox name="episode" from="basespinbox">
696 <position>315,170</position>
697 </spinbox>
698
699 <textarea name="description_label" from="basetextarea">
700 <area>10,205,250,250</area>
701 <value>Description:</value>
702 </textarea>
703
704 <textedit name="description" from="basemultilinetextedit">
705 <area>50,235,100%,100%</area>
706 </textedit>
707
708 <button name="ok" from="basebutton">
709 <position>175,435</position>
710 <value>OK</value>
711 </button>
712 </window>
713
714 <window name="iconhelp">
715 <area>-1,-1,700,500</area>
716
717 <shape name="backimg" from="basebackground">
718 <area>0,0,700,500</area>
719 </shape>
720
721 <textarea name="title" from="basetextarea">
722 <area>0,0,700,50</area>
723 <value>Status Icons</value>
724 <font>basemedium</font>
725 <align>center</align>
726 </textarea>
727
728 <buttonlist name="iconlist">
729 <area>20,70,660,450</area>
730 <layout>vertical</layout>
731 <spacing>4</spacing>
732 <wrapstyle>selection</wrapstyle>
733 <buttonarea>0,0,660,410</buttonarea>
734 <statetype name="buttonitem">
735 <area>0,0,660,40</area>
736 <state name="active">
737 <shape name="selectbar">
738 <area>0,0,650,40</area>
739 <type>roundbox</type>
740 <fill color="#666666" alpha="50" />
741 <cornerradius>20</cornerradius>
742 </shape>
743 <statetype name="icons">
744 <position>5,5</position>
745 <state name="commflagged">
746 <imagetype name="statusimage">
747 <filename>type/commflagged.png</filename>
748 </imagetype>
749 </state>
750 <state name="cutlist">
751 <imagetype name="statusimage">
752 <filename>type/cutlist.png</filename>
753 </imagetype>
754 </state>
755 <state name="autoexpire">
756 <imagetype name="statusimage">
757 <filename>type/autoexpire.png</filename>
758 </imagetype>
759 </state>
760 <state name="processing">
761 <imagetype name="statusimage">
762 <filename>type/processing.png</filename>
763 </imagetype>
764 </state>
765 <state name="bookmark">
766 <imagetype name="statusimage">
767 <filename>type/bookmark.png</filename>
768 </imagetype>
769 </state>
770
771 <state name="mono">
772 <imagetype name="statusimage">
773 <filename>type/mono.png</filename>
774 </imagetype>
775 </state>
776 <state name="stereo">
777 <imagetype name="statusimage">
778 <filename>type/stereo.png</filename>
779 </imagetype>
780 </state>
781 <state name="surround">
782 <imagetype name="statusimage">
783 <filename>type/surround.png</filename>
784 </imagetype>
785 </state>
786 <state name="dolby">
787 <imagetype name="statusimage">
788 <filename>type/dd.png</filename>
789 </imagetype>
790 </state>
791 <state name="cc">
792 <imagetype name="statusimage">
793 <filename>type/cc.png</filename>
794 </imagetype>
795 </state>
796 <state name="subtitles">
797 <imagetype name="statusimage">
798 <filename>type/subs.png</filename>
799 </imagetype>
800 </state>
801 <state name="onscreensub">
802 <imagetype name="statusimage">
803 <filename>type/subs_onscreen.png</filename>
804 </imagetype>
805 </state>
806 <state name="hdtv">
807 <imagetype name="statusimage">
808 <filename>type/hd.png</filename>
809 </imagetype>
810 </state>
811 <state name="hd720">
812 <imagetype name="statusimage">
813 <filename>type/hd720.png</filename>
814 </imagetype>
815 </state>
816 <state name="hd1080">
817 <imagetype name="statusimage">
818 <filename>type/hd1080.png</filename>
819 </imagetype>
820 </state>
821 <state name="avchd">
822 <imagetype name="statusimage">
823 <filename>type/avchd.png</filename>
824 </imagetype>
825 </state>
826 <state name="widescreen">
827 <imagetype name="statusimage">
828 <filename>type/wide.png</filename>
829 </imagetype>
830 </state>
831 <state name="watched">
832 <imagetype name="statusimage">
833 <filename>type/watched.png</filename>
834 </imagetype>
835 </state>
836 </statetype>
837
838 <textarea name="buttontext">
839 <area>53,1,600,40</area>
840 <multiline>yes</multiline>
841 <font>basesmall</font>
842 <align>vcenter</align>
843 </textarea>
844 </state>
845 <state name="selectedinactive" from="active" />
846 <state name="selectedactive" from="active">
847 <shape name="selectbar">
848 <area>0,0,650,40</area>
849 <type>roundbox</type>
850 <fill color="#ffffff" alpha="50" />
851 <cornerradius>20</cornerradius>
852 </shape>
853 </state>
854 </statetype>
855 <statetype name="upscrollarrow">
856 <position>590,390</position>
857 <state type="full">
858 <imagetype name="upoff">
859 <filename>shared/uparrow.png</filename>
860 </imagetype>
861 </state>
862 </statetype>
863 <statetype name="downscrollarrow">
864 <position>620,390</position>
865 <state type="full">
866 <imagetype name="dnoff">
867 <filename>shared/downarrow.png</filename>
868 </imagetype>
869 </state>
870 </statetype>
871 </buttonlist>
872 </window>
873
874</mythuitheme>