~ubuntu-branches/ubuntu/precise/mythtv/precise-updates

« back to all changes in this revision

Viewing changes to Mythbuntu/music-ui.xml

  • Committer: Package Import Robot
  • Author(s): Mario Limonciello
  • Date: 2012-04-10 02:48:16 UTC
  • mfrom: (1.1.82)
  • Revision ID: package-import@ubuntu.com-20120410024816-tq4pun9popuyuyci
Tags: 2:0.25.0+fixes.20120410.1f5962a-0ubuntu1
* Add a fallback to master for non-existant fixes branches.
* Update to 0.25 gold release.
* New upstream checkout (1f5962a)
* >>Upstream changes since last upload (041ecad):
* [1f5962a] RingBuffer: Make a few more attempts to read when
  oldfile=true.
* [cffed2b] Merge branch 'master' of github.com:MythTV/mythtv
* [4f16846] Update the Danish translation of mythfrontend and all
  plugins.
* [31fa9dd] Revert "Fix popup windows from disappearing in MythCenter-
  wide when using the"
* [d824ea2] Fix issues with 805453a6 and df8548e7.
* [4b28a57] Remove the MythArchive date/time formats from the Hong
  Kong Chinese locale file.
* [df8548e] Add a null pointer check on 'screen'
* [805453a] Don't trigger hide/show animations if the screens should
  still be visible because the foreground screen isn't fullscreen.
* [d1b081e] Updated Czech MythFrontend translation
* [e6c4aa0] Updated Polish MythFrontend and alll plugins translation
  from Warpme
* [39695b2] Revert "Fixes #10490. Don't return from safe_read() early
  on stopreads if we haven't read any bytes, this looks like an eof to
  higher levels of code."
* [28db6ca] Merge branch 'master' of github.com:MythTV/mythtv
* [e6d3ecb] Updated French MythFrontend, MythMusic, MythNetvision and
  MythNews translation from the French Language Translation Team
* [6473241] Update the Danish translation of mythfrontend.
* [c52a7cf] Updated Czech MythFrontend and MythMusic translation
* [8c6c8cd] Updated German MythFrontend and MythZoneMinder translation
  from Florian Bittner
* [aa2762f] Fix popup windows from disappearing in MythCenter-wide
  when using the virtual keyboard.
* [393295c] Fixes #10490. Don't return from safe_read() early on
  stopreads if we haven't read any bytes, this looks like an eof to
  higher levels of code.
* [81e72c8] Clear the UI object stores when deleting MythThemeBase,
  fixes themes using the wrong base window and fonts after displaying
  the locale/database prompts. This was already done implicitly when
  shutting down and explicitly when reloading themes but not in the
  third case, where we construct a temporary main window and
  MythMainWindow is torn down instead of being re-initialised.
* [a970d72] Fixes #10545.  Populate the Switch Input menu with all
  available cards.
* [d80e54b] Fix #10558
* [14ca636] Bump binary version
* [00bd9eb] Fix compilation following previous commit
* [e84a9a8] Fix compilation following previous commit
* [4c5b039] Initialise locale if it's not been done already by the
  time we call GetQLocale()
