This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.EasyTAG.gschema.xml is in easytag 2.4.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>

  <schema id="org.gnome.EasyTAG" path="/org/gnome/easytag/">
    <key name="load-on-startup" type="b">
      <summary>Load on startup</summary>
      <description>Whether to load the default path (or the path passed as an argument) on application startup</description>
      <default>true</default>
    </key>

    <key name="default-path" type="ay">
      <summary>Default path</summary>
      <description>The default path to search for music files</description>
      <default>b''</default>
    </key>

    <key name="browse-subdir" type="b">
      <summary>Browse subdirectories</summary>
      <description>Whether to search subdirectories for audio files when reading a directory in the browser</description>
      <default>true</default>
    </key>

    <key name="browse-show-hidden" type="b">
      <summary>Show hidden directories while browsing</summary>
      <description>Whether to show hidden directories when showing a directory in the browser</description>
      <default>false</default>
    </key>

    <key name="browse-expand-children" type="b">
      <summary>Expand the subdirectories of the selected directory</summary>
      <description>Whether to expand the subdirectories of a node in the directory browser when selecting it</description>
      <default>true</default>
    </key>

    <key name="cddb-automatic-search-hostname" type="s">
      <summary>CDDB server hostname for automatic search</summary>
      <description>The CDDB server to use for the automatic search</description>
      <default>'freedb.freedb.org'</default>
    </key>

    <key name="cddb-automatic-search-port" type="u">
      <summary>CDDB server port for automatic search</summary>
      <description>The CDDB server port to use for the automatic search</description>
      <default>80</default>
      <range min="0" max="65535" />
    </key>

    <key name="cddb-automatic-search-path" type="s">
      <summary>CDDB server path for automatic search</summary>
      <description>The CDDB server path to use for the automatic search</description>
      <default>'/~cddb/cddb.cgi'</default>
    </key>

    <key name="cddb-automatic-search-hostname2" type="s">
      <summary>CDDB server hostname for automatic search</summary>
      <description>The CDDB server to use for the automatic search</description>
      <default>'freedb.musicbrainz.org'</default>
    </key>

    <key name="cddb-automatic-search-port2" type="u">
      <summary>CDDB server port for automatic search</summary>
      <description>The CDDB server port to use for the automatic search</description>
      <default>80</default>
      <range min="0" max="65535" />
    </key>

    <key name="cddb-automatic-search-path2" type="s">
      <summary>CDDB server path for automatic search</summary>
      <description>The CDDB server path to use for the automatic search</description>
      <default>'/~cddb/cddb.cgi'</default>
    </key>

    <key name="cddb-manual-search-hostname" type="s">
      <summary>CDDB server hostname for manual search</summary>
      <description>The CDDB server to use for a manual search</description>
      <default>'www.gnudb.org'</default>
    </key>

    <key name="cddb-manual-search-port" type="u">
      <summary>CDDB server port for manual search</summary>
      <description>The CDDB server port to use for a manual search</description>
      <default>80</default>
      <range min="0" max="65535" />
    </key>

    <key name="cddb-manual-search-path" type="s">
      <summary>CDDB server path for manual search</summary>
      <description>The CDDB server path to use for a manual search</description>
      <default>'/~cddb/cddb.cgi'</default>
    </key>

    <key name="cddb-dlm-enabled" type="b">
      <summary>Use DLM to match CDDB results to files</summary>
      <description>Whether to use the DLM algorithm to match CDDB results to files</description>
      <default>false</default>
    </key>

    <key name="cddb-follow-file" type="b">
      <summary>Select the file with the position which matches the position of the CDDB result</summary>
      <description>Whether to select the file in the file list which matches the position in the CDDB results list</description>
      <default>true</default>
    </key>

    <key name="cddb-proxy-enabled" type="b">
      <summary>Enable proxy for remote CDDB</summary>
      <description>Whether to access remote CDDB through a proxy</description>
      <default>false</default>
    </key>

    <key name="cddb-proxy-hostname" type="s">
      <summary>CDDB proxy hostname</summary>
      <description>Hostname for a proxy to access remote CDDB</description>
      <default>''</default>
    </key>

    <key name="cddb-proxy-port" type="u">
      <summary>CDDB proxy port</summary>
      <description>Port for a proxy to access remote CDDB</description>
      <default>8080</default>
      <range min="0" max="65535" />
    </key>

    <key name="cddb-proxy-username" type="s">
      <summary>CDDB proxy username</summary>
      <description>Username for a proxy to access remote CDDB</description>
      <default>''</default>
    </key>

    <key name="cddb-proxy-password" type="s">
      <summary>CDDB proxy password</summary>
      <description>Password for a proxy to access remote CDDB</description>
      <default>''</default>
    </key>

    <key name="cddb-run-scanner" type="b">
      <summary>Run the scanner on CDDB results</summary>
      <description>Whether to run the tag scanner, with the current settings, on the CDDB results</description>
      <default>false</default>
    </key>

    <key name="cddb-search-fields" flags="org.gnome.EasyTAG.EtCddbSearchField">
      <summary>The fields to use in a manual CDDB search</summary>
      <description>Which fields to search for matches of the returned CDDB results</description>
      <default>['artist','title','track','other']</default>
    </key>

    <key name="cddb-search-categories" flags="org.gnome.EasyTAG.EtCddbSearchCategory">
      <summary>The categories to use in a CDDB search</summary>
      <description>Which categories to search for matches in the returned CDDB results</description>
      <default>['blues','classical','country','folk','jazz','misc','newage','reggae','rock','soundtrack']</default>
    </key>

    <key name="cddb-set-fields" flags="org.gnome.EasyTAG.EtCddbSetField">
      <summary>The tag fields to set when matching against CDDB results</summary>
      <description>Which tag fields should be set when matching against selected files and CDDB results</description>
      <default>['title','artist','album','year','track','track-total','genre','filename']</default>
    </key>

    <key name="file-preserve-modification-time" type="b">
      <summary>Preserve modification time when writing files</summary>
      <description>Whether to preserve the existing modification time when editing files</description>
      <default>false</default>
    </key>

    <key name="file-update-parent-modification-time" type="b">
      <summary>Update parent directory modification time when writing
      files</summary>
      <description>Whether to update the modification time on the parent directory when editing files</description>
      <default>true</default>
    </key>

    <key name="file-show-header" type="b">
      <summary>Show audio file header summary</summary>
      <description>Whether to show header information, such as bit rate and duration, for audio files</description>
      <default>true</default>
    </key>

    <key name="file-changed-bold" type="b">
      <summary>Show changed files in bold</summary>
      <description>Whether to highlight changed files in the file list by making them bold, or alternatively by making them red</description>
      <default>true</default>
    </key>

    <key name="sort-case-sensitive" type="b">
      <summary>Sort files case-sensitively</summary>
      <description>Whether file sorting is case-sensitive</description>
      <default>true</default>
    </key>

    <key name="sort-mode" enum="org.gnome.EasyTAG.EtSortMode">
      <summary>How to sort audio files in the file list</summary>
      <description>Sort files in ascending or descending order for the selected type</description>
      <default>'ascending-track-number'</default>
    </key>

    <key name="log-show" type="b">
      <summary>Show the log</summary>
      <description>Whether to show the log in the main window</description>
      <default>true</default>
    </key>

    <key name="id3-override-read-encoding" type="b">
      <summary>Use a non-standard character encoding when reading ID3 tags</summary>
      <description>Whether to use a non-standard character encoding when reading ID3 tags</description>
      <default>false</default>
    </key>

    <key name="id3-strip-empty" type="b">
      <summary>Strip ID3 tags if all ID3 tags are empty</summary>
      <description>Whether to remove the ID3 tag from the audio file if all the individual tag fields are empty</description>
      <default>true</default>
    </key>

    <key name="id3v1-enabled" type="b">
      <summary>Write ID3v1 tags</summary>
      <description>Whether to write ID3v1 tags when writing ID3 tags into audio files</description>
      <default>false</default>
    </key>

    <key name="id3v1-charset" enum="org.gnome.EasyTAG.EtCharset">
      <summary>The character set for writing ID3v1 tags</summary>
      <description>Choose the character set to be used when writing ID3v1 tags</description>
      <default>'iso-8859-1'</default>
    </key>

    <key name="id3v1-encoding-option" enum="org.gnome.EasyTAG.EtTagEncoding">
      <summary>Encoding options when writing ID3v1 tags</summary>
      <description>Additional options to pass to iconv() when converting between encodings when writing ID3v1 tags</description>
      <default>'none'</default>
    </key>

    <key name="id3v1v2-charset" enum="org.gnome.EasyTAG.EtCharset">
      <summary>The character set for reading ID3v1 and ID3v2 tags</summary>
      <description>Choose the character set to be used when reading ID3v1 and ID3v2 tags</description>
      <default>'utf-8'</default>
    </key>

    <key name="id3v2-enabled" type="b">
      <summary>Write ID3v2 tags</summary>
      <description>Whether to write ID3v2 tags when writing ID3 tags into audio files</description>
      <default>true</default>
    </key>

    <key name="id3v2-version-4" type="b">
      <summary>Enable ID3v2.4 support</summary>
      <description>Whether to write ID3v2.4 tags when ID3v2 support is enabled</description>
      <default>false</default>
    </key>

    <key name="id3v2-convert-old" type="b">
      <summary>Convert old ID3 tag versions to new ones</summary>
      <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>
      <default>true</default>
    </key>

    <key name="id3v2-compression" type="b">
      <summary>Compress data in ID3v2 tags</summary>
      <description>Whether to compress data in ID3v2 tags</description>
      <default>false</default>
    </key>

    <key name="id3v2-crc32" type="b">
      <summary>Use CRC-32 in ID3v2 tags</summary>
      <description>Whether to embed a CRC-32 checksum of the audio file data in ID3v2 tags</description>
      <default>true</default>
    </key>

    <key name="id3v2-text-only-genre" type="b">
      <summary>Use text-only genre in ID3v2 tags</summary>
      <description>Whether to use only a string, and not the integer-base ID3v1 genre field, when writing a genre field to ID3v2 tags</description>
      <default>false</default>
    </key>

    <key name="id3v2-enable-unicode" type="b">
      <summary>Use Unicode character encoding in ID3v2 tags</summary>
      <description>Whether to use a Unicode character set when writing ID3v2 tags</description>
      <default>true</default>
    </key>

    <key name="id3v2-unicode-charset" type="s">
      <summary>The Unicode character set for writing ID3v2 tags</summary>
      <description>Choose the Unicode character set to be used when writing ID3v2 tags</description>
      <choices>
        <choice value="UTF-8" />
        <choice value="UTF-16" />
      </choices>
      <default>'UTF-8'</default>
    </key>

    <key name="id3v2-no-unicode-charset" enum="org.gnome.EasyTAG.EtCharset">
      <summary>The character set for writing ID3v2 tags</summary>
      <description>Override the typical Unicode character set to be used when writing ID3v2 tags</description>
      <default>'iso-8859-1'</default>
    </key>

    <key name="id3v2-encoding-option" enum="org.gnome.EasyTAG.EtTagEncoding">
      <summary>Encoding options when writing ID3v2 tags</summary>
      <description>Additional options to pass to iconv() when converting between encodings when writing ID3v2 tags</description>
      <default>'none'</default>
    </key>

    <key name="tag-date-autocomplete" type="b">
      <summary>Automatically complete the date</summary>
      <description>Whether to automatically complete the date tag</description>
      <default>true</default>
    </key>

    <key name="tag-disc-padded" type="b">
      <summary>Pad the disc number tag field</summary>
      <description>Whether the disc number tag field should be padded with
      leading zeroes</description>
      <default>true</default>
    </key>

    <key name="tag-disc-length" type="u">
      <summary>The length of the disc number field</summary>
      <description>The length of the disc number field, which controls if the
      field is padded with leading zeroes</description>
      <default>2</default>
      <range min="0" max="6" />
    </key>

    <key name="tag-image-type-automatic" type="b">
      <summary>Automatically select the type of the image based on its filename</summary>
      <description>Whether to, when adding cover art, automatically select the type for an image based on its filename</description>
      <default>true</default>
    </key>

    <key name="tag-number-padded" type="b">
      <summary>Pad the track number tag field</summary>
      <description>Whether the track number tag field should be padded with leading zeroes</description>
      <default>true</default>
    </key>

    <key name="tag-number-length" type="u">
      <summary>The length of the track number field</summary>
      <description>The length of the track number field, which controls if the field is padded with leading zeroes</description>
      <default>2</default>
      <range min="0" max="6" />
    </key>

    <key name="tag-preserve-focus" type="b">
      <summary>Preserve the tag field focus</summary>
      <description>Whether to preserve focus on the current tag field when switching file</description>
      <default>true</default>
    </key>

    <key name="fill-convert-spaces" enum="org.gnome.EasyTAG.EtConvertSpaces">
      <summary>Convert spaces and underscores when filling tag fields</summary>
      <description>Whether to convert to spaces (and %20) or underscores when filling tag fields from filenames</description>
      <default>'spaces'</default>
    </key>

    <key name="fill-overwrite-tag-fields" type="b">
      <summary>Overwrite tag field</summary>
      <description>Whether to overwrite the tag field values when filling tags. Otherwise, only blank tag fields will be filled</description>
      <default>true</default>
    </key>

    <key name="fill-set-default-comment" type="b">
      <summary>Set the default comment</summary>
      <description>Whether to set the comment tag field to the provided default value when filling tags</description>
      <default>true</default>
    </key>

    <key name="fill-default-comment" type="s">
      <summary>Default comment for filling tags</summary>
      <description>The default comment to use when filling tags</description>
      <default>'Encoded by EasyTAG'</default>
    </key>

    <key name="fill-crc32-comment" type="b">
      <summary>Use the CRC-32 as the default comment</summary>
      <description>Whether to use the CRC-32 of the audio file data as the default comment, for files with ID3 tags only</description>
      <default>false</default>
    </key>

    <key name="confirm-write-tags" type="b">
      <summary>Confirm before writing tags</summary>
      <description>Whether to ask for confirmation from the user before writing tags to audio files</description>
      <default>false</default>
    </key>

    <key name="confirm-rename-file" type="b">
      <summary>Confirm before renaming a file</summary>
      <description>Whether to ask for confirmation from the user before renaming a file</description>
      <default>false</default>
    </key>

    <key name="confirm-write-playlist" type="b">
      <summary>Confirm before writing a playlist</summary>
      <description>Whether to ask for confirmation from the user before writing a playlist</description>
      <default>false</default>
    </key>

    <key name="confirm-delete-file" type="b">
      <summary>Confirm before deleting a file</summary>
      <description>Whether to ask for confirmation from the user before deleting a file</description>
      <default>true</default>
    </key>

    <key name="confirm-when-unsaved-files" type="b">
      <summary>Confirm before losing unsaved changes to files</summary>
      <description>Whether to ask for confirmation from the user before performing an operation that would lose unsaved changes on files</description>
      <default>true</default>
    </key>

    <key name="load-filenames-run-scanner" type="b">
      <summary>Run the current scanner when loading filenames from a file</summary>
      <description>Whether to run the currently selected scanner on filenames loaded from a text file</description>
      <default>false</default>
    </key>

    <key name="process-fields" flags="org.gnome.EasyTAG.EtProcessField">
      <summary>Process these tag fields</summary>
      <description>The tag fields to process when using the scanner</description>
      <default>['title','artist','album-artist','album','genre','comment','composer','original-artist','copyright','url','encoded-by']</default>
    </key>

    <key name="process-convert" enum="org.gnome.EasyTAG.EtProcessFieldsConvert">
      <summary>Convert tag fields when processing</summary>
      <description>Whether to convert to spaces (and %20), underscores or other characters when processing tag fields</description>
      <default>'spaces'</default>
    </key>

    <key name="process-convert-characters" type="b">
      <summary>Convert characters in tags</summary>
      <description>Whether to convert characters of the tag from one value to another when processing tag fields</description>
      <default>false</default>
    </key>

    <key name="process-convert-characters-from" type="s">
      <summary>Convert characters in tags</summary>
      <description>Convert the following characters when processing tag fields</description>
      <default>''</default>
    </key>

    <key name="process-convert-characters-to" type="s">
      <summary>Convert characters in tags</summary>
      <description>Replace any matched sequence of characters with this string when processing tag fields</description>
      <default>''</default>
    </key>

    <key name="process-lowercase-all" type="b">
      <summary>Lower-case all characters</summary>
      <description>Whether to lower-case all characters of the tag when processing tag fields</description>
      <default>false</default>
    </key>

    <key name="process-uppercase-all" type="b">
      <summary>Upper-case all characters</summary>
      <description>Whether to upper-case all characters of the tag when processing tag fields</description>
      <default>false</default>
    </key>

    <key name="process-uppercase-first-letter" type="b">
      <summary>Upper-case the first letter of the tag</summary>
      <description>Whether to upper-case the first letter of the tag when processing tag fields</description>
      <default>false</default>
    </key>

    <key name="process-uppercase-first-letters" type="b">
      <summary>Upper-case the first letter of each word</summary>
      <description>Whether to upper-case the first letter of each word when processing tag fields</description>
      <default>true</default>
    </key>

    <key name="process-uppercase-prepositions" type="b">
      <summary>Upper-case prepositions</summary>
      <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>
      <default>false</default>
    </key>

    <key name="process-detect-roman-numerals" type="b">
      <summary>Detect roman numerals</summary>
      <description>Whether to detect Roman numerals when applying upper-case conversions while processing tag fields</description>
      <default>true</default>
    </key>

    <key name="process-remove-spaces" type="b">
      <summary>Remove spaces</summary>
      <description>Whether to remove all spaces when processing tag fields</description>
      <default>false</default>
    </key>

    <key name="process-insert-capital-spaces" type="b">
      <summary>Insert spaces before capital letters</summary>
      <description>Whether to insert spaces before capital letters when processing tag fields</description>
      <default>false</default>
    </key>

    <key name="process-remove-duplicate-spaces" type="b">
      <summary>Remove duplicate spaces</summary>
      <description>Whether to remove duplicate spaces and underscores when processing tag fields</description>
      <default>true</default>
    </key>

    <key name="playlist-filename-mask" type="s">
      <summary>Playlist filename mask</summary>
      <description>The default filename mask to use for a new playlist</description>
      <default>'playlist_%a_-_%b'</default>
    </key>

    <key name="playlist-use-mask" type="b">
      <summary>Use a filename mask when generating a playlist</summary>
      <description>Whether to use a filename mask when creating playlists</description>
      <default>false</default>
    </key>

    <key name="playlist-selected-only" type="b">
      <summary>Create playlists with only the selected files</summary>
      <description>Whether to use only the selected files or all files when creating playlists</description>
      <default>false</default>
    </key>

    <key name="playlist-relative" type="b">
      <summary>Use relative paths when creating playlists</summary>
      <description>Whether to use relative paths for files when creating playlists</description>
      <default>false</default>
    </key>

    <key name="playlist-parent-directory" type="b">
      <summary>Create the playlist in the parent directory</summary>
      <description>Whether to create the playlist in the parent directory</description>
      <default>false</default>
    </key>

    <key name="playlist-dos-separator" type="b">
      <summary>Use DOS separators for playlists</summary>
      <description>Whether to use backslash as directory separator when generating playlists</description>
      <default>false</default>
    </key>

    <key name="playlist-content" enum="org.gnome.EasyTAG.EtPlaylistContent">
      <summary>Content of generated playlists</summary>
      <description>Write a plain list of files, include extended information from the filename or extended information using a supplied mask</description>
      <default>'extended'</default>
    </key>

    <key name="playlist-default-mask" type="s">
      <summary>Playlist default mask</summary>
      <description>The default mask to use for files in a playlist</description>
      <default>'%n/%l - %a - %b - %t'</default>
    </key>

    <key name="search-case-sensitive" type="b">
      <summary>Search for files case-sensitively</summary>
      <description>Whether matches when searching for files are case-sensitive</description>
      <default>true</default>
    </key>

    <key name="search-filename" type="b">
      <summary>Search in filenames</summary>
      <description>Perform the search on filenames</description>
      <default>true</default>
    </key>

    <key name="search-tag" type="b">
      <summary>Search in tags</summary>
      <description>Perform the search on tags</description>
      <default>true</default>
    </key>

    <key name="scan-tag-default-mask" type="s">
      <summary>Mask for filling tags from filenames</summary>
      <description>The default mask to use when automatically filling tags with information from filenames</description>
      <default>'%b/%a - %t'</default>
    </key>

    <key name="rename-file-default-mask" type="s">
      <summary>Mask for renaming files</summary>
      <description>The default mask to use when renaming files</description>
      <default>'%a - %t'</default>
    </key>

    <key name="rename-directory-default-mask" type="s">
      <summary>Mask for renaming directories</summary>
      <description>The default mask to use when renaming directories</description>
      <default>'%b'</default>
    </key>

    <key name="rename-directory-with-mask" type="b">
      <summary>Use a mask when renaming directories</summary>
      <description>Whether to use a mask when renaming directories</description>
      <default>true</default>
    </key>

    <key name="rename-convert-spaces" enum="org.gnome.EasyTAG.EtConvertSpaces">
      <summary>Convert spaces and underscores when renaming files</summary>
      <description>Whether to convert to spaces or underscores when renaming files</description>
      <default>'spaces'</default>
    </key>

    <key name="rename-extension-mode" enum="org.gnome.EasyTAG.EtFilenameExtensionMode">
      <summary>How to modify filename extensions when renaming</summary>
      <description>Change the file extension to all lower-case, all upper-case or do not change it</description>
      <default>'lower-case'</default>
    </key>

    <key name="rename-encoding" enum="org.gnome.EasyTAG.EtRenameEncoding">
      <summary>Encoding options when renaming files</summary>
      <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>
      <default>'try-alternative'</default>
    </key>

    <key name="rename-replace-illegal-chars" type="b">
      <summary>Replace illegal characters when renaming</summary>
      <description>Whether to replace illegal characters in a filename when using the rename function</description>
      <default>true</default>
    </key>

    <key name="scan-mask-editor-show" type="b">
      <summary>Show the scanner mask editor</summary>
      <description>Whether to show the scanner mask editor in the tag scanner</description>
      <default>false</default>
    </key>

    <key name="scan-legend-show" type="b">
      <summary>Show the scanner legend</summary>
      <description>Whether to show the scanner legend in the tag scanner</description>
      <default>true</default>
    </key>

    <key name="scan-startup" type="b">
      <summary>Show the scanner window on startup</summary>
      <description>Whether to show the scanner window on application startup</description>
      <default>false</default>
    </key>

    <key name="scan-mode" enum="org.gnome.EasyTAG.EtScanMode">
      <summary>The scan mode</summary>
      <description>Which type of scan to show in the scanner</description>
      <default>'rename-file'</default>
    </key>

    <key name="ogg-split-title" type="b">
      <summary>Split Ogg title fields</summary>
      <description>Whether to split title fields at a “ - ” separator in Ogg comments</description>
      <default>false</default>
    </key>

    <key name="ogg-split-artist" type="b">
      <summary>Split Ogg artist fields</summary>
      <description>Whether to split artist fields at a “ - ” separator in Ogg comments</description>
      <default>false</default>
    </key>

    <key name="ogg-split-album" type="b">
      <summary>Split Ogg album fields</summary>
      <description>Whether to split album fields at a “ - ” separator in Ogg comments</description>
      <default>false</default>
    </key>

    <key name="ogg-split-genre" type="b">
      <summary>Split Ogg genre fields</summary>
      <description>Whether to split genre fields at a “ - ” separator in Ogg comments</description>
      <default>false</default>
    </key>

    <key name="ogg-split-comment" type="b">
      <summary>Split Ogg comment fields</summary>
      <description>Whether to split comment fields at a “ - ” separator in Ogg comments</description>
      <default>false</default>
    </key>

    <key name="ogg-split-composer" type="b">
      <summary>Split Ogg composer fields</summary>
      <description>Whether to split composer fields at a “ - ” separator in Ogg comments</description>
      <default>false</default>
    </key>

    <key name="ogg-split-original-artist" type="b">
      <summary>Split Ogg original artist fields</summary>
      <description>Whether to split original artist fields at a “ - ” separator in Ogg comments</description>
      <default>false</default>
    </key>

    <key name="preferences-page" type="u">
      <summary>Page to show in the preferences dialog</summary>
      <description>The page in the notebook of the preferences dialog</description>
      <default>0</default>
      <range min="0" max="7" />
    </key>

  </schema>
</schemalist>