]> git.donarmstrong.com Git - x_full.git/blob - .ripit/config
add ripit configuration
[x_full.git] / .ripit / config
1 # RipIT 3.9.0
2 #####
3 #
4 # Ripping device & path.
5 #
6
7 # cddevice: Define ripping device if other than /dev/cdrom.
8 # Default: /dev/cdrom
9
10 cddevice=/dev/cdrom
11
12 # output: Path for audio files. If not set, $HOME will be used.
13 # Default: not set
14
15 output=/home/don/media/audio
16
17 # directory permissions: Permissions for directories.
18 # Default: 0755
19
20 dpermission=0755
21
22 # file permissions: Permissions for sound and log files.
23 # If not set, uses the default system settings.
24 # Default: not set
25
26 fpermission=
27
28
29 #####
30 #
31 # Ripping options.
32 #
33
34 # ripper: select CD ripper
35 # 0 - dagrab
36 # 1 - cdparanoia
37 # 2 - cdda2wav
38 # 3 - tosha
39 # 4 - cdd
40 # Default: cdparanoia
41
42 ripper=1
43
44 # ripopt: User definable options for the CD ripper.
45 # Default: not set
46
47 ripopt=
48
49 # span: Rip only part of a single track or the merged track-interval.
50 # Possible values: any in the format hh:mm:ss.ff-hh:mm:ss.ff
51 # Example: rip first 30s of each track: 0-30
52 # Default: not set
53
54 span=
55
56 # paranoia: Turn "paranoia" on or off for dagrab and cdparanoia.
57 # Possible values: 0 - no paranoia, 1 - use paranoia
58 #                  2 - switch paranoia off if ripping fails on one
59 #                      track and retry this track without paranoia
60 # Default: 1 - use paranoia
61
62 paranoia=1
63
64 # ghost: Analyze the wavs for possible gaps, split the wav into
65 # chunks of sound and delete blank tracks.
66 # Possible values: 0 - off, 1 - on
67 # Default: off
68
69 ghost=0
70
71 # prepend: Enlarge the the chunk of sound by a number of
72 # seconds at the beginning (if possible).
73 # Possible values: any positive number and zero; precision in
74 # tenths of seconds. Be aware of low numbers, especially when
75 # using option cdcue.
76 # Default: 2.0
77
78 prepend=0
79
80 # extend: Enlarge the the chunk of sound by a number of
81 # seconds at the end (if possible).
82 # Possible values: any positive number and zero; precision in
83 # tenths of seconds. Be aware of low numbers.
84 # Default: 2.0
85
86 extend=0
87
88 # resume: Resume a previously started session.
89 # Possible values: 0 - off, 1 - on
90 # Default: off
91
92 resume=0
93
94 # overwrite: Default behaviour of Ripit is not to overwrite existing
95 # directories, a suffix will be added if directory name exists.
96 # Use option overwrite to prevent this and either overwrite a previous
97 # rip or force Ripit to quit or even eject the disc. If ejection is
98 # chosen, the disc will be ejected even if option eject has not been
99 # switched on.
100 # Possible values: n - off, y - on,
101 #                  q - quit, e - quit and force ejection
102 # Default: off
103
104 overwrite=y
105
106
107 #####
108 #
109 # Encoding options
110 #
111
112 # encode: Encode the wavs.
113 # Possible values: 0 - off, 1 - on
114 # Default: on
115
116 encode=1
117
118 # coder: Select encoders for audio files:
119 # 0 - Lame (mp3)
120 # 1 - Oggenc (ogg)
121 # 2 - Flac (flac)
122 # 3 - Faac (m4a)
123 # 4 - mp4als (als or mp4)
124 # 5 - Musepack (mpc)
125 # 6 - Wavpack (wv)
126 # 7 - ffmpeg
127 # Multiple encoders can be selected by giving a comma separated list
128 # Example: coder=0,0,1,2 encodes CD twice to mp3, ogg and flac files
129 # Default: Lame
130
131 coder=1,2
132
133 interaction=off
134
135 save=off
136
137 ###
138 #
139 # lame (mp3) encoder options
140 #
141
142 # qualame: Sets audio quality for lame encoder in cbr (lame-option -q)
143 # and vbr (lame-option -V) mode, comma separated list if encoder is
144 # used several times.
145 # Possible values: 0...9, off
146 # 0: highest quality
147 # 9: lowest quality
148 # Can be set to "off" if all options are passed to --lameopt.
149 # Example: qualame=off,off
150 # Note: default value is the same for cbr and vbr,
151 # although vbr-default should be 4.
152 # Default: 5
153
154 qualame=5
155
156 # lameopt: Additional options for lame encoder,
157 # use a comma separated list if encoder is used several times.
158 # Example: lameopt=-b 128,--preset extreme
159 # Default: not set
160
161 lameopt=
162
163 # vbrmode: Enable variable bitrate for lame encoder.
164 # Possible values: "old" or "new"
165 # Default: not set
166
167 vbrmode=
168
169 # bitrate: Sets bitrate for lame encoder.
170 # Possible values: 32...320, off
171 # Should be set to "off" if vbr is used
172 # Default: 128
173
174 bitrate=128
175
176 # maxrate: Sets maximum bitrate for lame (when using vbr) and oggenc.
177 # Possible values: 0 - off, 32...320
178 # Default: 0
179
180 maxrate=0
181
182 # preset: Use lame presets. To set the "fast" switch, use --vbrmode new.
183 # Possible values: medium, standard, extreme, insane
184 #
185 # medium: 160kbps
186 # standard: 192kbps
187 # extreme: 256kbps
188 # insane: 320kbps
189 #
190 # Default: not set
191
192 preset=
193
194 ###
195 #
196 # oggenc (ogg) encoder options
197 #
198
199 # qualoggenc: Sets audio quality for oggenc.
200 # Possible values: 1..10, off
201 # 1: lowest quality
202 # 10: highest quality
203 # Can be set to "off"
204 # Default: 3
205
206 qualoggenc=3
207
208 # oggencopt: Additional options for oggenc,
209 # use a comma separated list if encoder is used several times.
210 # Default: not set
211
212 oggencopt= 
213
214 ###
215 #
216 # flac (lossless) encoder options
217 #
218
219 # quaflac: Sets audio compression for flac encoder
220 # Possible values: 0...8, off
221 # 0: lowest compression
222 # 8: highest compression
223 # Can be set to "off"
224 # Default: 5
225
226 quaflac=8
227
228 # flacopt: Additional options for flac encoder,
229 # use a comma separated list if encoder is used several times.
230 # Example of single encoder:
231 # flacopt=--padding=8212 --replay-gain
232 # Example of multiple encoder:
233 # flacopt=--padding=8212 --replay-gain,--padding=8212
234 # Note: If using the --replay-gain option the padding option
235 # is recommended, otherwise all padding might be lost.
236 # Default: not set
237
238 flacopt=
239
240 ###
241 #
242 # faac (m4a) encoder options
243 #
244
245 # quafaac: Sets audio quality for faac encoder
246 # Possible values: 10...500, off
247 # 10: lowest quality
248 # 500: highest quality
249 # Can be set to "off"
250 # Default: 100
251
252 quafaac=100
253
254 # faacopt: Additional options for faac encoder,
255 # comma separated list if encoder is used several times.
256 # Default: not set
257
258 faacopt=
259
260 ###
261 #
262 # mp4als (als or mp4) encoder options
263 #
264
265 # quamp4als: Set audio compression level for mp4als.
266 # Note: Options that influence compression and speed
267 # should be used in the mp4als options below.
268 # Default: 0
269
270 quamp4als=0
271
272 # mp4alsopt: Additional options for mp4als encoder,
273 # comma separated list if encoder is used several times.
274 # Example: -MP4 to allow tagging, mandatory.
275 # Example: -a -o30 for faster speed.
276 # Default: not set
277
278 mp4alsopt=
279
280 ###
281 #
282 # Musepack (mpc) encoder options
283 #
284
285 # musenc: The encoder name on the command line
286 # Possible values: any
287 # Example: musenc=mppenc for older versions
288 # Default: mpcenc
289
290 musenc=mpcenc
291
292 # quamuse: Sets audio quality for Musepack encoder
293 # Possible values: 0...10, off
294 # 0: lowest quality
295 # 10: highest quality
296 # Can be set to "off"
297 # Default: 5
298
299 quamuse=5
300
301 # museopt: Additional options for Musepack encoder,
302 # use a comma separated list if encoder is used several times.
303 # Default: not set
304
305 museopt=
306
307 ###
308 #
309 # Wavpack (wv) encoder options
310 #
311
312 # wavpacopt: Additional options for Wavpack encoder,
313 # use a comma separated list if encoder is used several times.
314 # Example: -b320chy
315 # Default: -y
316
317 wavpacopt=-y
318
319 ###
320 #
321 #ffmpeg encoder options
322 #
323
324 # ffmpegopt: Additional options for ffmpeg,
325 # use a comma separated list if encoder is used several times.
326 # Example if ffmpeg is used twice: -acodec alac,-acodec wmav2
327 # Default: off
328
329 ffmpegopt=
330
331 # ffmpegsuffix: Suffix to be used for ffmpeg,
332 # use a comma separated list if encoder is used several times.
333 # Example if ffmpeg is used twice: m4a,wma
334 # Default: off
335
336 ffmpegsuffix=
337
338
339 #####
340 #
341 # Trackname and directory template
342 #
343
344 # dirtemplate: Template for directory structure
345 # The template can be created using any legal
346 # character, including slashes (/) for multi-level
347 # directory-trees, and the following variables:
348 # $album
349 # $artist
350 # $iletter
351 # $genre
352 # $quality
353 # $suffix
354 # $trackname
355 # $tracknum
356 # $year
357 # $trackno
358 #
359 # The variable $iletter is the initial letter of
360 # the artist variable, the $quality is the quality
361 # according to the encoding format defined by $suffix.
362 # The variable $quality reflects the encoder options,
363 # not the arguments of option --quality which may be set
364 # to off. The variable $trackno is the total number of tracks
365 # of the release.
366 #
367 # dirtemplate is an array, for each encoder a different
368 # dirtemplate may be defined (i. e. for each encoder state
369 # a line starting with dirtemplate=...).
370 #
371 # Example:
372 # dirtemplate="$suffix/hard_path/$iletter/$artist/$year - $album"
373 #
374 # The double quotes (") are mandatory!
375 # Default: "$artist - $album"
376
377 dirtemplate="${artist}/${album}"
378
379 # tracktemplate: Template for track names
380 # "tracktemplate" is used similarly to "dirtemplate"
381 # Default:  "$tracknum $trackname"
382
383 tracktemplate="${tracknum}_${trackname}"
384
385 # trackoffset: Add an offset to the track counter ($tracknum)
386 # Possible values: any integer
387 # Default: 0
388
389 trackoffset=0
390
391 # infolog: Log certain operations to file
392 # (e.g. system calls, creation of dirs/files)
393 # Possible values: filename (full path, no ~ here!)
394 # Default: not set
395
396 infolog=
397
398 # lowercase: Convert filenames to lowercase
399 # Possible values: 0 - off, 1 - on
400 # Default: off
401
402 lowercase=1
403
404 # uppercasefirst: Convert filenames and tags to uppercase first,
405 # not recommended. To be used on the command line only if CDDB entry
406 # is in uppercase.
407 # Possible values: 0 - off, 1 - on
408 # Default: off
409
410 uppercasefirst=0
411
412 # underscore: Replace blanks in filenames with underscores
413 # Possible values: 0 - off, 1 - on
414 # Default: off
415
416 underscore=1
417
418 # chars: Exclude special characters in file names and path.
419 # Note: following characters will always be purged:
420 #  ; > < " and \015 .
421 # Side note: if calling this option on the command line without
422 # argument, following characters will be purged:  |\:*?$  plus
423 # blanks and periods at beginning and end of file names and directories.
424 # This is identical to the word NTFS passed as argument to the command
425 # line or stated here in the config file. The word HFS will purge colons
426 # only plus blanks and periods at beginning of file names and
427 # directories.
428 #
429 # No need to escape the special characters here in the config file.
430 # Possible values: HFS, NTFS, none, any (?)
431 # Default: not set
432
433 chars=
434
435 # playlist: Create m3u playlist with or without the full path
436 # in the filename.
437 # Possible values: 0 - off,
438 #                  1 - on with full path
439 #                  2 - on with no path (filename only)
440 # Default: on (with full path)
441
442 playlist=1
443
444
445 #####
446 #
447 # Audio file tagging
448 #
449
450 # year-tag: State a year (mp3, m4a) or a date (ogg, flac) tag.
451 # Possible values: integer
452 # Default: not set
453
454 year=
455
456 # comment-tag: State a comment (mp3, m4a, mpc) or a
457 # description (ogg, flac) tag. To write the cddbid used for freedb
458 # or the MusicBrainz discid into the comment, use the word "cddbid"
459 # or "discid".
460 # Possible values: discid, cddbid or any string
461 # Default: not set
462
463 comment=discid
464
465 # mp3tags: Additional tags for mp3 not passed by the encoder.
466 # Example: Force a unofficial compilation frame when using within
467 # a certain player: TCMP=1
468 # Note: option is an array, for each additional frame/tag to be added
469 # state the option once.
470 # Possible values: none, any
471 # Default: not set
472
473 mp3tags=
474
475 # utftag: Use Lame-tags in UTF-8 or convert them
476 # (but not the filenames) from Unicode to ISO8859-1.
477 # Use when your mp3-audio player doesn't support Unicode tags.
478 # Recommended with Lame.
479 # Possible values: 0 - off, 1 - on
480 # Default: on
481
482 utftag=1
483
484 # coverart: Add cover image to metadata of encoded file if possible.
485 # Note: The cover must be available when encoding starts, one might
486 # want to use option --precmd to execute a script for downloading and
487 # preparing a cover. Argument is a list in same order as encoders with
488 # values 0 (no coverart) or 1 (add coverart) for each encoder.
489 # Example: 1,0,0,1
490 # Possible values: 0 - off, 1 - on
491 # Default: off
492
493 coverart=0
494
495 # coverpath: Path where the cover can be found.
496 # Example: ../thumb.png
497 # Possible values: string, none
498 # Default: none
499
500 coverpath=
501
502 # copycover: Copy a cover (or any other file) to all
503 # directories containing encoded files. Useful e.g. when using Amarok.
504 # Example: "$wavdir/cover.jpg"
505 # Possible values: none - off, absolute path to image
506 # Default: off
507
508 copycover=
509
510 # vatag: Analyze tracknames for "various artists" style and split
511 # the metadata in case one of the delimiters (colon, hyphen, slash or
512 # parenthesis) are found. Use unpair numbers for the scheme
513 # "artist ? tracktitle" and pair numbers in the opposite case.
514 # The artist will be compared to the argument of option --vastring
515 # (see below). If the artist must be like vastring and each track have a
516 # delimiter, use 1 (2), if the artist must be like vastring while only
517 # some tracks contain the delimiter, use 3 (4), if no restrictions
518 # apply for the artist but all tracknames must have a delimiter, use
519 # 5 (6) and finally, if only a few tracks contain a delimiter to be
520 # used as splitting point, set vatag to 7 (8).
521 # Example: 5
522 # Possible values: 0 - off, 1, 2, 3, 4, 5, 6, 7, 8
523 # Default: off
524
525 vatag=0
526
527 # vastring: the string (regular expression) that defines the
528 # "various artists" style
529 # Example: Varios|VA
530 # Possible values: string, none
531 # Default: \bVA\b|Variou*s|Various\sArtists
532
533 vastring=\bVA\b|Variou*s|Various Artists
534
535 # mp3gain: Add album gain tags to mp3 files using the appropriate
536 # command with options and arguments but without infiles.
537 # Example: mp3gain -a -c -q -s i
538 # Default: not set
539
540 mp3gain=
541
542 # vorbgain: Add album gain tags to ogg files using the appropriate
543 # command with options and arguments but without infiles.
544 # Example: vorbisgain -a -q
545 # Default: not set
546
547 vorbgain=
548
549 # flacgain: Add album gain tags to flac files using the appropriate
550 # command with options and arguments but without infiles.
551 # Example: metaflac --add-replay-gain
552 # Default: not set
553
554 flacgain=
555
556 # aacgain: Add album gain tags to mp4 or m4a files using the appropriate
557 # command with options and arguments but without infiles.
558 # Example: aacgain -a -c -q
559 # Default: not set
560
561 aacgain=
562
563 # mpcgain: Add album gain tags to mpc files using the appropriate
564 # command with options and arguments but without infiles.
565 # Example: mpcgain
566 # Default: not set
567
568 mpcgain=
569
570 # wvgain: Add album gain tags to wv files using the appropriate
571 # command with options and arguments but without infiles.
572 # Example: wvgain -a -q
573 # Default: not set
574
575 wvgain=
576
577
578 #####
579 #
580 # CDDB options
581 #
582
583 # mb: Access MusicBrainz DB via WebService::MusicBrainz module instead
584 # of the http protocol (see below).
585 # Possible values: 0 - off, 1 - on
586 # Default: off
587
588 mb=1
589
590 # CDDBHOST: Specifies the CDDB server
591 # Possible values: freedb.org, freedb2.org or musicbrainz.org
592 # Note: Full name of the server used is $mirror.$CDDBHOST, except for
593 # freedb2.org (no mirror) and musicbrainz.org has freedb as default
594 # mirror.
595 # E.g. default server is freedb.freedb.org
596 # Default: freedb.org
597
598 CDDBHOST=freedb.org
599
600 # mirror: Selects freedb mirror
601 # Possible values: "freedb" or any freedb mirrors
602 # See www.freedb.org for mirror list
603 # Note: Full name of the server used is $mirror.$CDDBHOST
604 # E.g., default server is freedb.freedb.org
605 # Default: freedb
606
607 mirror=freedb
608
609 # transfer: Set transfer mode for cddb queries
610 # Possible values: cddb, http
611 # Note: CDDB servers freedb2.org and musicbrainz.org may need transfer
612 # mode http.
613 # Default: cddb
614
615 transfer=cddb
616
617 # proto: Set CDDP protocol level
618 # Possible values: 5, 6
619 # Protocol level 6 supports Unicode (UTF-8)
620 # Default: 6
621
622 proto=6
623
624 # proxy: Address of http-proxy, if needed.
625 # Default: not set
626
627 proxy=
628
629 # mailad: Mail address for cddb submissions.
630 # Possible values: Valid user email address for submitting cddb entries
631 # Default: not set
632
633 mailad=
634
635 # archive: Read and save cddb data on local machine.
636 # Possible values: 0 - off, 1 - on
637 # Default: off
638
639 archive=1
640
641 # submission: Submit new or edited cddb entries to freeCDDB.
642 # Possible values: 0 - off, 1 - on
643 # Default: on
644
645 submission=1
646
647 # interaction: Turns on or off user interaction in cddb dialog and
648 # everywhere else.
649 # Possible values: 0 - off, 1 - on
650 # Default: on
651
652 interaction=1
653
654 # isrc: detect track iscrs using icedax and submit them to Musicbrainz
655 # if login info is provided. Please check if the device in use is
656 # able to read correct ISRCs and submit them if found.
657 # Possible values: 0 - off, 1 - on
658 # Default: off
659
660 isrc=0
661
662 # mbname: login name to Musicbrainz.org
663 # Possible values: string
664 # Default: not set
665
666 mbname=
667
668 # mbpass: password to Musicbrainz.org
669 # Possible values: string
670 # Default: not set
671
672 mbpass=
673
674
675 #####
676 #
677 # LCD options
678 #
679
680 # lcd: Use lcdproc to display status on LCD
681 # Possible values: 0 - off, 1 - on
682 # Default: off
683
684 lcd=0
685
686 # lcdhost: Specify the lcdproc host
687 # Default: localhost
688
689 lcdhost=localhost
690
691 # lcdport: Specify port number for localhost
692 # Default: 13666
693
694 lcdport=13666
695
696
697 #####
698 #
699 # Distributed ripping options
700 #
701
702 # sshlist: Comma separated list of remote machines ripit shall use
703 # for encoding. The output path must be the same for all machines.
704 # Specify the login (login@machine) only if not the
705 # same for the remote machine. Else just state the
706 # machine names.
707 # Default: not set
708
709 sshlist=
710
711 # scp: Copy files to encode to the remote machine.
712 # Use if the fs can not be accessed on the remote machines
713 # Possible values: 0 - off, 1 - on
714 # Default: off
715
716 scp=0
717
718 # local: Turn off encoding on local machine, e.g. use only remote
719 # machines.
720 # Possible values: 0 - off, 1 - on
721 # Example: local=0 (off) turns off encoding on the
722 # local machine
723 # Default: on
724
725 local=1
726
727
728 #####
729 #
730 # Misc. options
731 #
732
733 # verbosity: Run silent (do not output comments, status etc.) (0), with
734 # minimal (1), normal without encoder msgs (2), normal (3), verbose (4)
735 # or extremely verbose (5).
736 # Possible values: 0...5
737 # Default: 3 - normal
738
739 verbose=3
740
741 # eject: Eject cd after finishing encoding.
742 # Possible values: 0 - off, 1 - on
743 # Default: off
744
745 eject=0
746
747 # ejectcmd: Command used to eject and close CD tray.
748 # Possible values: string
749 # Example: /usr/sbin/cdcontrol for FreeBSD
750 # Default: eject
751
752 ejectcmd=eject
753
754 # ejectopt: Options to command used to eject or close CD.
755 # Possible values: string or "{cddev}" to design the CD
756 # device.
757 # Note: Don't use options -t / close or eject,
758 #       RipIT knows when to eject or load the tray
759 # Default: {cddev}
760
761 ejectopt={cddev}
762
763 # quitnodb: Give up CD if no CDDB entry found.
764 # Useful if option --loop or --nointeraction are on.
765 # Default behaviour is to let operator enter data or to use default
766 # artist, album and track names.
767 # Possible values: 0 - off, 1 - on
768 # Default: off
769
770 quitnodb=0
771
772 # execmd: Execute a command when done with ripping. Quote the command
773 # if needed.
774 # Note: The same variables as in the dirtemplate can be used. When
775 # using MusicBrainz one might want to use $cd{asin} to get the ASIN
776 # if available.
777 # Possible values: none - off, string - on
778 # Example: execmd="add_db -a \"$artist\" -r \"$album\""
779 # Default: off
780
781 execmd=
782
783 # precmd: Execute a command before starting to rip. Quote the command
784 # if needed.
785 # Note: The same variables as in the dirtemplate can be used. When
786 # using MusicBrainz one might want to use $cd{asin} to get the ASIN
787 # if available.
788 # Possible values: none - off, string - on
789 # Example: precmd="get_cover -a \"$artist\" -r \"$album\" -o \"$wavdir\" -t \"$trackno\""
790 # Default: off
791
792 precmd="/home/don/bin/get_coverart --asin \"$cd{asin}\" --artist \"$artist\" --album \"$album\" --cover \"/home/don/media/audio/${artist}/${album}/AlbumArt.jpg\""
793
794 # book: Create an audiobook, i. e. merge all tracks into one single
795 # file, option --ghost will be switched off and file suffix will be
796 # m4b. Make sure to use encoder faac, ripit will not check that.
797 # A chapter file will be written for chapter marks.
798 # Possible values: 0 - off, 1 - on
799 # Default: off
800
801 book=0
802
803 # loop: Continue with a new CD when the previous one is done.
804 # Option --eject will be forced. To start ripping process immediately
805 # after ejection of previous disc, use experimental argument 2. Ripit
806 # will restart as child process, one might see the prompt and it will
807 # be necessary to manually terminate the process! Use with caution!
808 # Possible values: 0 - off, 1 - on, 2 - immediate restart, experimental
809 # Default: off
810
811 loop=0
812
813 # halt: Powers off machine after finishing encoding.
814 # Possible values: 0 - off, 1 - on
815 # Default: off
816
817 halt=0
818
819 # nice: Sets "nice" value for the encoding process.
820 # Possible values: 0..19 for normal users,
821 #                  -20..19 for user "root"
822 # Default: 0
823
824 nice=0
825
826 # nicerip: Sets "nice" value for the ripping process.
827 # Possible values: 0..19 for normal users,
828 #                  -20..19 for user "root"
829 # Default: 0
830
831 nicerip=0
832
833 # threads: Comma separated list of numbers giving maximum
834 # of allowed encoder processes to run at the same time
835 # (on each machine when using sshlist).
836 # Possible values: comma separated integers
837 # Default: 1
838
839 threads=1
840
841 # md5sum: Create file with md5sums for each type of sound files.
842 # Possible values: 0 - off, 1 - on
843 # Default: off
844
845 md5sum=0
846
847 # wav: Don't delete wave-files after encoding.
848 # Possible values: 0 - off, 1 - on
849 # Default: off
850
851 wav=0
852
853 # normalize: Normalizes the wave-files to a given dB-value
854 # (default: -12dB)
855 # See http://normalize.nongnu.org for details.
856 # Possible values: 0 - off, 1 - on
857 # Default: off
858
859 normalize=0
860
861 # normcmd: Command to be used to normalize.
862 # Possible values: string
863 # Example: normalize-audio (when using Debian)
864 # Upstream default: normalize
865
866 # We are running Debian so set to normalize-audio
867 normcmd=normalize-audio
868
869 # normopt: Options to pass to normalize
870 # Possible values: -a -nndB   : Normalize to -nn dB, default is -12dB,
871 #                  Value range: All values <= 0dB
872 #                  Example    : normalize -a -20dB *.wav
873 #                  -b         : Batch mode - loudness differences
874 #                               between individual tracks of a CD are
875 #                               maintained
876 #                  -m         : Mix mode - all track are normalized to
877 #                               the same loudness
878 #                  -v         : Verbose operation
879 #                  -q         : Quiet operation
880 # For further options see normalize documentation.
881 # Default: -b
882 # The -v option will be added by default according to RipITs verbosity
883
884 normopt=-b
885
886 # cdtoc: Create a toc file to burn the wavs with
887 # cd-text using cdrdao or cdrecord (in dao mode).
888 # Possible values: 0 - off, 1 - on
889 # Default: off
890
891 cdtoc=0
892
893 # inf: Create inf files to burn the wavs with
894 # cd-text using wodim or cdrecord (in dao mode).
895 # Possible values: 0 - off, 1 - on
896 # Default: off
897
898 inf=0
899
900 # cdcue: Create a cue file to burn the wavs with cd-text.
901 # Possible values: 0 - off, 1 - on, 2 - on (experimental fallback)
902 # Note: Use value 2 only if for whatever reason value 1 should fail.
903 # Default: off
904
905 cdcue=0
906