Added METAFLAC and PIPE_bladeenc config options.
[clinton/abcde.git] / abcde.conf
index 02a02d4..68f014d 100644 (file)
@@ -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.
 #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,
 # 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
 
 # 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