##### # # RipIT 3.6.0 configuration file. # # For further information on ripit # configuration / parameters and examples see # the manpage or type ripit --help # or the README provided with ripit. ##### # # Ripping device & path. # # cddevice: define ripping device # if other than /dev/cdrom # Default: /dev/cdrom cddevice=/dev/cdrom # output: path for audio files # Default: not set output= # directory permissions: Permissions for directories # Default: 0777 dpermission=0777 # file permissions: Permissions for sound and log files # Default: 0644 fpermission=0644 ##### # # Ripping options. # # ripper: select CD ripper # 0 - dagrab # 1 - cdparanoia # 2 - cdda2wav # 3 - tosha # 4 - cdd # Default: cdparanoia ripper=1 # ripopt: user definable options for the CD ripper # Default: not set ripopt= # paranoia: turn "paranoia" on or off for dagrab # and cdparanoia # Possible values: 0 - off, 1 - on # Default: on paranoia=1 # ghost: analyze the wavs for possible gaps and # split the wav into chunks of sound # Possible values: 0 - off, 1 - on # Default: off ghost=0 # prepend: enlarge the the chunk of sound by a number of # seconds at the beginning (if possible). # Possible values: any positive number # Default: 2 prepend=2 # extend: enlarge the the chunk of sound by a number of # seconds at the end (if possible). # Possible values: any positive number # Default: 2 extend=2 ##### # # Encoding options # # encode: encode the wavs # Possible values: 0 - off, 1 - on # Default: on encode=1 # coder: Select encoders for audio files # 0 - Lame (mp3) # 1 - Oggenc (ogg) # 2 - Flac (flac) # 3 - Faac (m4a) # Multiple encoders can be selected by giving # a comma-separated list # Example: coder=0,1,2 encodes CD to mp3, ogg and flac files # Default: Lame coder=0 ### # # lame (mp3) encoder options # # qualame: Sets audio quality for lame encoder # in vbr (variable bitrate) mode # Possible values: 0...9, off # 0: higest quality # 9: lowest quality # Can be set to "off" if preset is used # Default: 5 qualame=5 # lameopt: Additional options for lame encoder # Default: not set lameopt= # vbrmode: Enable varibale bitrate for lame encoder # Values: "old" or "new" # Default: not set vbrmode= # bitrate: Sets bitrate for lame encoder # Possible values: 32...320, off # Should be set to "off" if vbr is used # Default: 128 bitrate=128 # maxrate: Sets maximum bitrate for lame (when using vbr) # and oggenc # Possible values: 0 - off, 32...320 # Default: 0 maxrate=0 # preset: Use lame presets # To set the "fast" switch, use --vbrmode new. # Possible values: medium, standard, extreme, insane # # medium: 160kbps # standard: 192kbps # extreme: 256kbps # insane: 320kbps # # Default: not set preset= ### # # oggenc (ogg) encoder options # # qualoggenc: Sets audio quality for oggenc # Possible values: 1..10, off # 1: lowest quality # 10: highest quality # Can be set to "off" # Default: 3 qualoggenc=3 # oggencopt: Additional options for oggenc # Default: not set oggencopt= ### # # flac (lossless) encoder options # # quaflac: Sets audio quality for flac encoder # Possible values: 0...8, off # 0: highest quality # 8: lowest quality # Can be set to "off" # Default: 5 quaflac=5 # flacopt: Additional options for flac encoder # Default: not set flacopt= ### # # faac (m4a) encoder options # # quafaac: Sets audio quality for faac encoder # Possible values: 10...500, off # 500: highest quality # 10: lowest quality # Can be set to "off" # Default: 100 quafaac=100 # faacopt: Additional options for faac encoder # Default: not set faacopt= ##### # # Trackname and directory template # # dirtemplate: Template for directory structure # The template can be created using the following # variables (tags) # $album # $artist # $genre # $trackname # $tracknum # $year # Example: "$artist - $year" # The double quotes (") are mandatory! # Default: "$artist - $album" dirtemplate="$artist - $album" # tracktemplate: Template for track names # "tracktemplate" is used similarly to "dirtemplate" # Default: "$tracknum $trackname" tracktemplate="$tracknum $trackname" # infolog: Log certain operations to file # (e.g. system calls, creation of dirs/files) # Possible values: filename (full path, no ~ here!) # Default: not set infolog= # lowercase: Convert filenames to lowercase # Possible values: 0 - off, 1 - on # Default: off lowercase=0 # underscore: Replace blanks in filenames with undersocres # Possible values: 0 - off, 1 - on # Default: off underscore=0 # chars: Exclude special characters and (ending!) periods # in file names. If no argument passed to option, then # following characters will be purged: :*#?$! and # (ending) periods deleted. Else only the passed ones # will be erased, and (ending) periods. No need to escape # the special characters here, if one enters them manually. # Possible values: none, any (?) # Default: not set chars= # playlist: Create m3u playlist with or without the full path # in the filename. # Possible values: 0 - off, 1 - on with full path # 2 - on with no path (filename only) # Default: on playlist=1 ##### # # Audio file tagging # # year-tag: State a year (mp3, m4a) or a date (ogg, flac) tag. # Possible values: integer # Default: not set year= # comment-tag: State a comment (mp3, m4a) or a # description (ogg, flac) tag. # Possible values: any string # Default: not set comment= # utftag: Use Lame-tags in UTF-8 or convert them # (but not the filenames) from Unicode to ISO8859-1. # Use when your mp3-audio player doesn't support Unicode tags. # Recommended with Lame. # Possible values: 0 - off, 1 - on # Default: on utftag=1 ##### # # CDDB options # # CDDBHOST: Specifies the CDDB server # Note: Full name of the server used is $mirror.$CDDBHOST # E.g., default server is freedb.freedb.org # Default: freedb.org CDDBHOST=freedb.org # mirror: Selects freedb mirror # Possible values: "freedb" or any freedb mirrors # See www.freedb.org for mirror list # Note: Full name of the server used is $mirror.$CDDBHOST # E.g., default server is freedb.freedb.org # Default: freedb mirror=freedb # trasfer: Set transfer mode for cddb queries # Possible values: cddb, http # Default: cddb transfer=cddb # proto: Set CDDP protocol level # Possible values: 5,6 # Protocol level 6 supports Unicode (UTF-8) # Default: 6 proto=6 # proxy: Address of http-proxy, if needed # Default: not set proxy= # mailad: Mail address for cddb submissions # Valid user email address for submitting cddb entries # Default: not set mailad= # archive: Read and save cddb data on local machine # Possible values: 0 - off, 1 - on # Default: off archive=0 # submission: Submit new or edited cddb entries to # freeCDDB # Possible values: 0 - off, 1 - on # Default: on submission=1 # interaction: Turns on or off user interaction in cddb dialog # Possible values: 0 - off, 1 - on # Default: on interaction=1 ##### # # LCD options # # lcd: Use lcdproc to display status on LCD # Possible values: 0 - off, 1 - on # Default: off lcd=0 # lcdhost: Specify the lcdproc host # Default: localhost lcdhost=localhost # lcdport: Specify port number for localhost # Default: 13666 lcdport=13666 ##### # # Distributed ripping options # # sshlist: Comma separated list of remote machines # that ripit shall use for encoding # The output path must be the same for all machines. # Specify the login (login@machine) only if not the # same for the remote machine. Else just state the # machine names. # Default: not set sshlist= # scp: Copy files to encode to the remote machine # Use if the fs can not be accessed on the remote machines # Possible values: 0 - off, 1 - on # Default: off scp=0 # local: Turn off encoding on local machine, # e.g. use only remote machines # Possible values: 0 - off, 1 - on # Example: local=0 (off) turns off encoding on the # local machine # Default: on local=1 ##### # # Misc. options # # verbosity: Run silent (do not output comments, status etc.) (0), with # minimal (1), normal without encoder msgs (2), normal (3), verbose (4) # or extremly verbose (5) # Possible values: 0...5 # Default: 3 - normal verbose=2 # eject: Eject cd after finishing encoding # Possible values: 0 - off, 1 - on # Default: off eject=0 # ejectcmd: Command used to eject and close CD tray # Possible values: string # Example: /usr/sbin/cdcontrol for FreeBSD # Default: eject ejectcmd=eject # ejectopt: Options to command used to eject or close CD # Possible values: string # Note: Don't use options -t / close or eject, # RipIT knows when to eject or load the tray # Default: the cddevice ejectopt={cddev} # loop: Continue as soon a new CD is inserted, # implies that the CD is ejected when done! # Possible values: 0 - off, 1 - on # Default: off loop=0 # halt: Powers off machine after finishing encoding # Possible values: 0 - off, 1 - on # Default: off halt=0 # nice: Sets "nice" value for the encoding process # Possible values: 0..19 for normal users, # -20..19 for user "root" # Default: 0 nice=0 # nicerip: Sets "nice" value for the ripping process # Possible values: 0..19 for normal users, # -20..19 for user "root" # Default: 0 nicerip=0 # core: Comma separated list of numbers giving maximum # of allowed encoder processes to run at the same time # (on each machine when using sshlist). # Possible values: comma separated integers # Default: 1 core=1 # md5sum: Create file with md5sums for each type of sound files # Possible values: 0 - off, 1 - on # Default: off md5sum=0 # wav: Don't delete wave-files after encoding # Possible values: 0 - off, 1 - on # Default: off wav=0 # normalize: Normalizes the wave-files to a given dB-value # (Default: -12dB) # See http://normalize.nongnu.org for details # Possible values: 0 - off, 1 - on # Default: off normalize=0 # normopt: Options to pass to normalize # Possible values: -a -nndB : Normalize to -nn dB, default is -12dB, # Value range: All values <= 0dB # Example : normalize -a -20dB *.wav # -b : Batch mode - loudness differences # between individual tracks of a CD are # maintained # -m : Mix mode - all track are normalized to # the same loudness # -v : Verbose operation # -q : Quiet operation # For further options see normalize documentation. # Default: -bv normopt=-bv # cdtoc: Create a toc (cue) file to burn the wavs with # cd-text using cdrdao or cdrecord (in dao mode) # Possible values: 0 - off, 1 - on # Default: off cdtoc=0