~neon/juk/master

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>FileRenamerConfigDlgWidget</class>
<widget class="QWidget">
    <property name="name">
        <cstring>Form1</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>584</width>
            <height>335</height>
        </rect>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>0</number>
        </property>
        <widget class="QGroupBox" row="0" column="0">
            <property name="name">
                <cstring>gbFileRenamer</cstring>
            </property>
            <property name="title">
                <string>File Renamer</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="QLabel" row="0" column="0">
                    <property name="name">
                        <cstring>lFilenameScheme</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;File name scheme:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>leFilenameScheme</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>File name scheme to use, may contain %a, %A, %T, %t and %c</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>token"&lt;/li&gt;&lt;/ul&gt;&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="QLabel" row="6" column="0">
                    <property name="name">
                        <cstring>lCommentToken</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Comment token:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>leCommentToken</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Replaces "%c" in the file name scheme, use %s here.</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;Here you can specify the token with which the &lt;b&gt;%c&lt;/b&gt; placeholder in the file name scheme will be expanded with. As with all the token strings in this dialog, you will probably want to use the &lt;b&gt;%s&lt;/b&gt; placeholder here, which will get replaced with the comment as specified in the metadata tag of a music file.&lt;br/&gt;
&lt;br/&gt;
You can also check the checkbox at the right labeled "Need value" to indicate that this token should only be used if there is a comment specified in the metadata tag.&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="KLineEdit" row="2" column="1">
                    <property name="name">
                        <cstring>leTitleToken</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Replaces "%t" in the file name scheme, use %s here.</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;Here you can specify the token with which the &lt;b&gt;%t&lt;/b&gt; placeholder in the file name scheme will be expanded with. As with all the token strings in this dialog, you will probably want to use the &lt;b&gt;%s&lt;/b&gt; placeholder here, which will get replaced with the title as specified in the metadata tag of a music file.&lt;br/&gt;
&lt;br/&gt;
You can also check the checkbox at the right labeled "Need value" to indicate that this token should only be used if there is a title specified in the metadata tag.&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="QLabel" row="3" column="0">
                    <property name="name">
                        <cstring>lArtistToken</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Artist token:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>leArtistToken</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Replaces "%a" in the file name scheme, use %s here.</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;Here you can specify the token with which the &lt;b&gt;%a&lt;/b&gt; placeholder in the file name scheme will be expanded with. As with all the token strings in this dialog, you will probably want to use the &lt;b&gt;%s&lt;/b&gt; placeholder here, which will get replaced with the artist name as specified in the metadata tag of a music file.&lt;br/&gt;
&lt;br/&gt;
You can also check the checkbox at the right labeled "Need value" to indicate that this token should only be used if there is an artist specified in the metadata tag.&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="QLabel" row="5" column="0">
                    <property name="name">
                        <cstring>lTrackToken</cstring>
                    </property>
                    <property name="text">
                        <string>T&amp;rack token:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>leTrackToken</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Replaces "%T" in the file name scheme, use %s here.</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;Here you can specify the token with which the &lt;b&gt;%T&lt;/b&gt; placeholder in the file name scheme will be expanded with. As with all the token strings in this dialog, you will probably want to use the &lt;b&gt;%s&lt;/b&gt; placeholder here, which will get replaced with the track number as specified in the metadata tag of a music file.&lt;br/&gt;
&lt;br/&gt;
You can also check the checkbox at the right labeled "Need value" to indicate that this token should only be used if there is a track number specified in the metadata tag.&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="KLineEdit" row="4" column="1">
                    <property name="name">
                        <cstring>leAlbumToken</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Replaces "%A" in the file name scheme, use %s here.</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;Here you can specify the token with which the &lt;b&gt;%A&lt;/b&gt; placeholder in the file name scheme will be expanded with. As with all the token strings in this dialog, you will probably want to use the &lt;b&gt;%s&lt;/b&gt; placeholder here, which will get replaced with the album name as specified in the metadata tag of a music file.&lt;br/&gt;
&lt;br/&gt;
You can also check the checkbox at the right labeled "Need value" to indicate that this token should only be used if there is an album name specified in the metadata tag.&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="QLabel" row="2" column="0">
                    <property name="name">
                        <cstring>lTitleToken</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Title token:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>leTitleToken</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Replaces "%t" in the file name scheme, use %s here.</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;Here you can specify the token with which the &lt;b&gt;%t&lt;/b&gt; placeholder in the file name scheme will be expanded with. As with all the token strings in this dialog, you will probably want to use the &lt;b&gt;%s&lt;/b&gt; placeholder here, which will get replaced with the title as specified in the metadata tag of a music file.&lt;br/&gt;
&lt;br/&gt;
You can also check the checkbox at the right labeled "Need value" to indicate that this token should only be used if there is a title specified in the metadata tag.&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="KLineEdit" row="3" column="1">
                    <property name="name">
                        <cstring>leArtistToken</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Replaces "%a" in the file name scheme, use %s here.</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;Here you can specify the token with which the &lt;b&gt;%a&lt;/b&gt; placeholder in the file name scheme will be expanded with. As with all the token strings in this dialog, you will probably want to use the &lt;b&gt;%s&lt;/b&gt; placeholder here, which will get replaced with the artist name as specified in the metadata tag of a music file.&lt;br/&gt;
