X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/a2052a0093cc495de72e225041e6dfc60a3406ee..81bc6204b5e55cb49c86639809d99dc2b77d200e:/abcde.conf diff --git a/abcde.conf b/abcde.conf index 02a02d4..68f014d 100644 --- a/abcde.conf +++ b/abcde.conf @@ -4,6 +4,8 @@ # If you wish to override these system-wide settings, create your own # .abcde.conf file in your home directory. +# CDDB options + # If you wish to use a different CDDB server, edit this line. # If you just wanted to use a proxy server, just set your http_proxy # environment variable - wget will use it correctly. @@ -22,6 +24,16 @@ #CDDBCOPYLOCAL="n" #CDDBLOCALDIR="$HOME/.cddb" +# If NOSUBMIT is set to y, then abcde will never prompt asking if you +# wish to submit your edited cddb file. +#NOSUBMIT=n + +# If NOCDDBQUERY is set to y, then abcde will never even try to access +# the CDDB server; running abcde will automatically drop you into a +# blank cddb file to edit at your leisure. This is the same as the +# -n option. NOCDDBQUERY=y implies NOSUBMIT=y. +#NOCDDBQUERY=n + # Select here if you want to use the locally stored CDDB entries. # This is useful if you do a lot of editing to those CDDB entries. # Also, other tools like Grip store CDDB entries under $HOME/.cddb, @@ -161,16 +173,6 @@ # The default action list is defined in the following comment. #ACTIONS=cddb,read,encode,tag,move,clean -# CDDB options -# If NOSUBMIT is set to y, then abcde will never prompt asking if you -# wish to submit your edited cddb file. -#NOSUBMIT=n -# If NOCDDBQUERY is set to y, then abcde will never even try to access -# the CDDB server; running abcde will automatically drop you into a -# blank cddb file to edit at your leisure. This is the same as the -# -n option. NOCDDBQUERY=y implies NOSUBMIT=y. -#NOCDDBQUERY=n - # CD device you want to read from #CDROM=/dev/cdrom @@ -210,6 +212,11 @@ # y: No parallelization (rip, encode, rip, encode...) #LOWDISK=n +# If set to y, enables batch mode normalization, which preserves relative +# volume differences between tracks of an album. Also enables nogap encoding +# when using the 'lame' encoder. +#BATCH=n + # Set the playlist file location format. Uses the same variables and format # as OUTPUTFORMAT. If the playlist is specified to be in a subdirectory, it # will be created for you and the playlist will reference files from that