Ticket #7256: recordings-ui.xml

File recordings-ui.xml, 22.2 KB (added by Gary Butters <gbutters@…>, 16 years ago)
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 <textarea name="pagetitle" from="basetextarea">
43 <area>50,10,670,60</area>
44 <font>baselarge</font>
45 <align>vcenter,left</align>
46 <value>Watch Recordings</value>
47 </textarea>
48
49 <buttonlist name="groups" from="basebuttonlist">
50 <area>15,86,434,338</area>
51 <buttonarea>32,5,375,333</buttonarea>
52 <spacing>6</spacing>
53 <wrapstyle>items</wrapstyle>
54 <statetype name="buttonitem">
55 <state name="active">
56 <textarea name="name" from="buttontext">
57 <font>basesmallgrey</font>
58 <cutdown>yes</cutdown>
59 </textarea>
60 </state>
61 <state name="inactive">
62 <textarea name="name" from="buttontext">
63 <font>basesmall</font>
64 </textarea>
65 </state>
66 <state name="selected" from="inactive" />
67 </statetype>
68 <statetype name="upscrollarrow">
69 <position>0,0</position>
70 </statetype>
71 <statetype name="downscrollarrow">
72 <position>0,303</position>
73 </statetype>
74 </buttonlist>
75
76 <buttonlist name="recordings" from="basebuttonlist">
77 <area>499,86,776,338</area>
78 <buttonarea>0,5,731,338</buttonarea>
79 <spacing>6</spacing>
80 <wrapstyle>items</wrapstyle>
81 <statetype name="buttonitem">
82 <state name="active">
83 <shape name="buttonbackground">
84 <area>30,0,706,30</area>
85 <type>roundbox</type>
86 <fill color="#666666" alpha="50" />
87 <line color="#FFFFFF" alpha="0" width="0" />
88 <cornerradius>15</cornerradius>
89 </shape>
90 <textarea name="titlesubtitle" from="buttontext">
91 <area>46,1,421,31</area>
92 <font>basesmallgrey</font>
93 <font state="error">basesmallred</font>
94 <font state="running">basesmallgreen</font>
95 <align>vcenter</align>
96 </textarea>
97 <textarea name="shortdate" from="titlesubtitle">
98 <area>480,1,120,31</area>
99 <align>right,vcenter</align>
100 </textarea>
101 <textarea name="starttime" from="shortdate">
102 <area>611,1,105,31</area>
103 <align>right,vcenter</align>
104 </textarea>
105 <statetype name="watched">
106 <state name="yes">
107 <imagetype name="yes">
108 <area>0,7,15,15</area>
109 <filename>type/watched.png</filename>
110 </imagetype>
111 </state>
112 <state name="no" />
113 </statetype>
114 <statetype name="playlist">
115 <state name="yes">
116 <imagetype name="playlistyes">
117 <position>10,0</position>
118 <filename>shared/playlist_yes.png</filename>
119 </imagetype>
120 </state>
121 <state name="no" />
122 </statetype>
123 </state>
124 <state name="selected" from="active">
125 <shape name="buttonbackground">
126 <area>30,0,706,30</area>
127 <type>roundbox</type>
128 <fill color="#ffffff" alpha="50" />
129 <cornerradius>15</cornerradius>
130 </shape>
131 <textarea name="titlesubtitle">
132 <font>basesmall</font>
133 </textarea>
134 <textarea name="shortdate">
135 <font>basesmall</font>
136 </textarea>
137 <textarea name="starttime">
138 <font>basesmall</font>
139 </textarea>
140 </state>
141 <state name="inactive" from="active" />
142 </statetype>
143 <statetype name="upscrollarrow">
144 <position>738,0</position>
145 </statetype>
146 <statetype name="downscrollarrow">
147 <position>738,303</position>
148 </statetype>
149 </buttonlist>
150
151 <imagetype name="autoexpire">
152 <filename>type/autoexpire.png</filename>
153 <position>850,670</position>
154 </imagetype>
155
156 <imagetype name="commflagged">
157 <filename>type/commflagged.png</filename>
158 <position>900,670</position>
159 </imagetype>
160
161 <imagetype name="bookmark">
162 <filename>type/bookmark.png</filename>
163 <position>950,670</position>
164 </imagetype>
165
166 <imagetype name="cutlist">
167 <filename>type/cutlist.png</filename>
168 <position>1000,670</position>
169 </imagetype>
170
171 <statetype name="audioprops">
172 <position>1050,670</position>
173 <showempty>yes</showempty>
174 <state name="stereo">
175 <imagetype name="stereo">
176 <filename>type/stereo.png</filename>
177 </imagetype>
178 </state>
179 <state name="surround">
180 <imagetype name="surround">
181 <filename>type/surround.png</filename>
182 </imagetype>
183 </state>
184 <state name="dolby">
185 <imagetype name="dolby">
186 <filename>type/dd.png</filename>
187 </imagetype>
188 </state>
189 <state name="mono">
190 <imagetype name="mono">
191 <filename>type/mono.png</filename>
192 </imagetype>
193 </state>
194 </statetype>
195
196 <statetype name="subtitletypes">
197 <position>1100,670</position>
198 <showempty>yes</showempty>
199 <state name="cc">
200 <imagetype name="cc">
201 <filename>type/cc.png</filename>
202 </imagetype>
203 </state>
204 <state name="subtitles">
205 <imagetype name="subtitles">
206 <filename>subs.png</filename>
207 </imagetype>
208 </state>
209 <state name="onscreensub">
210 <imagetype name="onscreensub">
211 <filename>type/subs_onscreen.png</filename>
212 </imagetype>
213 </state>
214 </statetype>
215
216 <statetype name="videoprops">
217 <position>1150,670</position>
218 <showempty>yes</showempty>
219 <state name="hd1080">
220 <imagetype name="hd1080">
221 <filename>type/hd1080.png</filename>
222 </imagetype>
223 </state>
224 <state name="hd720">
225 <imagetype name="hd720">
226 <filename>type/hd720.png</filename>
227 </imagetype>
228 </state>
229 <state name="hdtv">
230 <imagetype name="hdtv">
231 <filename>type/hd.png</filename>
232 </imagetype>
233 </state>
234 <state name="widescreen">
235 <imagetype name="widescreen">
236 <filename>type/wide.png</filename>
237 </imagetype>
238 </state>
239 </statetype>
240
241 <imagetype name="processing">
242 <filename>type/processing.png</filename>
243 <position>1200,670</position>
244 </imagetype>
245
246 <textarea name="title" from="basetextarea">
247 <area>25,448,700,40</area>
248 <font>baselarge</font>
249 <cutdown>yes</cutdown>
250 <align>vcenter</align>
251 </textarea>
252
253 <textarea name="channel" from="basetextarea">
254 <area>25,498,160,30</area>
255 </textarea>
256
257 <textarea name="timedate" from="basetextarea">
258 <area>195,498,480,30</area>
259 </textarea>
260
261 <textarea name="description" from="basetextarea">
262 <area>25,538,750,160</area>
263 <align>justify</align>
264 <multiline>yes</multiline>
265 <cutdown>yes</cutdown>
266 <value>%|"SUBTITLE|"% %STARS% %DESCRIPTION%</value>
267 </textarea>
268
269 <imagetype name="preview">
270 <area>790,448,464,212</area>
271 <preserveaspect>true</preserveaspect>
272 </imagetype>
273
274 <textarea name="norecordings">
275 <area>20,75,760,300</area>
276 <font>basemedium</font>
277 <value>No Recordings Available</value>
278 <multiline>yes</multiline>
279 <align>allcenter</align>
280 </textarea>
281 </window>
282
283 <window name="groupselector">
284 <area>-1,-1,500,500</area>
285 <shape name="backimg" from="basebackground">
286 <area>0,0,500,500</area>
287 </shape>
288
289 <textarea name="label" from="basetextarea">
290 <area>10,5,480,90</area>
291 <multiline>yes</multiline>
292 <align>allcenter</align>
293 <font>basesmall</font>
294 </textarea>
295
296 <buttonlist name="groups" from="basebuttonlist">
297 <area>10,110,480,370</area>
298 <showarrow>no</showarrow>
299 </buttonlist>
300 </window>
301
302 <window name="changeview">
303 <area>-1,-1,500,500</area>
304 <shape name="backimg" from="basebackground">
305 <area>0,0,500,500</area>
306 </shape>
307
308 <textarea name="title" from="basetextarea">
309 <area>10,35,480,30</area>
310 <align>allcenter</align>
311 <font>basemedium</font>
312 <value>Change View</value>
313 </textarea>
314
315 <checkbox name="titles" from="basecheckbox">
316 <position>90,100</position>
317 </checkbox>
318
319 <textarea name="titlelabel" from="basetextarea">
320 <area>140,100,300,30</area>
321 <value>Show Titles</value>
322 </textarea>
323
324 <checkbox name="categories" from="basecheckbox">
325 <position>90,140</position>
326 </checkbox>
327
328 <textarea name="catlabel" from="titlelabel">
329 <position>140,140</position>
330 <value>Show Categories</value>
331 </textarea>
332
333 <checkbox name="recgroups" from="basecheckbox">
334 <position>90,190</position>
335 </checkbox>
336
337 <textarea name="grouplabel" from="titlelabel">
338 <position>140,190</position>
339 <value>Show Recording Groups</value>
340 </textarea>
341
342 <checkbox name="watchlist" from="basecheckbox">
343 <position>90,240</position>
344 </checkbox>
345
346 <textarea name="watchlabel" from="titlelabel">
347 <position>140,240</position>
348 <value>Show Watch List</value>
349 </textarea>
350
351 <checkbox name="searches" from="basecheckbox">
352 <position>90,290</position>
353 </checkbox>
354
355 <textarea name="searchlabel" from="titlelabel">
356 <position>140,290</position>
357 <value>Show Searches</value>
358 </textarea>
359
360 <checkbox name="livetv" from="basecheckbox">
361 <position>90,340</position>
362 </checkbox>
363
364 <textarea name="livelabel" from="titlelabel">
365 <position>140,340</position>
366 <value>Show LiveTV</value>
367 </textarea>
368
369 <checkbox name="watched" from="basecheckbox">
370 <position>90,390</position>
371 </checkbox>
372
373 <textarea name="watchedlabel" from="titlelabel">
374 <position>140,390</position>
375 <value>Show Watched Programs</value>
376 </textarea>
377
378 <button name="save" from="basebutton">
379 <position>315,435</position>
380 <value>Save</value>
381 </button>
382 </window>
383
384 <window name="passwordchanger">
385 <area>-1,-1,500,500</area>
386
387 <shape name="backimg" from="basebackground">
388 <area>0,0,500,500</area>
389 </shape>
390
391 <textarea name="label" from="basetextarea">
392 <area>10,15,480,160</area>
393 <multiline>yes</multiline>
394 <align>allcenter</align>
395 <value>Change Recording Group Password</value>
396 </textarea>
397
398 <textarea name="oldpasslabel" from="basetextarea">
399 <area>58,180,300,30</area>
400 <value>Old Password:</value>
401 </textarea>
402
403 <textedit name="oldpassword" from="basetextedit">
404 <position>58,210</position>
405 </textedit>
406
407 <textarea name="newpasslabel" from="basetextarea">
408 <area>58,310,300,30</area>
409 <value>New Password:</value>
410 </textarea>
411
412 <textedit name="newpassword" from="basetextedit">
413 <position>58,340</position>
414 </textedit>
415
416 <button name="ok" from="basebutton">
417 <position>175,435</position>
418 <value>OK</value>
419 </button>
420 </window>
421
422 <window name="editmetadata">
423 <area>-1,-1,500,500</area>
424
425 <shape name="backimg" from="basebackground">
426 <area>0,0,500,500</area>
427 </shape>
428
429 <textarea name="label" from="basetextarea">
430 <area>10,15,480,160</area>
431 <multiline>yes</multiline>
432 <align>allcenter</align>
433 <value>Edit Recording Metadata</value>
434 </textarea>
435
436 <textarea name="titlelabel" from="basetextarea">
437 <area>58,180,300,30</area>
438 <value>Title:</value>
439 </textarea>
440
441 <textedit name="title" from="basetextedit">
442 <position>58,210</position>
443 </textedit>
444
445 <textarea name="subtitlelabel" from="basetextarea">
446 <area>58,310,300,30</area>
447 <value>Subtitle:</value>
448 </textarea>
449
450 <textedit name="subtitle" from="basetextedit">
451 <position>58,340</position>
452 </textedit>
453
454 <button name="ok" from="basebutton">
455 <position>175,435</position>
456 <value>OK</value>
457 </button>
458 </window>
459
460 <window name="iconhelp">
461 <area>-1,-1,700,500</area>
462
463 <shape name="backimg" from="basebackground">
464 <area>0,0,500,500</area>
465 </shape>
466
467 <textarea name="title" from="basetextarea">
468 <area>0,0,700,50</area>
469 <value>Status Icons</value>
470 <font>basemedium</font>
471 <align>center</align>
472 </textarea>
473
474 <buttonlist name="iconlist">
475 <area>20,70,660,450</area>
476 <layout>vertical</layout>
477 <spacing>4</spacing>
478 <wrapstyle>selection</wrapstyle>
479 <buttonarea>0,0,660,410</buttonarea>
480 <statetype name="buttonitem">
481 <area>0,0,660,40</area>
482 <state name="active">
483 <shape name="selectbar">
484 <area>0,0,650,40</area>
485 <type>roundbox</type>
486 <fill color="#666666" alpha="50" />
487 <cornerradius>20</cornerradius>
488 </shape>
489 <statetype name="icons">
490 <position>5,5</position>
491 <state name="commflagged">
492 <imagetype name="statusimage">
493 <filename>type/commflagged.png</filename>
494 </imagetype>
495 </state>
496 <state name="cutlist">
497 <imagetype name="statusimage">
498 <filename>type/cutlist.png</filename>
499 </imagetype>
500 </state>
501 <state name="autoexpire">
502 <imagetype name="statusimage">
503 <filename>type/autoexpire.png</filename>
504 </imagetype>
505 </state>
506 <state name="processing">
507 <imagetype name="statusimage">
508 <filename>type/processing.png</filename>
509 </imagetype>
510 </state>
511 <state name="bookmark">
512 <imagetype name="statusimage">
513 <filename>type/bookmark.png</filename>
514 </imagetype>
515 </state>
516
517 <state name="mono">
518 <imagetype name="statusimage">
519 <filename>type/mono.png</filename>
520 </imagetype>
521 </state>
522 <state name="stereo">
523 <imagetype name="statusimage">
524 <filename>type/stereo.png</filename>
525 </imagetype>
526 </state>
527 <state name="surround">
528 <imagetype name="statusimage">
529 <filename>type/surround.png</filename>
530 </imagetype>
531 </state>
532 <state name="dolby">
533 <imagetype name="statusimage">
534 <filename>type/dd.png</filename>
535 </imagetype>
536 </state>
537 <state name="cc">
538 <imagetype name="statusimage">
539 <filename>type/cc.png</filename>
540 </imagetype>
541 </state>
542 <state name="subtitles">
543 <imagetype name="statusimage">
544 <filename>type/subs.png</filename>
545 </imagetype>
546 </state>
547 <state name="onscreensub">
548 <imagetype name="statusimage">
549 <filename>type/subs_onscreen.png</filename>
550 </imagetype>
551 </state>
552 <state name="hdtv">
553 <imagetype name="statusimage">
554 <filename>type/hd.png</filename>
555 </imagetype>
556 </state>
557 <state name="hd720">
558 <imagetype name="statusimage">
559 <filename>type/hd720.png</filename>
560 </imagetype>
561 </state>
562 <state name="hd1080">
563 <imagetype name="statusimage">
564 <filename>type/hd1080.png</filename>
565 </imagetype>
566 </state>
567 <state name="avchd">
568 <imagetype name="statusimage">
569 <filename>type/avchd.png</filename>
570 </imagetype>
571 </state>
572 <state name="widescreen">
573 <imagetype name="statusimage">
574 <filename>type/wide.png</filename>
575 </imagetype>
576 </state>
577 <state name="watched">
578 <imagetype name="statusimage">
579 <filename>type/watched.png</filename>
580 </imagetype>
581 </state>
582 </statetype>
583
584 <textarea name="buttontext">
585 <area>53,1,600,40</area>
586 <multiline>yes</multiline>
587 <font>basesmall</font>
588 <align>vcenter</align>
589 </textarea>
590 </state>
591 <state name="inactive" from="active" />
592 <state name="selected" from="active">
593 <shape name="selectbar">
594 <area>0,0,650,40</area>
595 <type>roundbox</type>
596 <fill color="#ffffff" alpha="50" />
597 <cornerradius>20</cornerradius>
598 </shape>
599 </state>
600 </statetype>
601 <statetype name="upscrollarrow">
602 <position>590,390</position>
603 <state type="full">
604 <imagetype name="upoff">
605 <filename>lb-uparrow-reg.png</filename>
606 </imagetype>
607 </state>
608 </statetype>
609 <statetype name="downscrollarrow">
610 <position>620,390</position>
611 <state type="full">
612 <imagetype name="dnoff">
613 <filename>lb-dnarrow-reg.png</filename>
614 </imagetype>
615 </state>
616 </statetype>
617 </buttonlist>
618 </window>
619
620</mythuitheme>