&lt;br/&gt;
You can also check the checkbox at the right labeled "Need value" to indicate that this token should only be used if there is an artist specified in the metadata tag.&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="KLineEdit" row="6" column="1">
                    <property name="name">
                        <cstring>leCommentToken</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Replaces "%c" in the file name scheme, use %s here.</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;Here you can specify the token with which the &lt;b&gt;%c&lt;/b&gt; placeholder in the file name scheme will be expanded with. As with all the token strings in this dialog, you will probably want to use the &lt;b&gt;%s&lt;/b&gt; placeholder here, which will get replaced with the comment as specified in the metadata tag of a music file.&lt;br/&gt;
&lt;br/&gt;
You can also check the checkbox at the right labeled "Need value" to indicate that this token should only be used if there is a comment specified in the metadata tag.&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="KLineEdit" row="5" column="1">
                    <property name="name">
                        <cstring>leTrackToken</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Replaces "%T" in the file name scheme, use %s here.</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;Here you can specify the token with which the &lt;b&gt;%T&lt;/b&gt; placeholder in the file name scheme will be expanded with. As with all the token strings in this dialog, you will probably want to use the &lt;b&gt;%s&lt;/b&gt; placeholder here, which will get replaced with the track number as specified in the metadata tag of a music file.&lt;br/&gt;
&lt;br/&gt;
You can also check the checkbox at the right labeled "Need value" to indicate that this token should only be used if there is a track number specified in the metadata tag.&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="QLabel" row="4" column="0">
                    <property name="name">
                        <cstring>lAlbumToken</cstring>
                    </property>
                    <property name="text">
                        <string>Al&amp;bum token:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>leAlbumToken</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Replaces "%A" in the file name scheme, use %s here.</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;Here you can specify the token with which the &lt;b&gt;%A&lt;/b&gt; placeholder in the file name scheme will be expanded with. As with all the token strings in this dialog, you will probably want to use the &lt;b&gt;%s&lt;/b&gt; placeholder here, which will get replaced with the album name as specified in the metadata tag of a music file.&lt;br/&gt;
&lt;br/&gt;
You can also check the checkbox at the right labeled "Need value" to indicate that this token should only be used if there is an album name specified in the metadata tag.&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="2" column="2">
                    <property name="name">
                        <cstring>cbNeedTitle</cstring>
                    </property>
                    <property name="text">
                        <string>Need value</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Only use the token if there is a title available</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Check this box to instruct the program to only replace the &lt;b&gt;%t&lt;/b&gt; placeholder in the file name scheme with the title token, if there is a title specified in the metadata tag of a music file (that is, if there is some string to expand the %s placeholder with).</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="3" column="2">
                    <property name="name">
                        <cstring>cbNeedArtist</cstring>
                    </property>
                    <property name="text">
                        <string>Need value</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Only use the token if there is an artist available</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Check this box to instruct the program to only replace the &lt;b&gt;%a&lt;/b&gt; placeholder in the file name scheme with the artist token, if there is an artist specified in the metadata tag of a music file (that is, if there is some string to expand the %s placeholder with).</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="4" column="2">
                    <property name="name">
                        <cstring>cbNeedAlbum</cstring>
                    </property>
                    <property name="text">
                        <string>Need value</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Only use the token if there is an album available</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Check this box to instruct the program to only replace the &lt;b&gt;%A&lt;/b&gt; placeholder in the file name scheme with the album token, if there is an album specified in the metadata tag of a music file (that is, if there is some string to expand the %s placeholder with).</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="5" column="2">
                    <property name="name">
                        <cstring>cbNeedTrack</cstring>
                    </property>
                    <property name="text">
                        <string>Need value</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Only use the token if there is a track number available</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Check this box to instruct the program to only replace the &lt;b&gt;%T&lt;/b&gt; placeholder in the file name scheme with the track token, if there is a track specified in the metadata tag of a music file (that is, if there is some string to expand the %s placeholder with).</string>
                    </property>
                </widget>
                <widget class="QCheckBox" row="6" column="2">
                    <property name="name">
                        <cstring>cbNeedComment</cstring>
                    </property>
                    <property name="text">
                        <string>Need value</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Only use the token if there is a comment available</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Check this box to instruct the program to only replace the &lt;b&gt;%c&lt;/b&gt; placeholder in the file name scheme with the comment token, if there is a comment specified in the metadata tag of a music file (that is, if there is some string to expand the %s placeholder with).</string>
                    </property>
                </widget>
                <widget class="Line" row="1" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>line1</cstring>
                    </property>
                    <property name="frameShape">
                        <enum>HLine</enum>
                    </property>
                    <property name="frameShadow">
                        <enum>Sunken</enum>
                    </property>
                    <property name="orientation">
                        <enum>Horizontal</enum>
                    </property>
                </widget>
                <widget class="KLineEdit" row="0" column="1" rowspan="1" colspan="2">
                    <property name="name">
                        <cstring>leFilenameScheme</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>File name scheme to use, may contain %a, %A, %T, %t and %c</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;This is a scheme which will be used when renaming files; you usually want to specify the path to your songs here (e.g. &lt;tt&gt;/home/joe/music&lt;/tt&gt;), and then add one of the following five placeholders:
