1<?xml version="1.0" encoding="UTF-8"?>
2<schemalist gettext-domain="easytag">
3
4  <schema id="org.gnome.EasyTAG" path="/org/gnome/easytag/">
5    <key name="load-on-startup" type="b">
6      <summary>Load on startup</summary>
7      <description>Whether to load the default path (or the path passed as an argument) on application startup</description>
8      <default>true</default>
9    </key>
10
11    <key name="default-path" type="ay">
12      <summary>Default path</summary>
13      <description>The default path to search for music files</description>
14      <default>b''</default>
15    </key>
16
17    <key name="browse-subdir" type="b">
18      <summary>Browse subdirectories</summary>
19      <description>Whether to search subdirectories for audio files when reading a directory in the browser</description>
20      <default>true</default>
21    </key>
22
23    <key name="browse-show-hidden" type="b">
24      <summary>Show hidden directories while browsing</summary>
25      <description>Whether to show hidden directories when showing a directory in the browser</description>
26      <default>false</default>
27    </key>
28
29    <key name="browse-expand-children" type="b">
30      <summary>Expand the subdirectories of the selected directory</summary>
31      <description>Whether to expand the subdirectories of a node in the directory browser when selecting it</description>
32      <default>true</default>
33    </key>
34
35    <key name="cddb-automatic-search-hostname" type="s">
36      <summary>CDDB server hostname for automatic search</summary>
37      <description>The CDDB server to use for the automatic search</description>
38      <default>'freedb.freedb.org'</default>
39    </key>
40
41    <key name="cddb-automatic-search-port" type="u">
42      <summary>CDDB server port for automatic search</summary>
43      <description>The CDDB server port to use for the automatic search</description>
44      <default>80</default>
45      <range min="0" max="65535" />
46    </key>
47
48    <key name="cddb-automatic-search-path" type="s">
49      <summary>CDDB server path for automatic search</summary>
50      <description>The CDDB server path to use for the automatic search</description>
51      <default>'/~cddb/cddb.cgi'</default>
52    </key>
53
54    <key name="cddb-automatic-search-hostname2" type="s">
55      <summary>CDDB server hostname for automatic search</summary>
56      <description>The CDDB server to use for the automatic search</description>
57      <default>'freedb.musicbrainz.org'</default>
58    </key>
59
60    <key name="cddb-automatic-search-port2" type="u">
61      <summary>CDDB server port for automatic search</summary>
62      <description>The CDDB server port to use for the automatic search</description>
63      <default>80</default>
64      <range min="0" max="65535" />
65    </key>
66
67    <key name="cddb-automatic-search-path2" type="s">
68      <summary>CDDB server path for automatic search</summary>
69      <description>The CDDB server path to use for the automatic search</description>
70      <default>'/~cddb/cddb.cgi'</default>
71    </key>
72
73    <key name="cddb-manual-search-hostname" type="s">
74      <summary>CDDB server hostname for manual search</summary>
75      <description>The CDDB server to use for a manual search</description>
76      <default>'www.gnudb.org'</default>
77    </key>
78
79    <key name="cddb-manual-search-port" type="u">
80      <summary>CDDB server port for manual search</summary>
81      <description>The CDDB server port to use for a manual search</description>
82      <default>80</default>
83      <range min="0" max="65535" />
84    </key>
85
86    <key name="cddb-manual-search-path" type="s">
87      <summary>CDDB server path for manual search</summary>
88      <description>The CDDB server path to use for a manual search</description>
89      <default>'/~cddb/cddb.cgi'</default>
90    </key>
91
92    <key name="cddb-dlm-enabled" type="b">
93      <summary>Use DLM to match CDDB results to files</summary>
94      <description>Whether to use the DLM algorithm to match CDDB results to files</description>
95      <default>false</default>
96    </key>
97
98    <key name="cddb-follow-file" type="b">
99      <summary>Select the file with the position which matches the position of the CDDB result</summary>
100      <description>Whether to select the file in the file list which matches the position in the CDDB results list</description>
101      <default>true</default>
102    </key>
103
104    <key name="cddb-proxy-enabled" type="b">
105      <summary>Enable proxy for remote CDDB</summary>
106      <description>Whether to access remote CDDB through a proxy</description>
107      <default>false</default>
108    </key>
109
110    <key name="cddb-proxy-hostname" type="s">
111      <summary>CDDB proxy hostname</summary>
112      <description>Hostname for a proxy to access remote CDDB</description>
113      <default>''</default>
114    </key>
115
116    <key name="cddb-proxy-port" type="u">
117      <summary>CDDB proxy port</summary>
118      <description>Port for a proxy to access remote CDDB</description>
119      <default>8080</default>
120      <range min="0" max="65535" />
121    </key>
122
123    <key name="cddb-proxy-username" type="s">
124      <summary>CDDB proxy username</summary>
125      <description>Username for a proxy to access remote CDDB</description>
126      <default>''</default>
127    </key>
128
129    <key name="cddb-proxy-password" type="s">
130      <summary>CDDB proxy password</summary>
131      <description>Password for a proxy to access remote CDDB</description>
132      <default>''</default>
133    </key>
134
135    <key name="cddb-run-scanner" type="b">
136      <summary>Run the scanner on CDDB results</summary>
137      <description>Whether to run the tag scanner, with the current settings, on the CDDB results</description>
138      <default>false</default>
139    </key>
140
141    <key name="cddb-search-fields" flags="org.gnome.EasyTAG.EtCddbSearchField">
142      <summary>The fields to use in a manual CDDB search</summary>
143      <description>Which fields to search for matches of the returned CDDB results</description>
144      <default>['artist','title','track','other']</default>
145    </key>
146
147    <key name="cddb-search-categories" flags="org.gnome.EasyTAG.EtCddbSearchCategory">
148      <summary>The categories to use in a CDDB search</summary>
149      <description>Which categories to search for matches in the returned CDDB results</description>
150      <default>['blues','classical','country','folk','jazz','misc','newage','reggae','rock','soundtrack']</default>
151    </key>
152
153    <key name="cddb-set-fields" flags="org.gnome.EasyTAG.EtCddbSetField">
154      <summary>The tag fields to set when matching against CDDB results</summary>
155      <description>Which tag fields should be set when matching against selected files and CDDB results</description>
156      <default>['title','artist','album','year','track','track-total','genre','filename']</default>
157    </key>
158
159    <key name="file-preserve-modification-time" type="b">
160      <summary>Preserve modification time when writing files</summary>
161      <description>Whether to preserve the existing modification time when editing files</description>
162      <default>false</default>
163    </key>
164
165    <key name="file-update-parent-modification-time" type="b">
166      <summary>Update parent directory modification time when writing
167      files</summary>
168      <description>Whether to update the modification time on the parent directory when editing files</description>
169      <default>true</default>
170    </key>
171
172    <key name="file-show-header" type="b">
173      <summary>Show audio file header summary</summary>
174      <description>Whether to show header information, such as bit rate and duration, for audio files</description>
175      <default>true</default>
176    </key>
177
178    <key name="file-changed-bold" type="b">
179      <summary>Show changed files in bold</summary>
180      <description>Whether to highlight changed files in the file list by making them bold, or alternatively by making them red</description>
181      <default>true</default>
182    </key>
183
184    <key name="sort-case-sensitive" type="b">
185      <summary>Sort files case-sensitively</summary>
186      <description>Whether file sorting is case-sensitive</description>
187      <default>true</default>
188    </key>
189
190    <key name="sort-mode" enum="org.gnome.EasyTAG.EtSortMode">
191      <summary>How to sort audio files in the file list</summary>
192      <description>Sort files in ascending or descending order for the selected type</description>
193      <default>'ascending-track-number'</default>
194    </key>
195
196    <key name="log-show" type="b">
197      <summary>Show the log</summary>
198      <description>Whether to show the log in the main window</description>
199      <default>true</default>
200    </key>
201
202    <key name="id3-override-read-encoding" type="b">
203      <summary>Use a non-standard character encoding when reading ID3 tags</summary>
204      <description>Whether to use a non-standard character encoding when reading ID3 tags</description>
205      <default>false</default>
206    </key>
207
208    <key name="id3-strip-empty" type="b">
209      <summary>Strip ID3 tags if all ID3 tags are empty</summary>
210      <description>Whether to remove the ID3 tag from the audio file if all the individual tag fields are empty</description>
211      <default>true</default>
212    </key>
213
214    <key name="id3v1-enabled" type="b">
215      <summary>Write ID3v1 tags</summary>
216      <description>Whether to write ID3v1 tags when writing ID3 tags into audio files</description>
217      <default>false</default>
218    </key>
219
220    <key name="id3v1-charset" enum="org.gnome.EasyTAG.EtCharset">
221      <summary>The character set for writing ID3v1 tags</summary>
222      <description>Choose the character set to be used when writing ID3v1 tags</description>
223      <default>'iso-8859-1'</default>
224    </key>
225
226    <key name="id3v1-encoding-option" enum="org.gnome.EasyTAG.EtTagEncoding">
227      <summary>Encoding options when writing ID3v1 tags</summary>
228      <description>Additional options to pass to iconv() when converting between encodings when writing ID3v1 tags</description>
229      <default>'none'</default>
230    </key>
231
232    <key name="id3v1v2-charset" enum="org.gnome.EasyTAG.EtCharset">
233      <summary>The character set for reading ID3v1 and ID3v2 tags</summary>
234      <description>Choose the character set to be used when reading ID3v1 and ID3v2 tags</description>
235      <default>'utf-8'</default>
236    </key>
237
238    <key name="id3v2-enabled" type="b">
239      <summary>Write ID3v2 tags</summary>
240      <description>Whether to write ID3v2 tags when writing ID3 tags into audio files</description>
241      <default>true</default>
242    </key>
243
244    <key name="id3v2-version-4" type="b">
245      <summary>Enable ID3v2.4 support</summary>
246      <description>Whether to write ID3v2.4 tags when ID3v2 support is enabled</description>
247      <default>false</default>
248    </key>
249
250    <key name="id3v2-convert-old" type="b">
251      <summary>Convert old ID3 tag versions to new ones</summary>
252      <description>Whether to convert ID3 tags written against old version of the specification, such as ID3v2.2, to newer ones, such as ID3v2.3 or ID3v2.4</description>
253      <default>true</default>
254    </key>
255
256    <key name="id3v2-compression" type="b">
257      <summary>Compress data in ID3v2 tags</summary>
258      <description>Whether to compress data in ID3v2 tags</description>
259      <default>false</default>
260    </key>
261
262    <key name="id3v2-crc32" type="b">
263      <summary>Use CRC-32 in ID3v2 tags</summary>
264      <description>Whether to embed a CRC-32 checksum of the audio file data in ID3v2 tags</description>
265      <default>true</default>
266    </key>
267
268    <key name="id3v2-text-only-genre" type="b">
269      <summary>Use text-only genre in ID3v2 tags</summary>
270      <description>Whether to use only a string, and not the integer-base ID3v1 genre field, when writing a genre field to ID3v2 tags</description>
271      <default>false</default>
272    </key>
273
274    <key name="id3v2-enable-unicode" type="b">
275      <summary>Use Unicode character encoding in ID3v2 tags</summary>
276      <description>Whether to use a Unicode character set when writing ID3v2 tags</description>
277      <default>true</default>
278    </key>
279
280    <key name="id3v2-unicode-charset" type="s">
281      <summary>The Unicode character set for writing ID3v2 tags</summary>
282      <description>Choose the Unicode character set to be used when writing ID3v2 tags</description>
283      <choices>
284        <choice value="UTF-8" />
285        <choice value="UTF-16" />
286      </choices>
287      <default>'UTF-8'</default>
288    </key>
289
290    <key name="id3v2-no-unicode-charset" enum="org.gnome.EasyTAG.EtCharset">
291      <summary>The character set for writing ID3v2 tags</summary>
292      <description>Override the typical Unicode character set to be used when writing ID3v2 tags</description>
293      <default>'iso-8859-1'</default>
294    </key>
295
296    <key name="id3v2-encoding-option" enum="org.gnome.EasyTAG.EtTagEncoding">
297      <summary>Encoding options when writing ID3v2 tags</summary>
298      <description>Additional options to pass to iconv() when converting between encodings when writing ID3v2 tags</description>
299      <default>'none'</default>
300    </key>
301
302    <key name="tag-date-autocomplete" type="b">
303      <summary>Automatically complete the date</summary>
304      <description>Whether to automatically complete the date tag</description>
305      <default>true</default>
306    </key>
307
308    <key name="tag-disc-padded" type="b">
309      <summary>Pad the disc number tag field</summary>
310      <description>Whether the disc number tag field should be padded with
311      leading zeroes</description>
312      <default>true</default>
313    </key>
314
315    <key name="tag-disc-length" type="u">
316      <summary>The length of the disc number field</summary>
317      <description>The length of the disc number field, which controls if the
318      field is padded with leading zeroes</description>
319      <default>2</default>
320      <range min="0" max="6" />
321    </key>
322
323    <key name="tag-image-type-automatic" type="b">
324      <summary>Automatically select the type of the image based on its filename</summary>
325      <description>Whether to, when adding cover art, automatically select the type for an image based on its filename</description>
326      <default>true</default>
327    </key>
328
329    <key name="tag-number-padded" type="b">
330      <summary>Pad the track number tag field</summary>
331      <description>Whether the track number tag field should be padded with leading zeroes</description>
332      <default>true</default>
333    </key>
334
335    <key name="tag-number-length" type="u">
336      <summary>The length of the track number field</summary>
337      <description>The length of the track number field, which controls if the field is padded with leading zeroes</description>
338      <default>2</default>
339      <range min="0" max="6" />
340    </key>
341
342    <key name="tag-preserve-focus" type="b">
343      <summary>Preserve the tag field focus</summary>
344      <description>Whether to preserve focus on the current tag field when switching file</description>
345      <default>true</default>
346    </key>
347
348    <key name="fill-convert-spaces" enum="org.gnome.EasyTAG.EtConvertSpaces">
349      <summary>Convert spaces and underscores when filling tag fields</summary>
350      <description>Whether to convert to spaces (and %20) or underscores when filling tag fields from filenames</description>
351      <default>'spaces'</default>
352    </key>
353
354    <key name="fill-overwrite-tag-fields" type="b">
355      <summary>Overwrite tag field</summary>
356      <description>Whether to overwrite the tag field values when filling tags. Otherwise, only blank tag fields will be filled</description>
357      <default>true</default>
358    </key>
359
360    <key name="fill-set-default-comment" type="b">
361      <summary>Set the default comment</summary>
362      <description>Whether to set the comment tag field to the provided default value when filling tags</description>
363      <default>true</default>
364    </key>
365
366    <key name="fill-default-comment" type="s">
367      <summary>Default comment for filling tags</summary>
368      <description>The default comment to use when filling tags</description>
369      <default>'Encoded by EasyTAG'</default>
370    </key>
371
372    <key name="fill-crc32-comment" type="b">
373      <summary>Use the CRC-32 as the default comment</summary>
374      <description>Whether to use the CRC-32 of the audio file data as the default comment, for files with ID3 tags only</description>
375      <default>false</default>
376    </key>
377
378    <key name="confirm-write-tags" type="b">
379      <summary>Confirm before writing tags</summary>
380      <description>Whether to ask for confirmation from the user before writing tags to audio files</description>
381      <default>false</default>
382    </key>
383
384    <key name="confirm-rename-file" type="b">
385      <summary>Confirm before renaming a file</summary>
386      <description>Whether to ask for confirmation from the user before renaming a file</description>
387      <default>false</default>
388    </key>
389
390    <key name="confirm-write-playlist" type="b">
391      <summary>Confirm before writing a playlist</summary>
392      <description>Whether to ask for confirmation from the user before writing a playlist</description>
393      <default>false</default>
394    </key>
395
396    <key name="confirm-delete-file" type="b">
397      <summary>Confirm before deleting a file</summary>
398      <description>Whether to ask for confirmation from the user before deleting a file</description>
399      <default>true</default>
400    </key>
401
402    <key name="confirm-when-unsaved-files" type="b">
403      <summary>Confirm before losing unsaved changes to files</summary>
404      <description>Whether to ask for confirmation from the user before performing an operation that would lose unsaved changes on files</description>
405      <default>true</default>
406    </key>
407
408    <key name="load-filenames-run-scanner" type="b">
409      <summary>Run the current scanner when loading filenames from a file</summary>
410      <description>Whether to run the currently selected scanner on filenames loaded from a text file</description>
411      <default>false</default>
412    </key>
413
414    <key name="process-fields" flags="org.gnome.EasyTAG.EtProcessField">
415      <summary>Process these tag fields</summary>
416      <description>The tag fields to process when using the scanner</description>
417      <default>['title','artist','album-artist','album','genre','comment','composer','original-artist','copyright','url','encoded-by']</default>
418    </key>
419
420    <key name="process-convert" enum="org.gnome.EasyTAG.EtProcessFieldsConvert">
421      <summary>Convert tag fields when processing</summary>
422      <description>Whether to convert to spaces (and %20), underscores or other characters when processing tag fields</description>
423      <default>'spaces'</default>
424    </key>
425
426    <key name="process-convert-characters" type="b">
427      <summary>Convert characters in tags</summary>
428      <description>Whether to convert characters of the tag from one value to another when processing tag fields</description>
429      <default>false</default>
430    </key>
431
432    <key name="process-convert-characters-from" type="s">
433      <summary>Convert characters in tags</summary>
434      <description>Convert the following characters when processing tag fields</description>
435      <default>''</default>
436    </key>
437
438    <key name="process-convert-characters-to" type="s">
439      <summary>Convert characters in tags</summary>
440      <description>Replace any matched sequence of characters with this string when processing tag fields</description>
441      <default>''</default>
442    </key>
443
444    <key name="process-lowercase-all" type="b">
445      <summary>Lower-case all characters</summary>
446      <description>Whether to lower-case all characters of the tag when processing tag fields</description>
447      <default>false</default>
448    </key>
449
450    <key name="process-uppercase-all" type="b">
451      <summary>Upper-case all characters</summary>
452      <description>Whether to upper-case all characters of the tag when processing tag fields</description>
453      <default>false</default>
454    </key>
455
456    <key name="process-uppercase-first-letter" type="b">
457      <summary>Upper-case the first letter of the tag</summary>
458      <description>Whether to upper-case the first letter of the tag when processing tag fields</description>
459      <default>false</default>
460    </key>
461
462    <key name="process-uppercase-first-letters" type="b">
463      <summary>Upper-case the first letter of each word</summary>
464      <description>Whether to upper-case the first letter of each word when processing tag fields</description>
465      <default>true</default>
466    </key>
467
468    <key name="process-uppercase-prepositions" type="b">
469      <summary>Upper-case prepositions</summary>
470      <description>Whether to upper-case the first letter of all words, including prepositions and other short words such as “feat.”, when processing tag fields</description>
471      <default>false</default>
472    </key>
473
474    <key name="process-detect-roman-numerals" type="b">
475      <summary>Detect roman numerals</summary>
476      <description>Whether to detect Roman numerals when applying upper-case conversions while processing tag fields</description>
477      <default>true</default>
478    </key>
479
480    <key name="process-remove-spaces" type="b">
481      <summary>Remove spaces</summary>
482      <description>Whether to remove all spaces when processing tag fields</description>
483      <default>false</default>
484    </key>
485
486    <key name="process-insert-capital-spaces" type="b">
487      <summary>Insert spaces before capital letters</summary>
488      <description>Whether to insert spaces before capital letters when processing tag fields</description>
489      <default>false</default>
490    </key>
491
492    <key name="process-remove-duplicate-spaces" type="b">
493      <summary>Remove duplicate spaces</summary>
494      <description>Whether to remove duplicate spaces and underscores when processing tag fields</description>
495      <default>true</default>
496    </key>
497
498    <key name="playlist-filename-mask" type="s">
499      <summary>Playlist filename mask</summary>
500      <description>The default filename mask to use for a new playlist</description>
501      <default>'playlist_%a_-_%b'</default>
502    </key>
503
504    <key name="playlist-use-mask" type="b">
505      <summary>Use a filename mask when generating a playlist</summary>
506      <description>Whether to use a filename mask when creating playlists</description>
507      <default>false</default>
508    </key>
509
510    <key name="playlist-selected-only" type="b">
511      <summary>Create playlists with only the selected files</summary>
512      <description>Whether to use only the selected files or all files when creating playlists</description>
513      <default>false</default>
514    </key>
515
516    <key name="playlist-relative" type="b">
517      <summary>Use relative paths when creating playlists</summary>
518      <description>Whether to use relative paths for files when creating playlists</description>
519      <default>false</default>
520    </key>
521
522    <key name="playlist-parent-directory" type="b">
523      <summary>Create the playlist in the parent directory</summary>
524      <description>Whether to create the playlist in the parent directory</description>
525      <default>false</default>
526    </key>
527
528    <key name="playlist-dos-separator" type="b">
529      <summary>Use DOS separators for playlists</summary>
530      <description>Whether to use backslash as directory separator when generating playlists</description>
531      <default>false</default>
532    </key>
533
534    <key name="playlist-content" enum="org.gnome.EasyTAG.EtPlaylistContent">
535      <summary>Content of generated playlists</summary>
536      <description>Write a plain list of files, include extended information from the filename or extended information using a supplied mask</description>
537      <default>'extended'</default>
538    </key>
539
540    <key name="playlist-default-mask" type="s">
541      <summary>Playlist default mask</summary>
542      <description>The default mask to use for files in a playlist</description>
543      <default>'%n/%l - %a - %b - %t'</default>
544    </key>
545
546    <key name="search-case-sensitive" type="b">
547      <summary>Search for files case-sensitively</summary>
548      <description>Whether matches when searching for files are case-sensitive</description>
549      <default>true</default>
550    </key>
551
552    <key name="search-filename" type="b">
553      <summary>Search in filenames</summary>
554      <description>Perform the search on filenames</description>
555      <default>true</default>
556    </key>
557
558    <key name="search-tag" type="b">
559      <summary>Search in tags</summary>
560      <description>Perform the search on tags</description>
561      <default>true</default>
562    </key>
563
564    <key name="scan-tag-default-mask" type="s">
565      <summary>Mask for filling tags from filenames</summary>
566      <description>The default mask to use when automatically filling tags with information from filenames</description>
567      <default>'%b/%a - %t'</default>
568    </key>
569
570    <key name="rename-file-default-mask" type="s">
571      <summary>Mask for renaming files</summary>
572      <description>The default mask to use when renaming files</description>
573      <default>'%a - %t'</default>
574    </key>
575
576    <key name="rename-directory-default-mask" type="s">
577      <summary>Mask for renaming directories</summary>
578      <description>The default mask to use when renaming directories</description>
579      <default>'%b'</default>
580    </key>
581
582    <key name="rename-directory-with-mask" type="b">
583      <summary>Use a mask when renaming directories</summary>
584      <description>Whether to use a mask when renaming directories</description>
585      <default>true</default>
586    </key>
587
588    <key name="rename-convert-spaces" enum="org.gnome.EasyTAG.EtConvertSpaces">
589      <summary>Convert spaces and underscores when renaming files</summary>
590      <description>Whether to convert to spaces or underscores when renaming files</description>
591      <default>'spaces'</default>
592    </key>
593
594    <key name="rename-extension-mode" enum="org.gnome.EasyTAG.EtFilenameExtensionMode">
595      <summary>How to modify filename extensions when renaming</summary>
596      <description>Change the file extension to all lower-case, all upper-case or do not change it</description>
597      <default>'lower-case'</default>
598    </key>
599
600    <key name="rename-encoding" enum="org.gnome.EasyTAG.EtRenameEncoding">
601      <summary>Encoding options when renaming files</summary>
602      <description>If the encoding of the filename does not match the filesystem encoding, choose whether to try another encoding, approximate the filesystem encoding with transliteration or discard the offending characters</description>
603      <default>'try-alternative'</default>
604    </key>
605
606    <key name="rename-replace-illegal-chars" type="b">
607      <summary>Replace illegal characters when renaming</summary>
608      <description>Whether to replace illegal characters in a filename when using the rename function</description>
609      <default>true</default>
610    </key>
611
612    <key name="scan-mask-editor-show" type="b">
613      <summary>Show the scanner mask editor</summary>
614      <description>Whether to show the scanner mask editor in the tag scanner</description>
615      <default>false</default>
616    </key>
617
618    <key name="scan-legend-show" type="b">
619      <summary>Show the scanner legend</summary>
620      <description>Whether to show the scanner legend in the tag scanner</description>
621      <default>true</default>
622    </key>
623
624    <key name="scan-startup" type="b">
625      <summary>Show the scanner window on startup</summary>
626      <description>Whether to show the scanner window on application startup</description>
627      <default>false</default>
628    </key>
629
630    <key name="scan-mode" enum="org.gnome.EasyTAG.EtScanMode">
631      <summary>The scan mode</summary>
632      <description>Which type of scan to show in the scanner</description>
633      <default>'rename-file'</default>
634    </key>
635
636    <key name="ogg-split-title" type="b">
637      <summary>Split Ogg title fields</summary>
638      <description>Whether to split title fields at a “ - ” separator in Ogg comments</description>
639      <default>false</default>
640    </key>
641
642    <key name="ogg-split-artist" type="b">
643      <summary>Split Ogg artist fields</summary>
644      <description>Whether to split artist fields at a “ - ” separator in Ogg comments</description>
645      <default>false</default>
646    </key>
647
648    <key name="ogg-split-album" type="b">
649      <summary>Split Ogg album fields</summary>
650      <description>Whether to split album fields at a “ - ” separator in Ogg comments</description>
651      <default>false</default>
652    </key>
653
654    <key name="ogg-split-genre" type="b">
655      <summary>Split Ogg genre fields</summary>
656      <description>Whether to split genre fields at a “ - ” separator in Ogg comments</description>
657      <default>false</default>
658    </key>
659
660    <key name="ogg-split-comment" type="b">
661      <summary>Split Ogg comment fields</summary>
662      <description>Whether to split comment fields at a “ - ” separator in Ogg comments</description>
663      <default>false</default>
664    </key>
665
666    <key name="ogg-split-composer" type="b">
667      <summary>Split Ogg composer fields</summary>
668      <description>Whether to split composer fields at a “ - ” separator in Ogg comments</description>
669      <default>false</default>
670    </key>
671
672    <key name="ogg-split-original-artist" type="b">
673      <summary>Split Ogg original artist fields</summary>
674      <description>Whether to split original artist fields at a “ - ” separator in Ogg comments</description>
675      <default>false</default>
676    </key>
677
678    <key name="preferences-page" type="u">
679      <summary>Page to show in the preferences dialog</summary>
680      <description>The page in the notebook of the preferences dialog</description>
681      <default>0</default>
682      <range min="0" max="7" />
683    </key>
684
685  </schema>
686</schemalist>
687