* [9c73366] Translate dates/times in the DateFormat settings
* [a0ae652] Move Setup Wizard at the top of settings menu (part #2)
* [02216ca] Fix video setup wizard if audio test wasn't stopped in the
  previous screen
* [13652d7] Fix audio setup and add handling of extra cases.
* [b36827e] Better handling of unmounted volumes. Refs #10450.
* [83671d5] Revert "Better handling of unmounted volumes. Refs #10450"
* [58e8506] Better handling of unmounted volumes. Refs #10450
* [71a024d] Fix LoadFromOldRecorded query in ProgList.
* [957917c] Replicate the spelling change I had done in
  3740d7dda16b2a082f8d833f4459294202cb2687
* [8df36ec] Translate missed string.
* [82f9818] Improve audio setup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--
2
 
 
3
 
    This is a myth style theme file for mythmusic.
4
 
 
5
 
    (c) 2003 by a whole bunch of people associated with MythTV
6
 
 
7
 
    -->
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.dtd">
 
3
 
8
4
<mythuitheme>
9
5
 
10
 
    <!-- music selection screen -->
11
 
    <window name="music_select">
12
 
        <font name="active" face="DejaVu Sans">
13
 
            <color>#ffffff</color>
14
 
            <size>18</size>
15
 
        </font>
16
 
 
17
 
        <font name="inactive" face="DejaVu Sans">
18
 
            <color>#ffffff</color>
19
 
            <size>18</size>
20
 
        </font>
21
 
 
22
 
        <container name="musictree">
23
 
            <area>0,0,1280,440</area>
24
 
 
25
 
            <image name="background" draworder="0" fleximage="no">
26
 
                <filename>music/music-sel-bg.png</filename>
27
 
                <position>10,10</position>
28
 
                <staticsize>1260,430</staticsize>
29
 
            </image>
30
 
 
31
 
            <listtreearea name="musictree" draworder="0">
32
 
                <area>20,20,1240,400</area>
33
 
                <listsize>0,0,372,400</listsize>
34
 
                <leveloffset>12</leveloffset>
35
 
                <gradient type="unselected" start="#333333" end="#333333" alpha="50"></gradient>
36
 
                <gradient type="selected" start="#666666" end="#666666" alpha="50"></gradient>
37
 
                <fcnfont name="active" function="active"></fcnfont>
38
 
                <fcnfont name="inactive" function="inactive"></fcnfont>
39
 
            </listtreearea>
40
 
        </container>
41
 
 
42
 
        <container name="info">
43
 
            <area>0,450,1280,360</area>
44
 
 
45
 
            <image name="background" draworder="0" fleximage="no">
46
 
                <filename>music/music-sel-bg.png</filename>
47
 
                <position>10,0</position>
48
 
                <staticsize>1260,260</staticsize>
49
 
            </image>
50
 
 
51
 
            <textarea name="line1" draworder="1">
52
 
                <font>active</font>
53
 
                <area>40,10,1200,30</area>
54
 
                <cutdown>yes</cutdown>
55
 
            </textarea>
56
 
 
57
 
            <textarea name="line2" draworder="1">
58
 
                <font>active</font>
59
 
                <area>40,45,1200,30</area>
60
 
                <cutdown>yes</cutdown>
61
 
            </textarea>
62
 
 
63
 
            <textarea name="line3" draworder="1">
64
 
                <font>active</font>
65
 
                <area>40,80,1200,30</area>
66
 
                <cutdown>yes</cutdown>
67
 
            </textarea>
68
 
 
69
 
            <textarea name="line4" draworder="1">
70
 
                <font>active</font>
71
 
                <area>40,115,1200,30</area>
72
 
                <cutdown>yes</cutdown>
73
 
            </textarea>
74
 
 
75
 
            <textarea name="line5" draworder="1">
76
 
                <font>active</font>
77
 
                <area>40,150,1200,30</area>
78
 
                <cutdown>yes</cutdown>
79
 
            </textarea>
80
 
 
81
 
            <textarea name="line6" draworder="1">
82
 
                <font>active</font>
83
 
                <area>40,185,1200,30</area>
84
 
                <cutdown>yes</cutdown>
85
 
            </textarea>
86
 
        </container>
87
 
 
88
 
    </window>
89
 
 
90
 
    <!-- The play music screen  -->
91
 
    <window name="music_play">
92
 
 
93
 
        <!-- First, define all the fonts we need on this screen -->
94
 
        <font name="active" face="DejaVu Sans">
95
 
            <color>#bbbbbb</color>
96
 
            <size>18</size>
97
 
        </font>
98
 
 
99
 
        <font name="inactive" face="DejaVu Sans">
100
 
            <color>#ffffff</color>
101
 
            <size>18</size>
102
 
        </font>
103
 
 
104
 
        <font name="selected" face="DejaVu Sans">
105
 
            <color>#ffffff</color>
106
 
            <size>18</size>
107
 
        </font>
108
 
 
109
 
        <font name="currenttitle" face="DejaVu Sans">
110
 
            <color>#ffffff</color>
111
 
            <size>20</size>
112
 
        </font>
113
 
 
114
 
        <font name="currentartist" face="DejaVu Sans">
115
 
            <color>#ffffff</color>
116
 
            <size>18</size>
117
 
        </font>
118
 
 
119
 
        <font name="infotext" face="DejaVu Sans">
120
 
            <color>#ffffff</color>
121
 
            <size>15</size>
122
 
        </font>
123
 
 
124
 
        <font name="buttons" face="DejaVu Sans">
125
 
            <color>#ffffff</color>
126
 
            <size>12</size>
127
 
        </font>
128
 
 
129
 
        <!--= The (unchanging) background -->
130
 
 
131
 
        <container name="background">
132
 
            <image name="filler" draworder="0" fleximage="no">
133
 
                <filename>music/music-sel-bg.png</filename>
134
 
                <position>15,10</position>
135
 
                <staticsize>1250,430</staticsize>
136
 
            </image>
137
 
            <image name="track_info_background" draworder="0" fleximage="no">
138
 
                <filename>music/music-sel-bg.png</filename>
139
 
                <position>15,450</position>
140
 
                <staticsize>469,260</staticsize>
141
 
            </image>
142
 
            <image name="track_control_background" draworder="0" fleximage="no">
143
 
                <filename>music/music-sel-bg.png</filename>
144
 
                <position>494,450</position>
145
 
                <staticsize>771,260</staticsize>
146
 
            </image>
147
 
<!--            <image name="mm_blackhole_border" draworder="0" fleximage="no">
148
 
                <filename>music/mm_blackhole_border.png</filename>
149
 
                <position>25,500</position>
150
 
                <staticsize>162,162</staticsize>
151
 
            </image>-->
152
 
        </container>
153
 
 
154
 
        <!-- The view of playlists; tracks at the top -->
155
 
        <container name="musicselector">
156
 
            <area>20,10,1240,420</area>
157
 
            <!-- First appearance of a managedtreelist
158
 
                 I'll explain as we go
159
 
 
160
 
                 bins is how many visible layers of the
161
 
                 tree there are. -->
162
 
            <managedtreelist name="musictreelist" draworder="1" bins="3">
163
 
                <!-- regular area, but is only used if the user has
164
 
                     ShowWholeTree set to false. -->
165
 
                <area>25,0,1210,420</area>
166
 
                <!--
167
 
                    An image to show the current navigation node
168
 
                    -->
169
 
                <image function="selectionbar" filename="shared/selectbar.png" location="-15,0"></image>
170
 
                <!-- Some arrow images -->
171
 
                <image function="uparrow" filename="shared/uparrow.png"></image>
172
 
                <image function="downarrow" filename="shared/downarrow.png"></image>
173
 
                <image function="leftarrow" filename="shared/leftarrow.png"></image>
174
 
                <image function="rightarrow" filename="shared/rightarrow.png"></image>
175
 
                <!-- the area of particular bins
176
 
                     you can make them show right to left,
177
 
                     top to bottom, and layer graphics on top
178
 
                     however you like
179
 
 
180
 
                     NB: bins number 1 to # of bins inclusive
181
 
                     not 0 to #-1 -->
182
 
                <bin number="1">
183
 
                    <area>15,0,288,300</area>
184
 
                    <fcnfont name="active" function="active"></fcnfont>
185
 
                    <fcnfont name="inactive" function="inactive"></fcnfont>
186
 
                    <fcnfont name="selected" function="selected"></fcnfont>
187
 
                </bin>
188
 
                <bin number="2">
189
 
                    <area>360,0,208,300</area>
190
 
                    <fcnfont name="active" function="active"></fcnfont>
191
 
                    <fcnfont name="selected" function="selected"></fcnfont>
192
 
                    <fcnfont name="inactive" function="inactive"></fcnfont>
193
 
                </bin>
194
 
                <bin number="3">
195
 
                    <area>610,0,618,300</area>
196
 
                    <fcnfont name="active" function="active"></fcnfont>
197
 
                    <fcnfont name="selected" function="selected"></fcnfont>
198
 
                    <fcnfont name="inactive" function="inactive"></fcnfont>
199
 
                </bin>
200
 
            </managedtreelist>
201
 
 
202
 
            <!-- An image that go "on top" of the list bins -->
203
 
 
204
 
            <image name="showinglines" draworder="2" fleximage="no">
205
 
                <context>1</context>
206
 
                <filename>mm-titlelines.png</filename>
207
 
                <position>20,0</position>
208
 
              <!--  <staticsize>1230,310</staticsize> -->
209
 
            </image>
210
 
 
211
 
            <!--    An image for when we're waiting for data  -->
212
 
            <image name="mm_waiting" draworder="0" fleximage="no">
213
 
                <context>0</context>
214
 
                <filename>music/music-sel-bg.png</filename>
215
 
                <position>10,0</position>
216
 
            </image>
217
 
            <textarea name="waiting_text" draworder="1" align="allcenter">
218
 
                <context>0</context>
219
 
                <font>currenttitle</font>
220
 
                <area>32,0,1200,296</area>
221
 
                <value>Please Wait...</value>
222
 
            </textarea>
223
 
 
224
 
        </container>
225
 
 
226
 
        <!-- An area to hold info about the playing track -->
227
 
 
228
 
        <container name="trackinfo">
229
 
            <area>30,450,1220,250</area>
230
 
 
231
 
            <textarea name="title_text" draworder="1" align="center">
232
 
                <font>infotext</font>
233
 
                <area>0,170,444,25</area>
234
 
                <cutdown>yes</cutdown>
235
 
            </textarea>
236
 
 
237
 
            <textarea name="artist_text" draworder="1" align="center">
238
 
                <font>infotext</font>
239
 
                <area>0,200,444,25</area>
240
 
                <cutdown>yes</cutdown>
241
 
            </textarea>
242
 
 
243
 
            <textarea name="album_text" draworder="1" align="center">
244
 
                <font>infotext</font>
245
 
                <area>0,230,444,25</area>
246
 
                <cutdown>yes</cutdown>
247
 
            </textarea>
248
 
 
249
 
<!--            <repeatedimage name="ratings_image" draworder="1" fleximage="no">
250
 
                <filename>music/mm_rating.png</filename>
251
 
                <position>180,100</position>
252
 
                <orientation>LeftToRight</orientation>
253
 
            </repeatedimage>
254
 
 
255
 
            <textarea name="current_visualization_text" draworder="1" align="center">
256
 
                <font>infotext</font>
257
 
                <area>2,170,162,35</area>
258
 
                <cutdown>no</cutdown>
259
 
            </textarea>
260
 
-->
261
 
            <textarea name="info_text" draworder="1">
262
 
                <font>infotext</font>
263
 
                <area>754,88,250,35</area>
264
 
            </textarea>
265
 
 
266
 
            <textarea name="volume_text" draworder="5">
267
 
                <font>infotext</font>
268
 
                <area>750,150,250,25</area>
269
 
            </textarea>
270
 
 
271
 
            <textarea name="time_text" draworder="1">
272
 
                <font>currentartist</font>
273
 
                <area>750,55,185,35</area>
274
 
            </textarea>
275
 
 
276
 
            <blackhole name="visual_blackhole">
277
 
                <area>147,10,155,155</area>
278
 
            </blackhole>
279
 
 
280
 
            <statusbar name="progress_bar" draworder="2" whitespace="5">
281
 
                <container fleximage="no">music/mm_progress-bg.png</container>
282
 
                <fill>music/mm_progress-fg.png</fill>
283
 
                <position>484,20</position>
284
 
                <orientation>LeftToRight</orientation>
285
 
            </statusbar>
286
 
 
287
 
        </container>
288
 
 
289
 
        <!-- On screen volume display -->
290
 
 
291
 
        <container name="volumedisplay">
292
 
            <area>429,460,40,200</area>
293
 
            <statusbar name="volume_status" draworder="-1" whitespace="5">
294
 
                <container fleximage="no">mm_volume_background.png</container>
295
 
                <fill>mm_volume_tick.png</fill>
296
 
                <position>0,0</position>
297
 
                <orientation>BottomToTop</orientation>
298
 
            </statusbar>
299
 
        </container>
300
 
 
301
 
        <!-- All the buttons -->
302
 
 
303
 
        <container name="musicbuttons">
304
 
            <area>504,570,751,130</area>
305
 
 
306
 
            <textbutton name="shuffle_button" draworder="0">
307
 
                <position>0,0</position>
308
 
                <image function="on" filename="music/button_selected_background.png"></image>
309
 
                <image function="off" filename="music/button_background.png"></image>
310
 
                <image function="pushed" filename="music/button_pushed_background.png"></image>
311
 
                <font>buttons</font>
312
 
            </textbutton>
313
 
 
314
 
            <textbutton name="repeat_button" draworder="0">
315
 
                <position>199,0</position>
316
 
                <image function="on" filename="music/button_selected_background.png"></image>
317
 
                <image function="off" filename="music/button_background.png"></image>
318
 
                <image function="pushed" filename="music/button_pushed_background.png"></image>
319
 
                <font>buttons</font>
320
 
            </textbutton>
321
 
 
322
 
            <textbutton name="pledit_button" draworder="0">
323
 
                <position>398,0</position>
324
 
                <image function="on" filename="music/button_selected_background.png"></image>
325
 
                <image function="off" filename="music/button_background.png"></image>
326
 
                <image function="pushed" filename="music/button_pushed_background.png"></image>
327
 
                <font>buttons</font>
328
 
            </textbutton>
329
 
 
330
 
            <textbutton name="vis_button" draworder="0">
331
 
                <position>597,0</position>
332
 
                <image function="on" filename="music/button_selected_background.png"></image>
333
 
                <image function="off" filename="music/button_background.png"></image>
334
 
                <image function="pushed" filename="music/button_pushed_background.png"></image>
335
 
                <font>buttons</font>
336
 
            </textbutton>
337
 
 
338
 
            <pushbutton name="prev_button" draworder="0">
339
 
                <position>1,60</position>
340
 
                <image function="on" filename="music/music_prev_button_on.png"></image>
341
 
                <image function="off" filename="music/music_prev_button_off.png"></image>
342
 
                <image function="pushed" filename="music/music_prev_button_pushed.png"></image>
343
 
            </pushbutton>
344
 
 
345
 
            <pushbutton name="rew_button" draworder="0">
346
 
                <position>116,60</position>
347
 
                <image function="on" filename="music/music_rew_button_on.png"></image>
348
 
                <image function="off" filename="music/music_rew_button_off.png"></image>
349
 
                <image function="pushed" filename="music/music_rew_button_pushed.png"></image>
350
 
            </pushbutton>
351
 
 
352
 
            <pushbutton name="pause_button" draworder="0">
353
 
                <position>231,60</position>
354
 
                <image function="on" filename="music/music_pause_button_on.png"></image>
355
 
                <image function="off" filename="music/music_pause_button_off.png"></image>
356
 
                <image function="pushed" filename="music/music_pause_button_pushed.png"></image>
357
 
            </pushbutton>
358
 
 
359
 
            <pushbutton name="play_button" draworder="0">
360
 
                <position>346,60</position>
361
 
                <image function="on" filename="music/music_play_button_on.png"></image>
362
 
                <image function="off" filename="music/music_play_button_off.png"></image>
363
 
                <image function="pushed" filename="music/music_play_button_pushed.png"></image>
364
 
            </pushbutton>
365
 
 
366
 
            <pushbutton name="stop_button" draworder="0">
367
 
                <position>461,60</position>
368
 
                <image function="on" filename="music/music_stop_button_on.png"></image>
369
 
                <image function="off" filename="music/music_stop_button_off.png"></image>
370
 
                <image function="pushed" filename="music/music_stop_button_pushed.png"></image>
371
 
            </pushbutton>
372
 
 
373
 
            <pushbutton name="ff_button" draworder="0">
374
 
                <position>576,60</position>
375
 
                <image function="on" filename="music/music_ff_button_on.png"></image>
376
 
                <image function="off" filename="music/music_ff_button_off.png"></image>
377
 
                <image function="pushed" filename="music/music_ff_button_pushed.png"></image>
378
 
            </pushbutton>
379
 
 
380
 
            <pushbutton name="next_button" draworder="0">
381
 
                <position>691,60</position>
382
 
                <image function="on" filename="music/music_next_button_on.png"></image>
383
 
                <image function="off" filename="music/music_next_button_off.png"></image>
384
 
                <image function="pushed" filename="music/music_next_button_pushed.png"></image>
385
 
            </pushbutton>
386
 
 
387
 
        </container>
388
 
 
389
 
    </window>
390
 
 
391
 
 
392
 
    <window name="edit_metadata">
393
 
 
394
 
        <font name="title" face="DejaVu Sans">
395
 
            <color>#ffffff</color>
396
 
            <dropcolor>#000000</dropcolor>
397
 
            <size>24</size>
398
 
            <shadow>3,3</shadow>
399
 
        </font>
400
 
 
401
 
        <font name="labels" face="DejaVu Sans">
402
 
            <color>#ffffff</color>
403
 
            <dropcolor>#000000</dropcolor>
404
 
            <size>18</size>
405
 
            <shadow>3,3</shadow>
406
 
        </font>
407
 
 
408
 
        <font name="display" face="DejaVu Sans">
409
 
            <color>#ffffff</color>
410
 
            <dropcolor>#000000</dropcolor>
411
 
            <size>18</size>
412
 
            <shadow>3,3</shadow>
413
 
        </font>
414
 
        <font name="button" face="DejaVu Sans">
415
 
            <color>#ffffff</color>
416
 
            <dropcolor>#000000</dropcolor>
417
 
            <size>14</size>
418
 
            <shadow>2,2</shadow>
419
 
        </font>
420
 
 
421
 
        <font name="subtitle_active" face="DejaVu Sans">
422
 
            <color>#ffffff</color>
423
 
            <size>14</size>
424
 
        </font>
425
 
 
426
 
        <font name="subtitle_inactive" face="DejaVu Sans">
427
 
            <color>#9999cc</color>
428
 
            <size>14</size>
429
 
        </font>
430
 
 
431
 
        <font name="subtitle_selected" face="DejaVu Sans">
432
 
            <color>#ff0000</color>
433
 
            <size>14</size>
434
 
        </font>
435
 
 
436
 
        <container name="edit_container">
437
 
            <area>64,36,1152,580</area>
438
 
 
439
 
            <textarea name="title" draworder="1">
440
 
                <area>260,0,892,50</area>
441
 
                <context>1</context>
442
 
                <font>title</font>
443
 
                <value>Track Information</value>
444
 
            </textarea>
445
 
 
446
 
            <!-- Labels -->
447
 
 
448
 
            <textarea name="compilation_label" draworder="1" align="right">
449
 
                <area>0,70,250,30</area>
450
 
                <context>1</context>
451
 
                <font>labels</font>
452
 
                <value>Compilation:</value>
453
 
            </textarea>
454
 
 
455
 
            <textarea name="compilation_artist_label" draworder="1" align="right">
456
 
                <area>0,110,250,30</area>
457
 
                <context>1</context>
458
 
                <font>labels</font>
459
 
                <value>Comp. Artist:</value>
460
 
            </textarea>
461
 
 
462
 
            <textarea name="artist_label" draworder="1" align="right">
463
 
                <area>0,150,250,30</area>
464
 
                <context>1</context>
465
 
                <font>labels</font>
466
 
                <value>Artist:</value>
467
 
            </textarea>
468
 
 
469
 
            <textarea name="album_label" draworder="1" align="right">
470
 
                <area>0,190,250,30</area>
471
 
                <context>1</context>
472
 
                <font>labels</font>
473
 
                <value>Album:</value>
474
 
            </textarea>
475
 
 
476
 
            <textarea name="title_text" draworder="1" align="right">
477
 
                <area>0,230,250,30</area>
478
 
                <context>1</context>
479
 
                <font>labels</font>
480
 
                <value>Title:</value>
481
 
            </textarea>
482
 
 
483
 
            <textarea name="track_label" draworder="1" align="right">
484
 
                <area>0,270,250,30</area>
485
 
                <context>1</context>
486
 
                <font>labels</font>
487
 
                <value>Track No.:</value>
488
 
            </textarea>
489
 
 
490
 
            <textarea name="genre_label" draworder="1" align="right">
491
 
                <area>0,310,250,30</area>
492
 
                <context>1</context>
493
 
                <font>labels</font>
494
 
                <value>Genre:</value>
495
 
            </textarea>
496
 
 
497
 
            <textarea name="year_label" draworder="1" align="right">
498
 
                <area>0,350,250,30</area>
499
 
                <context>1</context>
500
 
                <font>labels</font>
501
 
                <value>Year:</value>
502
 
            </textarea>
503
 
 
504
 
            <textarea name="rating_label" draworder="1" align="right">
505
 
                <area>0,390,250,30</area>
506
 
                <context>1</context>
507
 
                <font>labels</font>
508
 
                <value>Rating:</value>
509
 
            </textarea>
510
 
 
511
 
            <textarea name="playcount_label" draworder="1" align="right">
512
 
                <area>0,430,250,30</area>
513
 
                <context>1</context>
514
 
                <font>labels</font>
515
 
                <value>Play Count:</value>
516
 
            </textarea>
517
 
 
518
 
            <textarea name="lastplay_label" draworder="1" align="right">
519
 
                <area>0,470,250,30</area>
520
 
                <context>1</context>
521
 
                <font>labels</font>
522
 
                <value>Last Play:</value>
523
 
            </textarea>
524
 
 
525
 
            <textarea name="filename_label" draworder="1" align="right">
526
 
                <area>0,510,250,138</area>
527
 
                <context>1</context>
528
 
                <font>labels</font>
529
 
                <value>Filename:</value>
530
 
            </textarea>
531
 
 
532
 
            <!-- edits -->
533
 
 
534
 
            <checkbox name="compilation_check" draworder="0">
535
 
                <context>1</context>
536
 
                <position>260,70</position>
537
 
                <image function="checked" filename="checked.png"></image>
538
 
                <image function="unchecked" filename="unchecked.png"></image>
539
 
                <image function="checked_high" filename="checked_high.png"></image>
540
 
                <image function="unchecked_high" filename="unchecked_high.png"></image>
541
 
            </checkbox>
542
 
 
543
 
            <remoteedit name="compilation_artist_edit" draworder="1" align="left">
544
 
                <area>260,110,782,35</area>
545
 
                <context>1</context>
546
 
                <font>display</font>
547
 
            </remoteedit>
548
 
 
549
 
            <pushbutton name="searchcompilation_artist_button" draworder="2">
550
 
                <context>1</context>
551
 
                <position>1048,110</position>
552
 
                <image function="on" filename="blankbutton_on.png"></image>
553
 
                <image function="off" filename="blankbutton_off.png"></image>
554
 
                <image function="pushed" filename="blankbutton_pushed.png"></image>
555
 
            </pushbutton>
556
 
 
557
 
            <remoteedit name="artist_edit" draworder="1" align="left">
558
 
                <area>260,150,782,35</area>
559
 
                <context>1</context>
560
 
                <font>display</font>
561
 
            </remoteedit>
562
 
 
563
 
            <pushbutton name="searchartist_button" draworder="2">
564
 
                <context>1</context>
565
 
                <position>1048,150</position>
566
 
                <image function="on" filename="blankbutton_on.png"></image>
567
 
                <image function="off" filename="blankbutton_off.png"></image>
568
 
                <image function="pushed" filename="blankbutton_pushed.png"></image>
569
 
            </pushbutton>
570
 
 
571
 
            <remoteedit name="album_edit" draworder="1" align="left">
572
 
                <area>260,190,782,35</area>
573
 
                <context>1</context>
574
 
                <font>display</font>
575
 
            </remoteedit>
576
 
 
577
 
            <pushbutton name="searchalbum_button" draworder="2">
578
 
                <context>1</context>
579
 
                <position>1048,190</position>
580
 
                <image function="on" filename="blankbutton_on.png"></image>
581
 
                <image function="off" filename="blankbutton_off.png"></image>
582
 
                <image function="pushed" filename="blankbutton_pushed.png"></image>
583
 
            </pushbutton>
584
 
 
585
 
            <remoteedit name="title_edit" draworder="1" align="left">
586
 
                <area>260,230,782,35</area>
587
 
                <context>1</context>
588
 
                <font>display</font>
589
 
            </remoteedit>
590
 
 
591
 
            <remoteedit name="track_edit" draworder="1" align="left">
592
 
                <area>260,270,782,35</area>
593
 
                <context>1</context>
594
 
                <font>display</font>
595
 
            </remoteedit>
596
 
 
597
 
            <remoteedit name="genre_edit" draworder="1" align="left">
598
 
                <area>260,310,782,35</area>
599
 
                <context>1</context>
600
 
                <font>display</font>
601
 
            </remoteedit>
602
 
 
603
 
            <pushbutton name="searchgenre_button" draworder="2">
604
 
                <position>1048,310</position>
605
 
                <context>1</context>
606
 
                <image function="on" filename="blankbutton_on.png"></image>
607
 
                <image function="off" filename="blankbutton_off.png"></image>
608
 
                <image function="pushed" filename="blankbutton_pushed.png"></image>
609
 
            </pushbutton>
610
 
 
611
 
            <remoteedit name="year_edit" draworder="1" align="left">
612
 
                <context>1</context>
613
 
                <area>260,350,782,35</area>
614
 
                <font>display</font>
615
 
            </remoteedit>
616
 
 
617
 
            <repeatedimage name="rating_image" draworder="1" fleximage="no">
618
 
                <context>1</context>
619
 
                <filename>music/mm_rating.png</filename>
620
 
                <position>260,400</position>
621
 
                <orientation>LeftToRight</orientation>
622
 
            </repeatedimage>
623
 
 
624
 
            <selector name="rating_button" draworder="0">
625
 
                <context>1</context>
626
 
                <area>1048,390,30,30</area>
627
 
                <font>display</font>
628
 
                <image function="on" filename="leftright_on.png"></image>
629
 
                <image function="off" filename="leftright_off.png"></image>
630
 
                <image function="pushed" filename="leftright_pushed.png"></image>
631
 
            </selector>
632
 
 
633
 
            <textarea name="playcount_text" draworder="1" align="left">
634
 
                <context>1</context>
635
 
                <area>260,430,122,30</area>
636
 
                <font>display</font>
637
 
            </textarea>
638
 
 
639
 
            <textarea name="lastplay_text" draworder="1" align="left">
640
 
                <context>1</context>
641
 
                <area>260,470,400,30</area>
642
 
                <font>display</font>
643
 
            </textarea>
644
 
 
645
 
            <textarea name="filename_text" draworder="1" align="left">
646
 
                <context>1</context>
647
 
                <area>260,510,782,105</area>
648
 
                <multiline>yes</multiline>
649
 
                <font>display</font>
650
 
            </textarea>
651
 
 
652
 
            <!--  Cover Art page -->
653
 
            <textarea name="title" draworder="1">
654
 
                <area>260,0,892,50</area>
655
 
                <context>2</context>
656
 
                <font>title</font>
657
 
                <value>Album Art</value>
658
 
            </textarea>
659
 
 
660
 
            <image name="image" draworder="0">
661
 
                <context>2</context>
662
 
                <position>210,55</position>
663
 
                <filename>mm_trans_background.png</filename>
664
 
                <staticsize>190,520</staticsize>
665
 
            </image>
666
 
 
667
 
            <image name="image" draworder="0">
668
 
                <context>2</context>
669
 
                <position>460,55</position>
670
 
                <filename>mm_trans_background.png</filename>
671
 
                <staticsize>490,440</staticsize>
672
 
            </image>
673
 
 
674
 
            <textarea name="imagefilename_text" draworder="0" align="allcenter">
675
 
                <area>480,75,450,400</area>
676
 
                <context>2</context>
677
 
                <font>display</font>
678
 
                <value>No Album Art Found</value>
679
 
            </textarea>
680
 
 
681
 
            <image name="coverart_image" draworder="1">
682
 
                <context>2</context>
683
 
                <position>480,75</position>
684
 
                <staticsize>450,400</staticsize>
685
 
            </image>
686
 
 
687
 
            <image name="image" draworder="0">
688
 
                <context>2</context>
689
 
                <position>460,500</position>
690
 
                <filename>mm_trans_background.png</filename>
691
 
                <staticsize>490,70</staticsize>
692
 
            </image>
693
 
 
694
 
            <textarea name="label" draworder="1" align="right">
695
 
                <area>450,505,170,30</area>
696
 
                <context>2</context>
697
 
                <font>labels</font>
698
 
                <value>Filename:</value>
699
 
            </textarea>
700
 
 
701
 
            <textarea name="label" draworder="1" align="right">
702
 
                <area>450,535,170,30</area>
703
 
                <context>2</context>
704
 
                <font>labels</font>
705
 
                <value>Type:</value>
706
 
            </textarea>
707
 
 
708
 
            <textarea name="imagefilename_text" draworder="1" align="left">
709
 
                <area>625,505,190,30</area>
710
 
                <context>2</context>
711
 
                <font>display</font>
712
 
                <value></value>
713
 
            </textarea>
714
 
 
715
 
            <textarea name="imagetype_text" draworder="1" align="left">
716
 
                <area>625,535,190,30</area>
717
 
                <context>2</context>
718
 
                <font>display</font>
719
 
                <value></value>
720
 
            </textarea>
721
 
 
722
 
            <imagegrid name="coverart_grid" draworder="0">
723
 
                <context>2</context>
724
 
                <area>230,65,150,500</area>
725
 
                <textposition>bottom</textposition>
726
 
                <textheight>30</textheight>
727
 
                <columncount>1</columncount>
728
 
                <rowcount>3</rowcount>
729
 
                <cutdown>yes</cutdown>
730
 
                <showchecks>no</showchecks>
731
 
                <showselected>no</showselected>
732
 
                <showscrollarrows>yes</showscrollarrows>
733
 
                <align>allcenter</align>
734
 
                <padding>10</padding>
735
 
                <multiline>no</multiline>
736
 
                <activefont>subtitle_active</activefont>
737
 
                <inactivefont>subtitle_inactive</inactivefont>
738
 
                <selectedfont>subtitle_selected</selectedfont>
739
 
                <image function="normal" filename="mm_browser_back_reg.png"></image>
740
 
                <image function="highlighted" filename="mm_browser_back_sel.png"></image>
741
 
                <image function="selected" filename="mm_browser_back_sel.png"></image>
742
 
                <image function="default" filename="mm_nothumb.png"></image>
743
 
            </imagegrid>
744
 
        </container>
745
 
 
746
 
        <!-- Push buttons -->
747
 
        <container name="button_container">
748
 
            <area>0,650,1280,120</area>
749
 
 
750
 
            <textbutton name="metadata_button" draworder="0">
751
 
                <context>2</context>
752
 
                <position>30,0</position>
753
 
                <font>display</font>
754
 
                <image function="on" filename="text_button_on.png"></image>
755
 
                <image function="off" filename="text_button_off.png"></image>
756
 
                <image function="pushed" filename="text_button_pushed.png"></image>
757
 
            </textbutton>
758
 
 
759
 
            <textbutton name="albumart_button" draworder="0">
760
 
                <context>1</context>
761
 
                <position>30,0</position>
762
 
                <font>display</font>
763
 
                <image function="on" filename="text_button_on.png"></image>
764
 
                <image function="off" filename="text_button_off.png"></image>
765
 
                <image function="pushed" filename="text_button_pushed.png"></image>
766
 
            </textbutton>
767
 
 
768
 
            <textbutton name="done_button" draworder="0">
769
 
                <position>1000,0</position>
770
 
                <font>display</font>
771
 
                <image function="on" filename="text_button_on.png"></image>
772
 
                <image function="off" filename="text_button_off.png"></image>
773
 
                <image function="pushed" filename="text_button_pushed.png"></image>
774
 
            </textbutton>
775
 
 
776
 
        </container>
777
 
    </window>
778
 
 
779
6
    <window name="albumart_browser">
780
7
 
781
8
        <textarea name="heading" from="basetextarea">
861
88
        </button>
862
89
    </window>
863
90
 
 
91
    <window name="imagefinder">
 
92
 
 
93
        <webbrowser name="webbrowser">
 
94
            <area>20,20,1240,600</area>
 
95
            <zoom>1.0</zoom>
 
96
            <background color="black" alpha="1" />
 
97
        </webbrowser>
 
98
 
 
99
        <button name="done" from="basebutton">
 
100
            <position>630,540</position>
 
101
            <value>Done</value>
 
102
        </button>
 
103
 
 
104
    </window>
 
105
 
 
106
    <window name="playlistview" include="music-base.xml">
 
107
 
 
108
        <shape name="titlebox">
 
109
            <area>10,10,780,60</area>
 
110
            <type>roundbox</type>
 
111
            <fill color="#000000" alpha="150" />
 
112
            <line color="#FFFFFF" alpha="0" width="0" />
 
113
            <cornerradius>30</cornerradius>
 
114
        </shape>
 
115
 
 
116
        <textarea name="pagetitle" from="basetextarea">
 
117
            <area>50,10,700,60</area>
 
118
            <font>baselarge</font>
 
119
            <align>vcenter,left</align>
 
120
            <value>Listen to Music</value>
 
121
        </textarea>
 
122
        
 
123
        <shape name="clockbox">
 
124
            <area>800,10,460,60</area>
 
125
            <type>roundbox</type>
 
126
            <fill color="#000000" alpha="150" />
 
127
            <line color="#FFFFFF" alpha="0" width="0" />
 
128
            <cornerradius>30</cornerradius>
 
129
        </shape>
 
130
        
 
131
        <clock name="clock">
 
132
            <area>840,10,380,60</area>
 
133
            <font>baselarge</font>
 
134
            <align>vcenter,right</align>
 
135
            <format>%DATE%, %TIME%</format>
 
136
        </clock>
 
137
 
 
138
        
 
139
        <shape name="playlist_background" from="basebackground">
 
140
            <area>15,80,1250,385</area>
 
141
            <type>roundbox</type>
 
142
            <fill color="#000000" alpha="150" />
 
143
            <line color="#FFFFFF" alpha="0" width="0" />
 
144
            <cornerradius>10</cornerradius>
 
145
        </shape>
 
146
 
 
147
        <statetype name="movingtracksstate" from="basemovingtracksstate">
 
148
            <position>1165,432</position>
 
149
        </statetype>
 
150
 
 
151
        <textarea name="notracks" from="basetextarea">
 
152
            <area>35,85,1210,340</area>
 
153
            <multiline>yes</multiline>
 
154
            <align>allcenter</align>
 
155
            <value>You haven't selected any tracks to play</value>
 
156
        </textarea>
 
157
 
 
158
        <buttonlist name="currentplaylist" from="basecurrentplaylist">
 
159
            <position>35,85</position>
 
160
            <searchposition>-1,410</searchposition>
 
161
        </buttonlist>
 
162
 
 
163
        <group name="playliststatusgroup" from="baseplayliststatusgroup">
 
164
            <position>0,405</position>
 
165
        </group>
 
166
 
 
167
        <group name="infopanel" from="baseinfopanel">
 
168
            <area>0,475,1250,235</area>
 
169
        </group>
 
170
<!--
 
171
        <imagetype name="animation">
 
172
            <area>40,40,105,105</area>
 
173
            <filepattern low="0" high="24">busyimages/%1.png</filepattern>
 
174
            <delay>250</delay>
 
175
        </imagetype>
 
176
-->
 
177
    </window>
 
178
 
 
179
    <window name="playlisteditorview_tree" include="music-base.xml">
 
180
 
 
181
        <shape name="browser_background" from="basebackground">
 
182
            <area>15,15,1250,370</area>
 
183
            <fill color="#000000" alpha="50" />
 
184
        </shape>
 
185
 
 
186
        <!-- optional - shows path to current item -->
 
187
        <textarea name="breadcrumbs" from="basetextarea">
 
188
            <area>30,15,930,40</area>
 
189
            <font>basemedium</font>
 
190
            <align>left,vcenter</align>
 
191
        </textarea>
 
192
 
 
193
         <!-- optional - shows current position in grid eg '1 of 123' -->
 
194
        <textarea name="position" from="basetextarea">
 
195
            <area>1050,15,200,40</area>
 
196
            <align>right,vcenter</align>
 
197
            <font>basemedium</font>
 
198
        </textarea>
 
199
 
 
200
        <buttontree name="playlist_tree">
 
201
            <area>30,60,1220,310</area>
 
202
            <numlists>3</numlists>
 
203
            <spacing>10</spacing>
 
204
            <buttonlist name="listtemplate" from="basetreebuttonlist" />
 
205
        </buttontree>
 
206
 
 
207
        <statetype name="movingtracksstate" from="basemovingtracksstate">
 
208
            <position>1243,395</position>
 
209
        </statetype>
 
210
 
 
211
        <group name="playlistpanel" from="baseplaylistpanel">
 
212
            <position>0,390</position>
 
213
        </group>
 
214
 
 
215
        <group name="smallinfopanel" from="basesmallinfopanel">
 
216
            <position>0,660</position>
 
217
        </group>
 
218
 
 
219
    </window>
 
220
 
 
221
    <window name="playlisteditorview_gallery" include="music-base.xml">
 
222
 
 
223
        <shape name="browser_background" from="basebackground">
 
224
            <area>15,15,1250,370</area>
 
225
            <fill color="#000000" alpha="50" />
 
226
        </shape>
 
227
 
 
228
        <!-- optional - shows path to current item -->
 
229
        <textarea name="breadcrumbs" from="basetextarea">
 
230
            <area>30,20,930,30</area>
 
231
            <font>basemedium</font>
 
232
            <cutdown>left</cutdown>
 
233
            <align>left,vcenter</align>
 
234
        </textarea>
 
235
 
 
236
         <!-- optional - shows current position in grid eg '1 of 123' -->
 
237
        <textarea name="position" from="basetextarea">
 
238
            <area>1050,15,200,40</area>
 
239
            <align>right,vcenter</align>
 
240
            <font>basemedium</font>
 
241
        </textarea>
 
242
 
 
243
        <buttontree name="playlist_tree">
 
244
            <area>30,60,1220,310</area>
 
245
            <numlists>1</numlists>
 
246
            <spacing>0</spacing>
 
247
            <buttonlist name="listtemplate" from="basegallerybuttonlist" />
 
248
        </buttontree>
 
249
 
 
250
        <statetype name="movingtracksstate" from="basemovingtracksstate">
 
251
            <position>1243,395</position>
 
252
        </statetype>
 
253
 
 
254
        <group name="playlistpanel" from="baseplaylistpanel">
 
255
            <position>0,390</position>
 
256
        </group>
 
257
 
 
258
        <group name="smallinfopanel" from="basesmallinfopanel">
 
259
            <position>0,660</position>
 
260
        </group>
 
261
 
 
262
    </window>
 
263
 
 
264
    <window name="searchview">
 
265
 
 
266
        <shape name="playlist_background" from="basebackground">
 
267
            <area>15,15,1250,370</area>
 
268
            <fill color="#000000" alpha="50" />
 
269
        </shape>
 
270
 
 
271
        <buttonlist name="field_list" from="baseselector">
 
272
            <position>220,30</position>
 
273
        </buttonlist>
 
274
 
 
275
        <textedit name="criteria_edit" from="basetextedit">
 
276
            <position>550,25</position>
 
277
        </textedit>
 
278
 
 
279
        <textarea name="matcheslable" from="basetextarea">
 
280
            <area>900,35,150,30</area>
 
281
            <align>right</align>
 
282
            <value>Matches:</value>
 
283
        </textarea>
 
284
 
 
285
        <textarea name="matches_text" from="basetextarea">
 
286
            <area>1070,35,150,30</area>
 
287
        </textarea>
 
288
 
 
289
        <buttonlist name="tracks_list" from="basebuttonlist2">
 
290
            <area>30,88,1220,280</area>
 
291
            <spacing>0</spacing>
 
292
            <layout>vertical</layout>
 
293
            <arrange>stack</arrange>
 
294
            <showarrow>no</showarrow>
 
295
            <searchposition>-1,410</searchposition>
 
296
            <buttonarea>0,0,1220,280</buttonarea>
 
297
            <statetype name="buttonitem">
 
298
                <state name="active">
 
299
                    <area>0,0,100%,46</area>
 
300
                    <imagetype name="buttonimage">
 
301
                        <area>5,5,36,36</area>
 
302
                        <filename>mm_nothumb.png</filename>
 
303
                    </imagetype>
 
304
 
 
305
                    <statetype name="selectedstate">
 
306
                        <position>1185,10</position>
 
307
                        <state name="off"></state>
 
308
                        <state name="on">
 
309
                            <imagetype name="statusimage">
 
310
                                <filename>playlist_yes.png</filename>
 
311
                            </imagetype>
 
312
                        </state>
 
313
                    </statetype>
 
314
 
 
315
                    <textarea name="title" from="buttontext">
 
316
                        <area>50,0,1090,46</area>
 
317
                        <align>left,vcenter</align>
 
318
                        <font>basesmall</font>
 
319
                        <template>%TITLE% by %ARTIST% on %ALBUM%</template>
 
320
                    </textarea>
 
321
 
 
322
                </state>
 
323
                <state name="selectedactive" from="active">
 
324
                    <imagetype name="buttonimage">
 
325
                        <area>5,5,36,36</area>
 
326
                        <filename>mm_nothumb.png</filename>
 
327
                    </imagetype>
 
328
                    <shape name="selectbar">
 
329
                        <area>0,0,1220,46</area>
 
330
                    </shape>
 
331
                </state>
 
332
                <state name="selectedinactive" from="active">
 
333
                    <shape name="selectbar">
 
334
                        <area>0,0,1220,46</area>
 
335
                    </shape>
 
336
                </state>
 
337
            </statetype>
 
338
 
 
339
            <statetype name="upscrollarrow">
 
340
                <position>1160,272</position>
 
341
            </statetype>
 
342
 
 
343
            <statetype name="downscrollarrow">
 
344
                <position>1190,272</position>
 
345
            </statetype>
 
346
        </buttonlist>
 
347
 
 
348
        <statetype name="movingtracksstate" from="basemovingtracksstate">
 
349
            <position>1243,395</position>
 
350
        </statetype>
 
351
 
 
352
        <group name="playlistpanel" from="baseplaylistpanel">
 
353
            <position>0,390</position>
 
354
            <buttonlist name="currentplaylist">
 
355
                <searchposition>-1,210</searchposition>
 
356
            </buttonlist>
 
357
        </group>
 
358
 
 
359
        <group name="smallinfopanel" from="basesmallinfopanel">
 
360
            <position>0,660</position>
 
361
        </group>
 
362
 
 
363
    </window>
 
364
 
 
365
    <window name="visualizerview">
 
366
 
 
367
        <video name="visualizer">
 
368
            <area>0,0,1280,720,</area>
 
369
        </video>
 
370
 
 
371
    </window>
 
372
 
 
373
    <!-- used in the visualiser screen to show some track details after a track change -->
 
374
    <window name="trackinfo_popup">
 
375
        <area>-1,500,1000,190</area>
 
376
 
 
377
        <shape name="background" from="basebackground">
 
378
            <area>0,0,1000,190</area>
 
379
            <type>roundbox</type>
 
380
        <fill color="#000000" alpha="150" />
 
381
        <line color="#222222" alpha="150" width="2" />
 
382
            <cornerradius>12</cornerradius>
 
383
        </shape>
 
384
 
 
385
        <imagetype name="mm_blackhole_border">
 
386
            <filename>mm_blackhole_border.png</filename>
 
387
            <area>20,20,148,148</area>
 
388
        </imagetype>
 
389
 
 
390
        <textarea name="title" from="basetextarea">
 
391
            <area>180,15,415,34</area>
 
392
            <font>baselarge</font>
 
393
        </textarea>
 
394
 
 
395
        <textarea name="artist" from="basetextarea">
 
396
            <area>180,50,415,35</area>
 
397
            <font>basemedium</font>
 
398
        </textarea>
 
399
 
 
400
        <textarea name="album" from="basetextarea">
 
401
            <area>180,80,415,35</area>
 
402
            <font>basemedium</font>
 
403
        </textarea>
 
404
 
 
405
        <statetype name="ratingstate" from="baseratingstate">
 
406
            <position>180,115</position>
 
407
        </statetype>
 
408
 
 
409
<!--
 
410
        <textarea name="length" from="basetextarea">
 
411
            <area>170,125,185,25</area>
 
412
        </textarea>
 
413
-->
 
414
        <textarea name="nexttitle" from="basetextarea">
 
415
            <area>180,145,800,25</area>
 
416
            <template>Next: %NEXTTITLE% by %NEXTARTIST%</template>
 
417
        </textarea>
 
418
 
 
419
        <imagetype name="coverart">
 
420
            <filename>mm_nothumb.png</filename>
 
421
            <area>22,22,144,144</area>
 
422
        </imagetype>
 
423
 
 
424
    </window>
 
425
 
 
426
    <!-- This screen allows you to rip tracks from cd's -->
 
427
    <window name="cdripper">
 
428
 
 
429
        <!-- Labels -->
 
430
 
 
431
        <group name="topgroup" >
 
432
            <area>80,20,930,280</area>
 
433
 
 
434
            <textarea name="quality_label">
 
435
                <area>0,0,270,50</area>
 
436
                <font>basemedium</font>
 
437
                <value>Quality:</value>
 
438
                <align>right,vcenter</align>
 
439
            </textarea>
 
440
 
 
441
            <textarea name="artist_label" from="quality_label">
 
442
                <position>0,55</position>
 
443
                <value>Artist:</value>
 
444
            </textarea>
 
445
 
 
446
            <textarea name="album_label" from="quality_label">
 
447
                <position>0,110</position>
 
448
                <value>Album:</value>
 
449
            </textarea>
 
450
 
 
451
            <textarea name="genre_text" from="quality_label">
 
452
                <position>0,165</position>
 
453
                <value>Genre:</value>
 
454
            </textarea>
 
455
 
 
456
            <textarea name="comp_label" from="quality_label">
 
457
                <position>375,220</position>
 
458
                <value>Multi-Artist:</value>
 
459
            </textarea>
 
460
 
 
461
            <textarea name="year_label" from="quality_label">
 
462
                <position>0,222</position>
 
463
                <value>Year:</value>
 
464
            </textarea>
 
465
 
 
466
            <!-- edits -->
 
467
 
 
468
            <buttonlist name="quality" from="baseselector">
 
469
                <position>280,5</position>
 
470
            </buttonlist>
 
471
 
 
472
            <textedit name="artist" from="basetextedit">
 
473
                <position>280,55</position>
 
474
            </textedit>
 
475
 
 
476
            <button name="searchartist" from="basesearchbutton">
 
477
                <position>665,62</position>
 
478
            </button>
 
479
 
 
480
            <textedit name="album" from="basetextedit">
 
481
                <position>280,110</position>
 
482
            </textedit>
 
483
 
 
484
            <button name="searchalbum" from="basesearchbutton">
 
485
                <position>665,117</position>
 
486
            </button>
 
487
 
 
488
            <textedit name="genre" from="basetextedit">
 
489
                <position>280,165</position>
 
490
            </textedit>
 
491
 
 
492
            <button name="searchgenre" from="basesearchbutton">
 
493
                <position>665,172</position>
 
494
            </button>
 
495
 
 
496
            <textedit name="year" from="basetextedit">
 
497
                <area>280,222,100,50</area>
 
498
            </textedit>
 
499
 
 
500
            <checkbox name="compilation" from="basecheckbox">
 
501
                <position>665,230</position>
 
502
            </checkbox>
 
503
 
 
504
            <button name="switch" from="basebutton">
 
505
                <area>725,225,200,45</area>
 
506
                <value>Switch Titles</value>
 
507
            </button>
 
508
 
 
509
        </group>
 
510
 
 
511
        <textarea name="track_label" from="basetextarea">
 
512
            <area>60,310,100,30</area>
 
513
            <value>Track</value>
 
514
            <align>left,bottom</align>
 
515
        </textarea>
 
516
 
 
517
        <textarea name="title_label" from="track_label">
 
518
            <area>160,310,300,30</area>
 
519
            <value>Title</value>
 
520
        </textarea>
 
521
 
 
522
        <textarea name="list_artist_label" from="track_label">
 
523
            <area>690,310,300,30</area>
 
524
            <value>Artist</value>
 
525
        </textarea>
 
526
 
 
527
        <textarea name="length_label" from="track_label">
 
528
            <area>1110,310,100,30</area>
 
529
            <align>right,bottom</align>
 
530
            <value>Length</value>
 
531
        </textarea>
 
532
 
 
533
        <shape name="trackbg" from="basebackground">
 
534
            <area>40,340,1200,300</area>
 
535
        </shape>
 
536
 
 
537
        <buttonlist name="tracks" from="basebuttonlist2">
 
538
            <area>60,360,1160,270</area>
 
539
            <buttonarea>0,0,1160,250</buttonarea>
 
540
            <spacing>0</spacing>
 
541
            <layout>vertical</layout>
 
542
            <showarrow>no</showarrow>
 
543
            <searchposition>-1,410</searchposition>
 
544
            <statetype name="buttonitem">
 
545
                <state name="active">
 
546
                    <area>0,0,100%,35</area>
 
547
                    <statetype name="buttoncheck">
 
548
                        <position>10,8</position>
 
549
                        <state type="off">
 
550
                            <imagetype name="checkoff">
 
551
                                <filename>lb-check-empty.png</filename>
 
552
                            </imagetype>
 
553
                        </state>
 
554
                        <state type="half">
 
555
                            <imagetype name="checkhalf">
 
556
                                <filename>lb-check-half.png</filename>
 
557
                            </imagetype>
 
558
                        </state>
 
559
                        <state type="full">
 
560
                            <imagetype name="checkfull">
 
561
                                <filename>lb-check-full.png</filename>
 
562
                            </imagetype>
 
563
                        </state>
 
564
                    </statetype>
 
565
                    <textarea name="track" from="buttontext">
 
566
                        <align>left,vcenter</align>
 
567
                        <area>40,0,45,35</area>
 
568
                    </textarea>
 
569
                    <textarea name="title" from="track">
 
570
                        <area>100,0,520,35</area>
 
571
                    </textarea>
 
572
                    <textarea name="artist" from="track">
 
573
                        <area>630,0,420,35</area>
 
574
                    </textarea>
 
575
                    <textarea name="length" from="track">
 
576
                        <area>1060,0,90,35</area>
 
577
                        <align>right,vcenter</align>
 
578
                    </textarea>
 
579
                </state>
 
580
                <state name="selectedactive" from="active">
 
581
                    <shape name="selectbar">
 
582
                        <area>0,0,1160,35</area>
 
583
                    </shape>
 
584
                </state>
 
585
                <state name="selectedinactive" from="active">
 
586
                    <shape name="selectbar">
 
587
                        <area>0,0,1160,35</area>
 
588
                    </shape>
 
589
                </state>
 
590
            </statetype>
 
591
 
 
592
            <statetype name="upscrollarrow">
 
593
                <position>1095,250</position>
 
594
            </statetype>
 
595
 
 
596
            <statetype name="downscrollarrow">
 
597
                <position>1130,250</position>
 
598
            </statetype>
 
599
        </buttonlist>
 
600
 
 
601
        <!-- Buttons -->
 
602
 
 
603
        <button name="scan" from="basebutton">
 
604
            <position>480,650</position>
 
605
            <value>Scan CD</value>
 
606
        </button>
 
607
 
 
608
        <button name="rip" from="basebutton">
 
609
            <position>650,650</position>
 
610
            <value>Rip CD</value>
 
611
        </button>
 
612
    </window>
 
613
 
 
614
    <!-- This screen shows the track ripping status -->
 
615
    <window name="ripstatus">
 
616
 
 
617
        <imagetype name="banner">
 
618
            <filename>mm_rip_banner.png</filename>
 
619
            <position>580,90</position>
 
620
        </imagetype>
 
621
 
 
622
        <textarea name="title" from="basetextarea">
 
623
            <area>15,5,800,40</area>
 
624
            <font>baselarge</font>
 
625
            <value>Rip CD</value>
 
626
        </textarea>
 
627
 
 
628
        <group name="progress_group">
 
629
            <area>290,140,700,500</area>
 
630
 
 
631
            <imagetype name="progress_background">
 
632
                <filename>mm_rip_background.png</filename>
 
633
                <area>0,0,700,500</area>
 
634
            </imagetype>
 
635
 
 
636
            <textarea name="overall_label" from="basetextarea">
 
637
                <area>30,40,630,40</area>
 
638
                <value>Importing CD</value>
 
639
            </textarea>
 
640
 
 
641
            <textarea name="overall" from="overall_label">
 
642
                <position>30,85</position>
 
643
                <align>hcenter</align>
 
644
            </textarea>
 
645
 
 
646
            <textarea name="track_label" from="overall_label">
 
647
                <position>30,250</position>
 
648
                <value>Encoding Track</value>
 
649
            </textarea>
 
650
 
 
651
            <textarea name="track" from="overall">
 
652
                <position>30,295</position>
 
653
            </textarea>
 
654
 
 
655
            <textarea name="status" from="overall">
 
656
                <position>30,440</position>
 
657
            </textarea>
 
658
 
 
659
            <progressbar name="overall_progress" from="baseprogressbar">
 
660
                <position>82,120</position>
 
661
            </progressbar>
 
662
 
 
663
            <textarea name="overallpct" from="basetextarea">
 
664
                <area>82,160,536,30</area>
 
665
                <align>hcenter</align>
 
666
            </textarea>
 
667
 
 
668
            <progressbar name="track_progress" from="baseprogressbar">
 
669
                <position>82,330</position>
 
670
            </progressbar>
 
671
 
 
672
            <textarea name="trackpct" from="basetextarea">
 
673
                <area>82,370,536,30</area>
 
674
                <align>hcenter</align>
 
675
            </textarea>
 
676
 
 
677
        </group>
 
678
 
 
679
    </window>
 
680
 
 
681
 
864
682
    <window name="import_music">
865
683
 
866
 
        <textarea name="title">
867
 
            <area>0,5,800,50</area>
 
684
        <shape name="bgimage1">
 
685
            <area>435,190,575,35</area>
 
686
            <type>roundbox</type>
 
687
            <fill color="#000000" alpha="60" />
 
688
            <cornerradius>3</cornerradius>
 
689
        </shape>
 
690
 
 
691
        <shape name="bgimage2" from="bgimage1">
 
692
            <area>435,270,575,35</area>
 
693
        </shape>
 
694
 
 
695
        <shape name="bgimage3" from="bgimage1">
 
696
            <area>435,310,575,35</area>
 
697
        </shape>
 
698
 
 
699
        <shape name="bgimage4" from="bgimage1">
 
700
            <area>435,350,575,35</area>
 
701
        </shape>
 
702
 
 
703
        <shape name="bgimage5" from="bgimage1">
 
704
            <area>435,390,575,35</area>
 
705
        </shape>
 
706
 
 
707
        <shape name="bgimage6" from="bgimage1">
 
708
            <area>435,430,575,35</area>
 
709
        </shape>
 
710
 
 
711
        <shape name="bgimage7" from="bgimage1">
 
712
            <area>435,470,200,35</area>
 
713
        </shape>
 
714
 
 
715
        <shape name="bgimage8" from="bgimage1">
 
716
            <area>785,470,225,35</area>
 
717
        </shape>
 
718
 
 
719
        <shape name="bgimage9" from="bgimage1">
 
720
            <area>515,590,250,40</area>
 
721
        </shape>
 
722
 
 
723
        <shape name="bgimage10" from="bgimage1">
 
724
            <area>490,640,300,40</area>
 
725
        </shape>
 
726
 
 
727
        <textarea name="screentitle">
 
728
            <area>15,5,800,50</area>
868
729
            <font>baselarge</font>
869
730
            <value>Import Music</value>
870
731
        </textarea>
872
733
        <!-- Labels -->
873
734
 
874
735
        <textarea name="location_label" from="basetextarea">
875
 
            <area>15,65,170,30</area>
 
736
            <area>255,55,170,30</area>
876
737
            <value>Location:</value>
877
738
        </textarea>
878
739
 
879
740
        <textarea name="filename_label" from="location_label">
880
 
            <position>15,155</position>
 
741
            <position>255,195</position>
881
742
            <value>Filename:</value>
882
743
        </textarea>
883
744
 
884
745
        <textarea name="compilation_label" from="location_label">
885
 
            <position>15,195</position>
 
746
            <position>255,235</position>
886
747
            <value>Compilation:</value>
887
748
        </textarea>
888
749
 
889
750
        <textarea name="compilation_artist_label" from="location_label">
890
 
            <position>15,235</position>
 
751
            <position>255,275</position>
891
752
            <value>Comp. Artist:</value>
892
753
        </textarea>
893
754
 
894
755
        <textarea name="artist_label" from="location_label">
895
 
            <position>15,275</position>
 
756
            <position>255,315</position>
896
757
            <value>Artist:</value>
897
758
        </textarea>
898
759
 
899
760
        <textarea name="album_label" from="location_label">
900
 
            <position>15,315</position>
 
761
            <position>255,355</position>
901
762
            <value>Album:</value>
902
763
        </textarea>
903
764
 
904
765
        <textarea name="title_text" from="location_label">
905
 
            <position>15,355</position>
 
766
            <position>255,395</position>
906
767
            <value>Title:</value>
907
768
        </textarea>
908
769
 
909
770
        <textarea name="genre_label" from="location_label">
910
 
            <position>15,395</position>
 
771
            <position>255,435</position>
911
772
            <value>Genre:</value>
912
773
        </textarea>
913
774
 
914
775
        <textarea name="year_label" from="location_label">
915
 
            <position>15,435</position>
 
776
            <position>255,475</position>
916
777
            <value>Year:</value>
917
778
        </textarea>
918
779
 
919
780
        <textarea name="track_label" from="location_label">
920
 
            <position>365,435</position>
 
781
            <position>650,475</position>
921
782
            <value>Track No.:</value>
922
783
        </textarea>
923
784
 
924
785
        <textarea name="position" from="basetextarea">
925
 
            <area>250,495,300,30</area>
 
786
            <area>490,595,300,30</area>
926
787
            <align>hcenter</align>
927
788
        </textarea>
928
789
 
929
790
        <textarea name="status" from="position">
930
 
            <position>250,545</position>
 
791
            <position>490,645</position>
931
792
            <value>Already in database</value>
932
793
        </textarea>
933
794
 
934
795
        <!-- data fields -->
935
796
 
936
797
        <textedit name="location" from="basetextedit">
937
 
            <position>195,60</position>
 
798
            <position>435,45</position>
938
799
        </textedit>
939
800
 
940
801
        <button name="directoryfinder" from="basesearchbutton">
941
 
            <position>725,60</position>
 
802
            <position>830,55</position>
942
803
        </button>
943
804
 
944
805
        <button name="scan" from="basebutton">
945
 
            <position>195,100</position>
 
806
            <position>435,110</position>
946
807
            <value>Search</value>
947
808
        </button>
948
809
 
949
810
        <button name="coverart" from="basebutton">
950
 
            <position>570,100</position>
 
811
            <position>835,110</position>
951
812
            <value>Cover Art</value>
952
813
        </button>
953
814
 
954
815
        <textarea name="filename" from="basetextarea">
955
 
            <area>200,155,515,30</area>
956
 
            <align>right</align>
 
816
            <area>440,195,565,30</area>
 
817
            <cutdown>left</cutdown>
957
818
        </textarea>
958
819
 
959
820
        <checkbox name="compilation" from="basecheckbox">
960
 
            <position>195,190</position>
 
821
            <position>435,230</position>
961
822
        </checkbox>
962
823
 
963
824
        <textarea name="compartist" from="basetextarea">
964
 
            <area>200,235,515,30</area>
 
825
            <area>440,275,565,30</area>
965
826
        </textarea>
966
827
 
967
828
        <textarea name="artist" from="basetextarea">
968
 
            <area>200,275,515,30</area>
 
829
            <area>440,315,565,30</area>
969
830
        </textarea>
970
831
 
971
832
        <textarea name="album" from="basetextarea">
972
 
            <area>200,315,515,30</area>
 
833
            <area>440,355,565,30</area>
973
834
        </textarea>
974
835
 
975
836
        <textarea name="title" from="basetextarea">
976
 
            <area>200,355,515,30</area>
 
837
            <area>440,395,565,30</area>
977
838
        </textarea>
978
839
 
979
840
        <textarea name="genre" from="basetextarea">
980
 
            <area>200,395,515,30</area>
 
841
            <area>440,435,565,30</area>
981
842
        </textarea>
982
843
 
983
844
        <textarea name="year" from="basetextarea">
984
 
            <area>200,435,165,30</area>
 
845
            <area>440,475,165,30</area>
985
846
        </textarea>
986
847
 
987
848
        <textarea name="track" from="basetextarea">
988
 
            <area>550,435,165,30</area>
 
849
            <area>790,475,165,30</area>
989
850
        </textarea>
990
851
 
991
852
        <!-- Push buttons -->
992
853
 
993
854
        <button name="play" from="basebutton">
994
 
            <position>35,490</position>
 
855
            <position>275,590</position>
995
856
            <value>Play</value>
996
857
        </button>
997
858
 
998
859
        <button name="add" from="basebutton">
999
 
            <position>35,540</position>
 
860
            <position>275,640</position>
1000
861
            <value>Add</value>
1001
862
        </button>
1002
863
 
1003
864
        <button name="prev">
1004
 
            <area>230,480,60,60</area>
 
865
            <area>470,580,60,60</area>
1005
866
            <statetype name="buttonstate">
1006
867
                <state name="active">
1007
868
                    <imagetype name="background">
1023
884
        </button>
1024
885
 
1025
886
        <button name="next">
1026
 
            <area>510,480,60,60</area>
 
887
            <area>750,580,60,60</area>
1027
888
            <statetype name="buttonstate">
1028
889
                <state name="active">
1029
890
                    <imagetype name="background">
1045
906
        </button>
1046
907
 
1047
908
        <button name="nextnew" from="basebutton">
1048
 
            <position>620,490</position>
 
909
            <position>860,590</position>
1049
910
            <value>Next New</value>
1050
911
        </button>
1051
912
 
1052
913
        <button name="addallnew" from="basebutton">
1053
 
            <position>620,540</position>
 
914
            <position>860,640</position>
1054
915
            <value>Add All New</value>
1055
916
        </button>
1056
917
 
1057
918
    </window>
1058
919
 
 
920
    <window name="import_coverart">
 
921
 
 
922
        <shape name="bgimage1">
 
923
            <area>275,60,765,40</area>
 
924
            <type>roundbox</type>
 
925
            <fill color="#000000" alpha="60" />
 
926
            <cornerradius>3</cornerradius>
 
927
        </shape>
 
928
 
 
929
        <shape name="bgimage2" from="bgimage1">
 
930
            <area>275,460,765,40</area>
 
931
        </shape>
 
932
 
 
933
        <shape name="bgimage3" from="bgimage1">
 
934
            <area>335,150,250,40</area>
 
935
        </shape>
 
936
 
 
937
        <shape name="bgimage4" from="bgimage1">
 
938
            <area>310,240,300,40</area>
 
939
        </shape>
 
940
 
 
941
        <textarea name="screentitle">
 
942
            <area>20,5,800,50</area>
 
943
            <font>baselarge</font>
 
944
            <value>Import Cover Art</value>
 
945
        </textarea>
 
946
 
 
947
        <!-- Labels -->
 
948
        <textarea name="file_label" from="basetextarea">
 
949
            <area>80,65,170,30</area>
 
950
            <value>File:</value>
 
951
            <align>right</align>
 
952
        </textarea>
 
953
 
 
954
        <textarea name="destination_label" from="file_label">
 
955
            <position>80,465</position>
 
956
            <value>Destination:</value>
 
957
        </textarea>
 
958
 
 
959
        <textarea name="title" from="file_label">
 
960
            <position>80,400</position>
 
961
            <value>Image Type:</value>
 
962
        </textarea>
 
963
 
 
964
        <!-- data fields -->
 
965
 
 
966
        <imagetype name="coverart">
 
967
            <area>680,125,300,300</area>
 
968
            <filename>mm_trans_background.png</filename>
 
969
        </imagetype>
 
970
 
 
971
        <button name="prev">
 
972
            <area>290,140,60,60</area>
 
973
            <statetype name="buttonstate">
 
974
                <state name="active">
 
975
                    <imagetype name="background">
 
976
                        <filename>mm_prev_off.png</filename>
 
977
                    </imagetype>
 
978
                </state>
 
979
                <state name="selected" from="active">
 
980
                    <imagetype name="background">
 
981
                        <filename>mm_prev_on.png</filename>
 
982
                    </imagetype>
 
983
                </state>
 
984
                <state name="disabled" from="active" />
 
985
                <state name="pushed" from="active">
 
986
                    <imagetype name="background">
 
987
                        <filename>mm_prev_pushed.png</filename>
 
988
                    </imagetype>
 
989
                </state>
 
990
            </statetype>
 
991
        </button>
 
992
 
 
993
        <button name="next">
 
994
            <area>570,140,60,60</area>
 
995
            <statetype name="buttonstate">
 
996
                <state name="active">
 
997
                    <imagetype name="background">
 
998
                        <filename>mm_next_off.png</filename>
 
999
                    </imagetype>
 
1000
                </state>
 
1001
                <state name="selected" from="active">
 
1002
                    <imagetype name="background">
 
1003
                        <filename>mm_next_on.png</filename>
 
1004
                    </imagetype>
 
1005
                </state>
 
1006
                <state name="disabled" from="active" />
 
1007
                <state name="pushed" from="active">
 
1008
                    <imagetype name="background">
 
1009
                        <filename>mm_next_pushed.png</filename>
 
1010
                    </imagetype>
 
1011
                </state>
 
1012
            </statetype>
 
1013
        </button>
 
1014
 
 
1015
        <button name="copy" from="basebutton">
 
1016
            <position>390,310</position>
 
1017
            <value>Copy</value>
 
1018
        </button>
 
1019
 
 
1020
        <textarea name="file" from="basetextarea">
 
1021
            <area>295,65,730,30</area>
 
1022
            <align>right</align>
 
1023
        </textarea>
 
1024
 
 
1025
        <textarea name="destination" from="basetextarea">
 
1026
            <area>295,465,730,30</area>
 
1027
            <align>right</align>
 
1028
        </textarea>
 
1029
 
 
1030
        <textarea name="position" from="basetextarea">
 
1031
            <area>310,160,300,30</area>
 
1032
            <align>hcenter</align>
 
1033
        </textarea>
 
1034
 
 
1035
        <textarea name="status" from="basetextarea">
 
1036
            <area>310,250,300,30</area>
 
1037
            <value>Already in database</value>
 
1038
            <align>hcenter</align>
 
1039
        </textarea>
 
1040
 
 
1041
        <buttonlist name="type" from="baseselector">
 
1042
            <position>275,400</position>
 
1043
        </buttonlist>
 
1044
 
 
1045
        <button name="exit" from="basebutton">
 
1046
            <position>565,640</position>
 
1047
            <value>Done</value>
 
1048
        </button>
 
1049
    </window>
 
1050
 
1059
1051
    <window name="miniplayer">
1060
1052
        <area>-1,5,590,190</area>
1061
 
        <shape name="track_info_background" from="basebackground">
 
1053
        <imagetype name="track_info_background">
 
1054
            <filename>miniplayer_background.png</filename>
1062
1055
            <area>10,10,569,170</area>
1063
 
        </shape>
 
1056
        </imagetype>
1064
1057
 
1065
1058
        <imagetype name="mm_blackhole_border">
1066
1059
            <filename>mm_blackhole_border.png</filename>
1067
 
            <area>20,20,146,148</area>
 
1060
            <area>20,20,148,148</area>
1068
1061
        </imagetype>
1069
1062
 
1070
1063
        <textarea name="title" from="basetextarea">
1071
 
            <area>170,15,415,34</area>
 
1064
            <area>170,15,400,35</area>
1072
1065
            <font>baselarge</font>
1073
1066
        </textarea>
1074
1067
 
1075
1068
        <textarea name="artist" from="basetextarea">
1076
 
            <area>170,50,415,35</area>
 
1069
            <area>170,55,400,35</area>
1077
1070
            <font>basemedium</font>
1078
1071
        </textarea>
1079
1072
 
1080
1073
        <textarea name="album" from="basetextarea">
1081
 
            <area>170,80,415,35</area>
 
1074
            <area>170,90,400,35</area>
1082
1075
            <font>basemedium</font>
1083
1076
        </textarea>
1084
1077
 
1112
1105
        </progressbar>
1113
1106
    </window>
1114
1107
 
 
1108
    <window name="volume_popup">
 
1109
        <area>-1,-1,620,165</area>
 
1110
        <imagetype name="backimg">
 
1111
            <area>0,0,620,165</area>
 
1112
            <filename>mythprogressdialog-background.png</filename>
 
1113
        </imagetype>
 
1114
 
 
1115
        <textarea name="message" from="basetextarea">
 
1116
            <area>20,20,540,60</area>
 
1117
            <multiline>yes</multiline>
 
1118
            <align>allcenter</align>
 
1119
            <value>Volume</value>
 
1120
        </textarea>
 
1121
 
 
1122
        <statetype name="mutestate">
 
1123
            <position>20,90</position>
 
1124
            <state name="off">
 
1125
                <imagetype name="statusimage">
 
1126
                    <filename>mm_volume.png</filename>
 
1127
                </imagetype>
 
1128
            </state>
 
1129
            <state name="on">
 
1130
                <imagetype name="statusimage">
 
1131
                    <filename>mm_volume_muted.png</filename>
 
1132
                </imagetype>
 
1133
            </state>
 
1134
        </statetype>
 
1135
 
 
1136
        <progressbar name="volumeprogress" from="baseprogressbar">
 
1137
            <position>60,80</position>
 
1138
        </progressbar>
 
1139
 
 
1140
        <textarea name="volume" from="basetextarea">
 
1141
            <area>70,120,300,30</area>
 
1142
            <align>left,top</align>
 
1143
            <template>%VOLUMEPERCENT%</template>
 
1144
        </textarea>
 
1145
    </window>
 
1146
 
 
1147
    <window name="editmetadata">
 
1148
 
 
1149
        <textarea name="title" from="basetextarea">
 
1150
            <area>15,5,800,50</area>
 
1151
            <font>baselarge</font>
 
1152
            <value>Edit Track Information</value>
 
1153
        </textarea>
 
1154
 
 
1155
        <!-- Labels -->
 
1156
 
 
1157
        <textarea name="compilation_label" >
 
1158
            <area>164,106,250,30</area>
 
1159
            <font>basemedium</font>
 
1160
            <align>right</align>
 
1161
            <value>Compilation:</value>
 
1162
        </textarea>
 
1163
 
 
1164
        <textarea name="compilation_artist_label" from="compilation_label">
 
1165
            <area>164,156,250,30</area>
 
1166
            <value>Comp. Artist:</value>
 
1167
        </textarea>
 
1168
 
 
1169
        <textarea name="artist_label" from="compilation_label">
 
1170
            <area>164,211,250,30</area>
 
1171
            <value>Artist:</value>
 
1172
        </textarea>
 
1173
 
 
1174
        <textarea name="album_label" from="compilation_label">
 
1175
            <area>164,266,250,30</area>
 
1176
            <value>Album:</value>
 
1177
        </textarea>
 
1178
 
 
1179
        <textarea name="title_text" from="compilation_label">
 
1180
            <area>164,321,250,30</area>
 
1181
            <value>Title:</value>
 
1182
        </textarea>
 
1183
 
 
1184
        <textarea name="track_label" from="compilation_label">
 
1185
            <area>164,376,250,30</area>
 
1186
            <value>Track No.:</value>
 
1187
        </textarea>
 
1188
 
 
1189
        <textarea name="genre_label" from="compilation_label">
 
1190
            <area>164,431,250,30</area>
 
1191
            <value>Genre:</value>
 
1192
        </textarea>
 
1193
 
 
1194
        <textarea name="year_label" from="compilation_label">
 
1195
            <area>164,486,250,30</area>
 
1196
            <value>Year:</value>
 
1197
        </textarea>
 
1198
 
 
1199
        <textarea name="rating_label" from="compilation_label">
 
1200
            <area>164,541,250,30</area>
 
1201
            <value>Rating:</value>
 
1202
        </textarea>
 
1203
 
 
1204
        <!-- edits -->
 
1205
 
 
1206
        <checkbox name="compilationcheck" from="basecheckbox">
 
1207
            <position>424,106</position>
 
1208
        </checkbox>
 
1209
 
 
1210
        <textedit name="compartistedit" from="basetextedit">
 
1211
            <position>424,146</position>
 
1212
        </textedit>
 
1213
 
 
1214
        <button name="searchcompartistbutton">
 
1215
            <area>820,156,32,32</area>
 
1216
            <statetype name="buttonstate">
 
1217
                <state name="active">
 
1218
                    <imagetype name="background">
 
1219
                        <filename>blankbutton_off.png</filename>
 
1220
                    </imagetype>
 
1221
                </state>
 
1222
                <state name="selected" from="active">
 
1223
                    <imagetype name="background">
 
1224
                        <filename>blankbutton_on.png</filename>
 
1225
                    </imagetype>
 
1226
                </state>
 
1227
                <state name="disabled" from="active" />
 
1228
                <state name="pushed" from="active">
 
1229
                    <imagetype name="background">
 
1230
                        <filename>blankbutton_pushed.png</filename>
 
1231
                    </imagetype>
 
1232
                </state>
 
1233
            </statetype>
 
1234
        </button>
 
1235
 
 
1236
        <textedit name="artistedit" from="basetextedit">
 
1237
            <position>424,201</position>
 
1238
        </textedit>
 
1239
 
 
1240
        <button name="searchartistbutton" from="searchcompartistbutton">
 
1241
            <position>820,211</position>
 
1242
        </button>
 
1243
 
 
1244
        <imagetype name="artisticon">
 
1245
            <area>870,201,50,50</area>
 
1246
            <filename>mm_artists.png</filename>
 
1247
        </imagetype>
 
1248
 
 
1249
        <textedit name="albumedit" from="basetextedit">
 
1250
            <position>424,256</position>
 
1251
        </textedit>
 
1252
 
 
1253
        <button name="searchalbumbutton" from="searchcompartistbutton">
 
1254
            <position>820,266</position>
 
1255
        </button>
 
1256
 
 
1257
        <imagetype name="albumicon">
 
1258
            <area>870,256,50,50</area>
 
1259
            <filename>mm_albums.png</filename>
 
1260
        </imagetype>
 
1261
 
 
1262
        <textedit name="titleedit" from="basetextedit">
 
1263
            <position>424,311</position>
 
1264
        </textedit>
 
1265
 
 
1266
        <spinbox name="tracknumspin" from="basespinbox">
 
1267
            <position>424,371</position>
 
1268
            <template type="zero">N/A</template>
 
1269
        </spinbox>
 
1270
 
 
1271
        <textedit name="genreedit" from="basetextedit">
 
1272
            <position>424,421</position>
 
1273
        </textedit>
 
1274
 
 
1275
        <button name="searchgenrebutton" from="searchcompartistbutton">
 
1276
            <position>820,431</position>
 
1277
        </button>
 
1278
 
 
1279
        <imagetype name="genreicon">
 
1280
            <area>870,421,50,50</area>
 
1281
            <filename>mm_genres.png</filename>
 
1282
        </imagetype>
 
1283
 
 
1284
        <spinbox name="yearspin" from="basespinbox">
 
1285
            <position>424,481</position>
 
1286
            <template type="zero">N/A</template>
 
1287
        </spinbox>
 
1288
 
 
1289
        <statetype name="ratingstate" from="baseratingstate">
 
1290
            <position>504,546</position>
 
1291
        </statetype>
 
1292
 
 
1293
        <button name="decratingbutton">
 
1294
            <area>455,526,60,60</area>
 
1295
            <statetype name="buttonstate">
 
1296
                <state name="active">
 
1297
                    <imagetype name="background">
 
1298
                        <filename>mm_prev_off.png</filename>
 
1299
                    </imagetype>
 
1300
                </state>
 
1301
                <state name="selected" from="active">
 
1302
                    <imagetype name="background">
 
1303
                        <filename>mm_prev_on.png</filename>
 
1304
                    </imagetype>
 
1305
                </state>
 
1306
                <state name="disabled" from="active" />
 
1307
                <state name="pushed" from="active">
 
1308
                    <imagetype name="background">
 
1309
                        <filename>mm_prev_pushed.png</filename>
 
1310
                    </imagetype>
 
1311
                </state>
 
1312
            </statetype>
 
1313
        </button>
 
1314
 
 
1315
        <button name="incratingbutton">
 
1316
            <area>705,526,60,60</area>
 
1317
            <statetype name="buttonstate">
 
1318
                <state name="active">
 
1319
                    <imagetype name="background">
 
1320
                        <filename>mm_next_off.png</filename>
 
1321
                    </imagetype>
 
1322
                </state>
 
1323
                <state name="selected" from="active">
 
1324
                    <imagetype name="background">
 
1325
                        <filename>mm_next_on.png</filename>
 
1326
                    </imagetype>
 
1327
                </state>
 
1328
                <state name="disabled" from="active" />
 
1329
                <state name="pushed" from="active">
 
1330
                    <imagetype name="background">
 
1331
                        <filename>mm_next_pushed.png</filename>
 
1332
                    </imagetype>
 
1333
                </state>
 
1334
            </statetype>
 
1335
        </button>
 
1336
 
 
1337
        <button name="albumartbutton" from="basebutton">
 
1338
            <position>100,650</position>
 
1339
            <value>Album Art</value>
 
1340
        </button>
 
1341
 
 
1342
        <button name="donebutton" from="basebutton">
 
1343
            <position>1000,650</position>
 
1344
            <value>Done</value>
 
1345
        </button>
 
1346
 
 
1347
    </window>
 
1348
 
 
1349
    <window name="editalbumart">
 
1350
 
 
1351
        <textarea name="title" from="basetextarea">
 
1352
            <area>15,5,800,50</area>
 
1353
            <font>baselarge</font>
 
1354
            <value>Album Art</value>
 
1355
        </textarea>
 
1356
 
 
1357
        <!-- Labels -->
 
1358
 
 
1359
        <shape name="bgimage1">
 
1360
            <area>200,40,210,600</area>
 
1361
            <type>roundbox</type>
 
1362
            <fill color="#000000" alpha="60" />
 
1363
            <cornerradius>3</cornerradius>
 
1364
        </shape>
 
1365
 
 
1366
        <shape name="bgimage2" from="bgimage1">
 
1367
            <area>450,40,570,510</area>
 
1368
        </shape>
 
1369
 
 
1370
        <textarea name="notfoundtext" from="basetextarea">
 
1371
            <area>450,40,570,510</area>
 
1372
            <align>allcenter</align>
 
1373
            <value>No Album Art Found</value>
 
1374
        </textarea>
 
1375
 
 
1376
        <imagetype name="coverartimage">
 
1377
            <area>470,60,530,470</area>
 
1378
        </imagetype>
 
1379
 
 
1380
        <shape name="bgimage3" from="bgimage1">
 
1381
            <area>450,570,570,70</area>
 
1382
        </shape>
 
1383
 
 
1384
        <textarea name="label1"  from="basetextarea">
 
1385
            <area>470,575,170,30</area>
 
1386
            <align>right</align>
 
1387
            <value>Filename:</value>
 
1388
        </textarea>
 
1389
 
 
1390
        <textarea name="label2" from="basetextarea">
 
1391
            <area>470,605,170,30</area>
 
1392
            <align>right</align>
 
1393
            <value>Type:</value>
 
1394
        </textarea>
 
1395
 
 
1396
        <textarea name="imagefilenametext" from="basetextarea">
 
1397
            <area>645,575,340,30</area>
 
1398
            <value></value>
 
1399
        </textarea>
 
1400
 
 
1401
        <textarea name="imagetypetext" from="basetextarea">
 
1402
            <area>645,605,340,30</area>
 
1403
            <value></value>
 
1404
        </textarea>
 
1405
 
 
1406
        <buttonlist name="coverartlist">
 
1407
            <area>215,55,180,610</area>
 
1408
            <buttonarea>0,0,170,555</buttonarea>
 
1409
            <layout>grid</layout>
 
1410
            <spacing>5</spacing>
 
1411
            <statetype name="buttonitem">
 
1412
                <area>0,0,175,180</area>
 
1413
                <state name="active">
 
1414
                    <shape name="buttonbackground">
 
1415
                        <area>0,0,175,180</area>
 
1416
                        <type>roundbox</type>
 
1417
                        <cornerradius>3</cornerradius>
 
1418
                        <fill style="gradient">
 
1419
                            <gradient start="#e8e262" end="#fe9735" alpha="50"/>
 
1420
                        </fill>
 
1421
                    </shape>
 
1422
                    <imagetype name="buttonimage">
 
1423
                        <area>5,5,165,140</area>
 
1424
                        <preserveaspect>no</preserveaspect>
 
1425
                    </imagetype>
 
1426
                    <textarea name="buttontext">
 
1427
                        <area>5,150,170,30</area>
 
1428
                        <align>allcenter</align>
 
1429
                        <multiline>no</multiline>
 
1430
                    </textarea>
 
1431
                    <statetype name="locationstate">
 
1432
                        <area>135,110,30,30</area>
 
1433
                        <state name="file">
 
1434
                            <imagetype name="locationimage">
 
1435
                                <area>0,0,30,30</area>
 
1436
                                <filename>mm_folder.png</filename>
 
1437
                            </imagetype>
 
1438
                        </state>
 
1439
                        <state name="tag" from="file">
 
1440
                            <imagetype name="locationimage">
 
1441
                                <filename>mm_music_tag.png</filename>
 
1442
                            </imagetype>
 
1443
                        </state>
 
1444
                    </statetype>
 
1445
                </state>
 
1446
                <state name="selectedactive" from="active">
 
1447
                    <shape name="buttonbackground">
 
1448
                        <area>0,0,175,180</area>
 
1449
                        <type>roundbox</type>
 
1450
                        <cornerradius>3</cornerradius>
 
1451
                        <fill style="gradient">
 
1452
                            <gradient start="#e8e262" end="#fe9735" alpha="255" />
 
1453
                        </fill>
 
1454
                    </shape>
 
1455
                </state>
 
1456
                <state name="selectedinactive" from="active" >
 
1457
                    <shape name="buttonbackground">
 
1458
                        <area>0,0,175,180</area>
 
1459
                        <type>roundbox</type>
 
1460
                        <cornerradius>3</cornerradius>
 
1461
                        <fill style="gradient">
 
1462
                            <gradient start="#e8e262" end="#fe9735" alpha="150" />
 
1463
                        </fill>
 
1464
                    </shape>
 
1465
                </state>
 
1466
            </statetype>
 
1467
            <statetype name="upscrollarrow">
 
1468
                <position>110,560</position>
 
1469
                <state type="off">
 
1470
                    <imagetype name="upon">
 
1471
                        <filename>lb-uparrow-reg.png</filename>
 
1472
                    </imagetype>
 
1473
                </state>
 
1474
                <state type="full">
 
1475
                    <imagetype name="upoff">
 
1476
                        <filename>lb-uparrow-sel.png</filename>
 
1477
                    </imagetype>
 
1478
                </state>
 
1479
            </statetype>
 
1480
            <statetype name="downscrollarrow">
 
1481
                <position>150,560</position>
 
1482
                <state type="off">
 
1483
                    <imagetype name="dnon">
 
1484
                        <filename>lb-dnarrow-reg.png</filename>
 
1485
                    </imagetype>
 
1486
                </state>
 
1487
                <state type="full">
 
1488
                    <imagetype name="dnoff">
 
1489
                        <filename>lb-dnarrow-sel.png</filename>
 
1490
                    </imagetype>
 
1491
                </state>
 
1492
            </statetype>
 
1493
        </buttonlist>
 
1494
 
 
1495
        <!-- Push buttons -->
 
1496
        <button name="metadatabutton" from="basebutton">
 
1497
            <position>100,660</position>
 
1498
            <value>Metadata</value>
 
1499
        </button>
 
1500
 
 
1501
        <button name="donebutton" from="basebutton">
 
1502
            <position>1000,660</position>
 
1503
            <value>Done</value>
 
1504
        </button>
 
1505
 
 
1506
    </window>
 
1507
 
 
1508
   <!-- this is the main smartplaylist editor screen -->
 
1509
     <window name="smartplaylisteditor">
 
1510
 
 
1511
        <textarea name="title" from="basetextarea">
 
1512
            <area>15,5,800,50</area>
 
1513
            <font>baselarge</font>
 
1514
            <value>Smart Playlist Editor</value>
 
1515
        </textarea>
 
1516
 
 
1517
        <textarea name="categorylbl"  from="basetextarea">
 
1518
            <area>20,60,170,50</area>
 
1519
            <align>right,vcenter</align>
 
1520
            <value>Category:</value>
 
1521
        </textarea>
 
1522
 
 
1523
        <buttonlist name="categoryselector" from="basewideselector">
 
1524
            <position>200,60</position>
 
1525
        </buttonlist>
 
1526
 
 
1527
 
 
1528
        <button name="categorybutton" from="basesearchbutton">
 
1529
            <position>900,65</position>
 
1530
        </button>
 
1531
 
 
1532
        <textarea name="titlelbl"  from="categorylbl">
 
1533
            <position>20,110</position>
 
1534
            <value>Title:</value>
 
1535
        </textarea>
 
1536
 
 
1537
        <textedit name="titleedit" from="basetextedit">
 
1538
            <area>200,110,675,50</area>
 
1539
        </textedit>
 
1540
 
 
1541
        <shape name="tracklist_background" from="basebackground">
 
1542
            <area>15,180,1250,320</area>
 
1543
            <fill color="#000000" alpha="50" />
 
1544
        </shape>
 
1545
 
 
1546
        <textarea name="matchlbl"  from="categorylbl">
 
1547
            <position>20,200</position>
 
1548
            <value>Match</value>
 
1549
        </textarea>
 
1550
 
 
1551
        <buttonlist name="matchselector" from="baseselector">
 
1552
            <position>200,205</position>
 
1553
        </buttonlist>
 
1554
 
 
1555
        <textarea name="match2lbl"  from="categorylbl">
 
1556
            <area>330,200,400,50</area>
 
1557
            <value>Of The Following Conditions</value>
 
1558
        </textarea>
 
1559
 
 
1560
        <buttonlist name="criterialist" from="basebuttonlist2">
 
1561
            <area>200,270,800,210</area>
 
1562
            <spacing>0</spacing>
 
1563
            <layout>vertical</layout>
 
1564
            <arrange>stack</arrange>
 
1565
            <showarrow>no</showarrow>
 
1566
            <buttonarea>0,0,800,190</buttonarea>
 
1567
            <statetype name="buttonitem">
 
1568
                <state name="active">
 
1569
                    <area>0,0,800,46</area>
 
1570
 
 
1571
                    <imagetype name="buttonimage">
 
1572
                        <area>5,5,36,36</area>
 
1573
                        <filename>mm_nothumb.png</filename>
 
1574
                    </imagetype>
 
1575
 
 
1576
                    <textarea name="buttontext">
 
1577
                        <area>50,0,750,46</area>
 
1578
                        <align>left,vcenter</align>
 
1579
                        <font>basesmall</font>
 
1580
                    </textarea>
 
1581
 
 
1582
                </state>
 
1583
                <state name="selectedactive" from="active">
 
1584
                    <shape name="selectbar">
 
1585
                        <area>0,0,800,46</area>
 
1586
                    </shape>
 
1587
                    <imagetype name="buttonimage">
 
1588
                        <area>5,5,36,36</area>
 
1589
                        <filename>mm_nothumb.png</filename>
 
1590
                    </imagetype>
 
1591
                    <textarea name="buttontext">
 
1592
                        <area>50,0,750,46</area>
 
1593
                        <align>left,vcenter</align>
 
1594
                        <font>basesmall</font>
 
1595
                    </textarea>
 
1596
                </state>
 
1597
                <state name="selectedinactive" from="active">
 
1598
                    <shape name="selectbar">
 
1599
                        <area>0,0,800,46</area>
 
1600
                    </shape>
 
1601
                    <imagetype name="buttonimage">
 
1602
                        <area>5,5,36,36</area>
 
1603
                        <filename>mm_nothumb.png</filename>
 
1604
                    </imagetype>
 
1605
                    <textarea name="buttontext">
 
1606
                        <area>50,0,750,46</area>
 
1607
                        <align>left,vcenter</align>
 
1608
                        <font>basesmall</font>
 
1609
                    </textarea>
 
1610
                </state>
 
1611
            </statetype>
 
1612
            <statetype name="upscrollarrow">
 
1613
                <position>720,200</position>
 
1614
            </statetype>
 
1615
            <statetype name="downscrollarrow">
 
1616
                <position>760,200</position>
 
1617
            </statetype>
 
1618
        </buttonlist>
 
1619
 
 
1620
        <textarea name="orderbylbl"  from="categorylbl">
 
1621
            <position>20,540</position>
 
1622
            <value>Order By:</value>
 
1623
        </textarea>
 
1624
 
 
1625
        <buttonlist name="orderbyselector" from="basewideselector">
 
1626
            <position>200,540</position>
 
1627
        </buttonlist>
 
1628
 
 
1629
        <button name="orderbybutton" from="basesearchbutton">
 
1630
            <area>900,545,32,32</area>
 
1631
        </button>
 
1632
 
 
1633
        <textarea name="matcheslbl"  from="categorylbl">
 
1634
            <position>20,590</position>
 
1635
            <value>Matches:</value>
 
1636
        </textarea>
 
1637
 
 
1638
        <shape name="matchesbackground">
 
1639
            <area>200,593,100,40</area>
 
1640
            <type>roundbox</type>
 
1641
            <line color="#000000" alpha="100" width="1" />
 
1642
            <fill color="#000000" alpha="50" />
 
1643
            <cornerradius>4</cornerradius>
 
1644
        </shape>
 
1645
 
 
1646
        <textarea name="matchestext"  from="basetextarea">
 
1647
            <area>200,600,100,30</area>
 
1648
            <align>allcenter</align>
 
1649
        </textarea>
 
1650
 
 
1651
        <textarea name="limitlbl"  from="categorylbl">
 
1652
            <position>310,590</position>
 
1653
            <value>Limit:</value>
 
1654
        </textarea>
 
1655
 
 
1656
        <spinbox name="limitspin" from="basespinbox">
 
1657
            <position>490,595</position>
 
1658
            <!--<template type="zero">No Limit</template> -->
 
1659
        </spinbox>
 
1660
 
 
1661
        <!-- Push buttons -->
 
1662
        <button name="cancelbutton" from="basebutton">
 
1663
            <position>100,660</position>
 
1664
            <value>Cancel</value>
 
1665
        </button>
 
1666
 
 
1667
        <button name="showresultsbutton" from="basewidebutton">
 
1668
            <position>490,660</position>
 
1669
            <value>Show Results</value>
 
1670
        </button>
 
1671
 
 
1672
        <button name="savebutton" from="basebutton">
 
1673
            <position>1020,660</position>
 
1674
            <value>Save</value>
 
1675
        </button>
 
1676
 
 
1677
    </window>
 
1678
 
 
1679
   <!-- popup to edit a smartplaylist criteria row -->
 
1680
    <window name="criteriaroweditor">
 
1681
        <area>-1,-1,500,500</area>
 
1682
 
 
1683
        <imagetype name="box">
 
1684
            <position>0,0</position>
 
1685
            <filename>mythdialogbox-background.png</filename>
 
1686
        </imagetype>
 
1687
 
 
1688
        <textarea name="title" from="basetextarea">
 
1689
            <area>5,5,460,40</area>
 
1690
            <font>basemedium</font>
 
1691
            <align>allcenter</align>
 
1692
            <value>Edit Criteria</value>
 
1693
        </textarea>
 
1694
 
 
1695
        <buttonlist name="fieldselector" from="basemediumselector">
 
1696
            <position>40,60</position>
 
1697
        </buttonlist>
 
1698
 
 
1699
        <buttonlist name="operatorselector" from="basemediumselector">
 
1700
            <position>40,130</position>
 
1701
        </buttonlist>
 
1702
 
 
1703
        <textedit name="value1edit" from="basetextedit">
 
1704
            <position>40,200</position>
 
1705
        </textedit>
 
1706
 
 
1707
        <buttonlist name="value1selector" from="basemediumselector">
 
1708
            <position>40,203</position>
 
1709
        </buttonlist>
 
1710
 
 
1711
        <spinbox name="value1spinbox" from="basespinbox">
 
1712
            <position>40,203</position>
 
1713
        </spinbox>
 
1714
 
 
1715
        <button name="value1button" from="basesearchbutton">
 
1716
            <position>435,210</position>
 
1717
        </button>
 
1718
<!--
 
1719
        <textarea name="andlbl"  from="basetextarea">
 
1720
            <area>40,235,376,50</area>
 
1721
            <align>allcenter</align>
 
1722
            <value>And</value>
 
1723
        </textarea>
 
1724
        -->
 
1725
        <textedit name="value2edit" from="basetextedit">
 
1726
            <position>40,270</position>
 
1727
        </textedit>
 
1728
 
 
1729
        <buttonlist name="value2selector" from="basemediumselector">
 
1730
            <position>40,273</position>
 
1731
        </buttonlist>
 
1732
 
 
1733
        <spinbox name="value2spinbox" from="basespinbox">
 
1734
            <position>40,273</position>
 
1735
        </spinbox>
 
1736
 
 
1737
        <button name="value2button" from="basesearchbutton">
 
1738
            <position>435,280</position>
 
1739
        </button>
 
1740
 
 
1741
        <!-- Push buttons -->
 
1742
        <button name="cancelbutton" from="basebutton">
 
1743
            <position>20,430</position>
 
1744
            <value>Cancel</value>
 
1745
        </button>
 
1746
 
 
1747
        <button name="savebutton" from="basebutton">
 
1748
            <position>320,430</position>
 
1749
            <value>Save</value>
 
1750
        </button>
 
1751
 
 
1752
    </window>
 
1753
 
 
1754
    <!-- popup to edit the date in a smartplaylist criteria row -->
 
1755
    <window name="dateeditordialog">
 
1756
        <area>-1,-1,500,500</area>
 
1757
 
 
1758
        <imagetype name="box">
 
1759
            <position>0,0</position>
 
1760
            <filename>mythdialogbox-background.png</filename>
 
1761
        </imagetype>
 
1762
 
 
1763
        <textarea name="title" from="basetextarea">
 
1764
            <area>5,5,460,40</area>
 
1765
            <font>basemedium</font>
 
1766
            <align>allcenter</align>
 
1767
            <value>Edit Date</value>
 
1768
        </textarea>
 
1769
 
 
1770
        <textarea name="fixeddatelbl"  from="basetextarea">
 
1771
            <area>90,70,170,30</area>
 
1772
            <align>left,vcenter</align>
 
1773
            <value>Fixed Date</value>
 
1774
        </textarea>
 
1775
 
 
1776
        <checkbox name="fixeddatecheck" from="basecheckbox">
 
1777
            <position>50,70</position>
 
1778
        </checkbox>
 
1779
 
 
1780
        <textarea name="daylbl"  from="fixeddatelbl">
 
1781
            <position>50,125</position>
 
1782
            <value>Day</value>
 
1783
        </textarea>
 
1784
 
 
1785
        <spinbox name="dayspinbox" from="basespinbox">
 
1786
            <position>50,153</position>
 
1787
        </spinbox>
 
1788
 
 
1789
        <textarea name="monthlbl"  from="fixeddatelbl">
 
1790
            <position>200,125</position>
 
1791
            <value>Month</value>
 
1792
        </textarea>
 
1793
 
 
1794
        <spinbox name="monthspinbox" from="basespinbox">
 
1795
            <position>200,153</position>
 
1796
        </spinbox>
 
1797
 
 
1798
        <textarea name="yearlbl"  from="fixeddatelbl">
 
1799
            <position>350,125</position>
 
1800
            <value>Year</value>
 
1801
        </textarea>
 
1802
 
 
1803
        <spinbox name="yearspinbox" from="basespinbox">
 
1804
            <position>350,153</position>
 
1805
        </spinbox>
 
1806
 
 
1807
        <textarea name="nowlbl"  from="fixeddatelbl">
 
1808
            <area>90,270,300,30</area>
 
1809
            <value>Use Current Date</value>
 
1810
        </textarea>
 
1811
 
 
1812
        <checkbox name="nowcheck" from="basecheckbox">
 
1813
            <position>50,270</position>
 
1814
        </checkbox>
 
1815
 
 
1816
        <textarea name="adddayslbl"  from="fixeddatelbl">
 
1817
            <area>50,315,240,30</area>
 
1818
            <align>right</align>
 
1819
            <value>+/- Days</value>
 
1820
        </textarea>
 
1821
 
 
1822
        <spinbox name="adddaysspinbox" from="basespinbox">
 
1823
            <position>300,310</position>
 
1824
        </spinbox>
 
1825
 
 
1826
        <shape name="matchesbackground">
 
1827
            <area>50,380,400,40</area>
 
1828
            <type>roundbox</type>
 
1829
            <line color="#000000" alpha="100" width="1" />
 
1830
            <fill color="#000000" alpha="50" />
 
1831
            <cornerradius>4</cornerradius>
 
1832
        </shape>
 
1833
 
 
1834
        <textarea name="statustext">
 
1835
            <area>50,380,400,40</area>
 
1836
            <font>basesmall_normal</font>
 
1837
            <font state="valid">basesmall_running</font>
 
1838
            <font state="error">basesmall_error</font>
 
1839
            <align>allcenter</align>
 
1840
        </textarea>
 
1841
 
 
1842
        <!-- Push buttons -->
 
1843
        <button name="cancelbutton" from="basebutton">
 
1844
            <position>20,430</position>
 
1845
            <value>Cancel</value>
 
1846
        </button>
 
1847
 
 
1848
        <button name="okbutton" from="basebutton">
 
1849
            <position>320,430</position>
 
1850
            <value>OK</value>
 
1851
        </button>
 
1852
 
 
1853
    </window>
 
1854
 
 
1855
    <!-- popup to edit the smartplaylist order by clause-->
 
1856
    <window name="orderbydialog">
 
1857
        <area>-1,-1,470,500</area>
 
1858
 
 
1859
        <imagetype name="box">
 
1860
            <area>0,0,470,500</area>
 
1861
            <filename>mythdialogbox-background.png</filename>
 
1862
        </imagetype>
 
1863
 
 
1864
        <textarea name="title" from="basetextarea">
 
1865
            <area>5,5,460,40</area>
 
1866
            <font>basemedium</font>
 
1867
            <align>allcenter</align>
 
1868
            <value>Order By Fields</value>
 
1869
        </textarea>
 
1870
 
 
1871
        <buttonlist name="fieldlist">
 
1872
            <area>20,50,420,210</area>
 
1873
            <spacing>0</spacing>
 
1874
            <layout>vertical</layout>
 
1875
            <arrange>stack</arrange>
 
1876
            <showarrow>no</showarrow>
 
1877
            <buttonarea>0,0,420,150</buttonarea>
 
1878
            <statetype name="buttonitem">
 
1879
                <state name="active">
 
1880
                    <area>0,0,420,46</area>
 
1881
 
 
1882
                    <statetype name="sortstate">
 
1883
                        <position>3,7</position>
 
1884
                        <state name="ascending">
 
1885
                            <imagetype name="statusimage">
 
1886
                                <filename>mm_ascending.png</filename>
 
1887
                            </imagetype>
 
1888
                        </state>
 
1889
                        <state name="descending">
 
1890
                            <imagetype name="statusimage">
 
1891
                                <filename>mm_descending.png</filename>
 
1892
                            </imagetype>
 
1893
                        </state>
 
1894
                    </statetype>
 
1895
 
 
1896
                    <textarea name="buttontext">
 
1897
                        <area>40,0,360,46</area>
 
1898
                        <align>left,vcenter</align>
 
1899
                        <font>basesmall</font>
 
1900
                    </textarea>
 
1901
 
 
1902
                </state>
 
1903
                <state name="selectedactive">
 
1904
                    <area>0,0,420,46</area>
 
1905
                    <shape name="selectbar">
 
1906
                        <area>0,0,420,46</area>
 
1907
                        <type>roundbox</type>
 
1908
                        <line color="#00FF00" alpha="255" width="1" />
 
1909
                        <fill color="#43b038" alpha="128" />
 
1910
                        <cornerradius>4</cornerradius>
 
1911
                    </shape>
 
1912
                    <statetype name="sortstate">
 
1913
                        <position>3,7</position>
 
1914
                        <state name="ascending">
 
1915
                            <imagetype name="statusimage">
 
1916
                                <filename>mm_ascending.png</filename>
 
1917
                            </imagetype>
 
1918
                        </state>
 
1919
                        <state name="descending">
 
1920
                            <imagetype name="statusimage">
 
1921
                                <filename>mm_descending.png</filename>
 
1922
                            </imagetype>
 
1923
                        </state>
 
1924
                    </statetype>
 
1925
                    <textarea name="buttontext">
 
1926
                        <area>40,0,360,46</area>
 
1927
                        <align>left,vcenter</align>
 
1928
                        <font>basesmall</font>
 
1929
                    </textarea>
 
1930
                </state>
 
1931
                <state name="selectedinactive" from="selectedactive">
 
1932
                    <shape name="selectbar">
 
1933
                        <area>0,0,420,46</area>
 
1934
                        <type>roundbox</type>
 
1935
                        <line color="#00FF00" alpha="100" width="1" />
 
1936
                        <fill color="#43b038" alpha="50" />
 
1937
                        <cornerradius>4</cornerradius>
 
1938
                    </shape>
 
1939
                    <statetype name="sortstate">
 
1940
                        <position>3,7</position>
 
1941
                        <state name="ascending">
 
1942
                            <imagetype name="statusimage">
 
1943
                                <filename>mm_ascending.png</filename>
 
1944
                            </imagetype>
 
1945
                        </state>
 
1946
                        <state name="descending">
 
1947
                            <imagetype name="statusimage">
 
1948
                                <filename>mm_descending.png</filename>
 
1949
                            </imagetype>
 
1950
                        </state>
 
1951
                    </statetype>
 
1952
                    <textarea name="buttontext">
 
1953
                        <area>40,0,360,46</area>
 
1954
                        <align>left,vcenter</align>
 
1955
                        <font>basesmall</font>
 
1956
                    </textarea>
 
1957
                </state>
 
1958
            </statetype>
 
1959
            <statetype name="upscrollarrow">
 
1960
                <position>360,145</position>
 
1961
                <state type="off">
 
1962
                    <imagetype name="upon">
 
1963
                        <filename>lb-uparrow-reg.png</filename>
 
1964
                    </imagetype>
 
1965
                </state>
 
1966
                <state type="full">
 
1967
                    <imagetype name="upoff">
 
1968
                        <filename>lb-uparrow-sel.png</filename>
 
1969
                    </imagetype>
 
1970
                </state>
 
1971
            </statetype>
 
1972
            <statetype name="downscrollarrow">
 
1973
                <position>390,145</position>
 
1974
                <state type="off">
 
1975
                    <imagetype name="dnon">
 
1976
                        <filename>lb-dnarrow-reg.png</filename>
 
1977
                    </imagetype>
 
1978
                </state>
 
1979
                <state type="full">
 
1980
                    <imagetype name="dnoff">
 
1981
                        <filename>lb-dnarrow-sel.png</filename>
 
1982
                    </imagetype>
 
1983
                </state>
 
1984
            </statetype>
 
1985
        </buttonlist>
 
1986
 
 
1987
        <buttonlist name="fieldselector" from="baseselector">
 
1988
            <area>20,230,420,44</area>
 
1989
        </buttonlist>
 
1990
 
 
1991
 
 
1992
        <!-- Push buttons -->
 
1993
        <button name="addbutton" from="basebutton">
 
1994
            <area>20,280,200,44</area>
 
1995
            <value>Add</value>
 
1996
        </button>
 
1997
 
 
1998
        <button name="deletebutton" from="addbutton">
 
1999
            <position>240,280</position>
 
2000
            <value>Delete</value>
 
2001
        </button>
 
2002
 
 
2003
        <button name="moveupbutton" from="addbutton">
 
2004
            <position>20,330</position>
 
2005
            <value>Move Up</value>
 
2006
        </button>
 
2007
 
 
2008
        <button name="movedownbutton" from="addbutton">
 
2009
            <position>240,330</position>
 
2010
            <value>Move Down</value>
 
2011
        </button>
 
2012
 
 
2013
        <button name="ascendingbutton" from="addbutton">
 
2014
            <position>20,380</position>
 
2015
            <value>Ascending</value>
 
2016
        </button>
 
2017
 
 
2018
        <button name="descendingbutton" from="addbutton">
 
2019
            <position>240,380</position>
 
2020
            <value>Descending</value>
 
2021
        </button>
 
2022
 
 
2023
        <button name="cancelbutton" from="addbutton">
 
2024
            <position>20,430</position>
 
2025
            <value>Cancel</value>
 
2026
        </button>
 
2027
 
 
2028
        <button name="okbutton" from="addbutton">
 
2029
            <position>240,430</position>
 
2030
            <value>Save</value>
 
2031
        </button>
 
2032
 
 
2033
    </window>
 
2034
 
 
2035
   <!-- shows some information for the currently selected or playing track -->
 
2036
    <window name="smartplresultviewer">
 
2037
        <textarea name="title" from="basetextarea">
 
2038
            <area>15,5,800,50</area>
 
2039
            <font>baselarge</font>
 
2040
            <value>Smart Playlist Result Viewer</value>
 
2041
        </textarea>
 
2042
 
 
2043
         <!-- optional - shows current position in the list eg '1 of 123' -->
 
2044
        <textarea name="position" from="basetextarea">
 
2045
            <area>1050,15,200,40</area>
 
2046
            <align>right,vcenter</align>
 
2047
            <font>basemedium</font>
 
2048
        </textarea>
 
2049
 
 
2050
        <shape name="tracklist_background" from="basebackground">
 
2051
            <area>15,50,1250,655</area>
 
2052
            <fill color="#000000" alpha="50" />
 
2053
        </shape>
 
2054
 
 
2055
        <buttonlist name="tracklist" from="basebuttonlist2">
 
2056
            <area>30,60,1220,650</area>
 
2057
            <spacing>2</spacing>
 
2058
            <layout>vertical</layout>
 
2059
            <arrange>stack</arrange>
 
2060
            <showarrow>no</showarrow>
 
2061
            <buttonarea>0,0,1220,650</buttonarea>
 
2062
            <statetype name="buttonitem">
 
2063
                <state name="active">
 
2064
                    <area>0,0,100%,46</area>
 
2065
 
 
2066
                    <imagetype name="buttonimage">
 
2067
                        <area>5,5,36,36</area>
 
2068
                        <filename>mm_nothumb.png</filename>
 
2069
                    </imagetype>
 
2070
 
 
2071
                    <textarea name="title">
 
2072
                        <area>50,0,1040,46</area>
 
2073
                        <align>left,vcenter</align>
 
2074
                        <font>basesmall</font>
 
2075
                        <template>%TITLE% by %ARTIST% on %ALBUM%</template>
 
2076
                    </textarea>
 
2077
 
 
2078
                    <textarea name="length">
 
2079
                        <area>1110,0,100,46</area>
 
2080
                        <align>right,vcenter</align>
 
2081
                        <font>basesmall</font>
 
2082
                    </textarea>
 
2083
                </state>
 
2084
                <state name="selectedactive" from="active">
 
2085
                    <imagetype name="buttonimage">
 
2086
                        <area>5,5,36,36</area>
 
2087
                        <filename>mm_nothumb.png</filename>
 
2088
                    </imagetype>
 
2089
                    <shape name="selectbar">
 
2090
                        <area>0,0,1220,46</area>
 
2091
                    </shape>
 
2092
                </state>
 
2093
                <state name="selectedinactive" from="active">
 
2094
                    <shape name="selectbar">
 
2095
                        <area>0,0,1220,46</area>
 
2096
                    </shape>
 
2097
                </state>
 
2098
            </statetype>
 
2099
            <statetype name="upscrollarrow">
 
2100
                <position>1160,620</position>
 
2101
            </statetype>
 
2102
            <statetype name="downscrollarrow">
 
2103
                <position>1190,620</position>
 
2104
            </statetype>
 
2105
        </buttonlist>
 
2106
 
 
2107
    </window>
 
2108
 
 
2109
    <!-- shows some information for the currently selected or playing track -->
 
2110
    <window name="trackdetail_popup">
 
2111
        <area>-1,-1,1250,700</area>
 
2112
 
 
2113
        <shape name="background" from="basebackground">
 
2114
            <area>0,0,1250,700</area>
 
2115
            <type>roundbox</type>
 
2116
            <fill color="#000000" alpha="255" />
 
2117
            <line color="#222222" alpha="255" width="2" />
 
2118
            <cornerradius>12</cornerradius>
 
2119
        </shape>
 
2120
 
 
2121
        <imagetype name="coverart">
 
2122
            <area>25,90,300,300</area>
 
2123
            <filename>mm_nothumb.png</filename>
 
2124
            <preserveaspect>true</preserveaspect>
 
2125
        </imagetype>
 
2126
 
 
2127
        <textarea name="titlelbl" from="basetextarea">
 
2128
            <area>360,50,150,35</area>
 
2129
            <font>basemediumyellow</font>
 
2130
            <value>Title:</value>
 
2131
            <align>right</align>
 
2132
        </textarea>
 
2133
 
 
2134
        <textarea name="title" from="basetextarea">
 
2135
            <area>520,50,630,35</area>
 
2136
            <font>basemedium</font>
 
2137
        </textarea>
 
2138
 
 
2139
        <textarea name="artistlbl" from="titlelbl">
 
2140
            <area>360,100,150,35</area>
 
2141
            <value>Artist:</value>
 
2142
        </textarea>
 
2143
 
 
2144
        <textarea name="artist" from="title">
 
2145
            <area>520,100,630,35</area>
 
2146
        </textarea>
 
2147
 
 
2148
        <textarea name="albumlbl" from="titlelbl">
 
2149
            <area>360,150,150,35</area>
 
2150
            <value>Album:</value>
 
2151
        </textarea>
 
2152
 
 
2153
        <textarea name="album" from="title">
 
2154
            <area>520,150,630,35</area>
 
2155
        </textarea>
 
2156
 
 
2157
        <textarea name="genrelbl" from="titlelbl">
 
2158
            <area>360,250,150,35</area>
 
2159
            <value>Genre:</value>
 
2160
        </textarea>
 
2161
 
 
2162
        <textarea name="genre" from="title">
 
2163
            <area>520,250,500,35</area>
 
2164
        </textarea>
 
2165
 
 
2166
        <textarea name="tracknumlbl" from="titlelbl">
 
2167
            <area>710,200,150,35</area>
 
2168
            <value>Track No.:</value>
 
2169
        </textarea>
 
2170
 
 
2171
        <textarea name="tracknum" from="title">
 
2172
            <area>880,200,100,35</area>
 
2173
        </textarea>
 
2174
 
 
2175
        <textarea name="lenlbl" from="titlelbl">
 
2176
            <area>360,200,150,35</area>
 
2177
            <value>Length:</value>
 
2178
        </textarea>
 
2179
 
 
2180
        <textarea name="length" from="title">
 
2181
            <area>520,200,177,35</area>
 
2182
        </textarea>
 
2183
 
 
2184
        <textarea name="yearlbl" from="titlelbl">
 
2185
            <area>360,300,150,35</area>
 
2186
            <value>Year:</value>
 
2187
        </textarea>
 
2188
 
 
2189
        <textarea name="year" from="title">
 
2190
            <area>520,300,80,35</area>
 
2191
        </textarea>
 
2192
 
 
2193
        <textarea name="ratinglbl" from="titlelbl">
 
2194
            <area>360,350,150,35</area>
 
2195
            <align>right,top</align>
 
2196
            <value>Rating:</value>
 
2197
        </textarea>
 
2198
 
 
2199
        <statetype name="rating_state" from="baseratingstate">
 
2200
            <position>520,355</position>
 
2201
        </statetype>
 
2202
 
 
2203
        <textarea name="dateaddedlbl" from="titlelbl">
 
2204
            <area>300,400,210,35</area>
 
2205
            <value>Date Added:</value>
 
2206
        </textarea>
 
2207
 
 
2208
        <textarea name="dateadded" from="title">
 
2209
            <area>520,400,500,35</area>
 
2210
            <value>Last Value</value>
 
2211
        </textarea>
 
2212
 
 
2213
        <textarea name="lastplaylbl" from="titlelbl">
 
2214
            <area>300,450,210,35</area>
 
2215
            <value>Last Played:</value>
 
2216
        </textarea>
 
2217
 
 
2218
        <textarea name="lastplayed" from="title">
 
2219
            <area>520,450,500,35</area>
 
2220
            <value></value>
 
2221
        </textarea>
 
2222
 
 
2223
        <textarea name="playcountlbl" from="titlelbl">
 
2224
            <area>360,500,150,35</area>
 
2225
            <value>Played:</value>
 
2226
        </textarea>
 
2227
 
 
2228
        <textarea name="playcount" from="title">
 
2229
            <area>520,500,500,35</area>
 
2230
            <template>%playcount% times</template>
 
2231
        </textarea>
 
2232
 
 
2233
        <textarea name="filenamelbl" from="titlelbl">
 
2234
            <area>360,550,150,35</area>
 
2235
            <value>Filename:</value>
 
2236
        </textarea>
 
2237
 
 
2238
        <textarea name="filename" from="title">
 
2239
            <area>520,550,630,90</area>
 
2240
            <font>basesmall</font>
 
2241
            <multiline>yes</multiline>
 
2242
        </textarea>
 
2243
 
 
2244
    </window>
 
2245
 
1115
2246
</mythuitheme>