&lt;ul&gt;&lt;li&gt;&lt;b&gt;%t&lt;/b&gt; - gets replaced with the "Title token"&lt;/li&gt;
&lt;li&gt;&lt;b&gt;%a&lt;/b&gt; - gets replaced with the "Artist token"&lt;/li&gt;
&lt;li&gt;&lt;b&gt;%A&lt;/b&gt; - gets replaced with the "Album token"&lt;/li&gt;
&lt;li&gt;&lt;b&gt;%T&lt;/b&gt; - gets replaced with the "Track token"&lt;/li&gt;
&lt;li&gt;&lt;b&gt;%c&lt;/b&gt; - gets replaced with the "Comment token"&lt;/li&gt;&lt;/ul&gt;&lt;/qt&gt;</string>
                    </property>
                </widget>
            </grid>
        </widget>
        <widget class="QGroupBox" row="1" column="0">
            <property name="name">
                <cstring>gbTest</cstring>
            </property>
            <property name="title">
                <string>Test</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="KURLRequester" row="0" column="1">
                    <property name="name">
                        <cstring>urlReqCurrentFilename</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Sample music file to test the above setup with</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;Here you can enter the path to a music file (or press the button at the right side to open a convenient file-selection dialog), to test the above configuration with. After selecting a file, you can see what the new file name would look like, if renamed according to the various token strings, and the file name scheme.&lt;br/&gt;
&lt;br/&gt;
Note that after selecting a file, you can change the token strings, the file name scheme, or the path to the file, and see the resulting impact on the new file name in realtime.&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="QLabel" row="0" column="0">
                    <property name="name">
                        <cstring>leCurrentFilename</cstring>
                    </property>
                    <property name="text">
                        <string>C&amp;urrent file name:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>urlReqCurrentFilename</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Sample music file to test the above setup with</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;Here you can enter the path to a music file (or press the button at the right side to open a convenient file-selection dialog), to test the above configuration with. After selecting a file, you can see what the new file name would look like, if renamed according to the various token strings, and the file name scheme.&lt;br/&gt;
&lt;br/&gt;
Note that after selecting a file, you can change the token strings, the file name scheme, or the path to the file, and see the resulting impact on the new file name in realtime.&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="QLabel" row="1" column="0">
                    <property name="name">
                        <cstring>lNewFilename_</cstring>
                    </property>
                    <property name="text">
                        <string>New file name:</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>New file name of above file, if renamed according to given settings</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;This label displays what the file name specified in the "Current file name" field would be changed to, if renamed according to the token strings, and the file name scheme, as specified above.&lt;br/&gt;
&lt;br/&gt;
Note that after selecting a file, you can change the token strings, the file name scheme, or the path to the file, and see the resulting impact on the new file name in realtime.&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="QLabel" row="1" column="1">
                    <property name="name">
                        <cstring>lNewFilename</cstring>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>New file name of above file, if renamed according to given settings</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;This label displays what the file name specified in the "Current file name" field would be changed to, if renamed according to the token strings, and the file name scheme, as specified above.&lt;br/&gt;
&lt;br/&gt;
Note that after selecting a file, you can change the token strings, the file name scheme, or the path to the file, and see the resulting impact on the new file name in realtime.&lt;/qt&gt;</string>
                    </property>
                </widget>
            </grid>
        </widget>
    </grid>
</widget>
<tabstops>
    <tabstop>leFilenameScheme</tabstop>
    <tabstop>leTitleToken</tabstop>
    <tabstop>cbNeedTitle</tabstop>
    <tabstop>leArtistToken</tabstop>
    <tabstop>cbNeedArtist</tabstop>
    <tabstop>leAlbumToken</tabstop>
    <tabstop>cbNeedAlbum</tabstop>
    <tabstop>leTrackToken</tabstop>
    <tabstop>cbNeedTrack</tabstop>
    <tabstop>leCommentToken</tabstop>
    <tabstop>cbNeedComment</tabstop>
    <tabstop>urlReqCurrentFilename</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
    <includehint>klineedit.h</includehint>
    <includehint>klineedit.h</includehint>
    <includehint>klineedit.h</includehint>
    <includehint>klineedit.h</includehint>
    <includehint>klineedit.h</includehint>
    <includehint>klineedit.h</includehint>
    <includehint>kurlrequester.h</includehint>
    <includehint>klineedit.h</includehint>
    <includehint>kpushbutton.h</includehint>
</includehints>
</UI>