abcde.conf
[clinton/abcde.git] / abcde.conf
index ffb23ee..1dbe231 100644 (file)
 # Specify the style of encoder to use here - 
 # oggenc, vorbize - for OGGENCODERSYNTAX
 # lame, gogo, bladeenc, l3enc, xingmp3enc, mp3enc - for MP3ENCODERSYNTAX
-# flac - the only supported for FLACENCODERSYNTAX at the moment.
-# default is a valid option for oggenc, lame and flac.
+# flac - the only supported for FLACENCODERSYNTAX at the moment
+# speexenc - the only encoder for SPEEXENCODERSYNTAX
+# mppenc - encoder for MPPENCODERSYNTAX
+# default is a valid option for oggenc, lame, flac, speexenc and mppenc.
 # Currently this affects the default location of the binary, the variable
 # to pick encoder command-line options from, and where the options are
 # given.
-# 'default' will currently choose oggenc or lame depending on OUTPUTTYPE.
 #MP3ENCODERSYNTAX=default
 #OGGENCODERSYNTAX=default
 #FLACENCODERSYNTAX=default
@@ -81,6 +82,8 @@
 #OGGENC=oggenc
 #FLAC=flac
 #SPEEXENC=speexenc
+#MPPENC=mppenc
+
 #ID3=id3
 #ID3V2=id3v2
 #CDPARANOIA=cdparanoia
 #SPEEXENCOPTS=
 
 # MPP/MP+ (Musepack):
+# For the encoder options take a look at the manpage. Set them like this:
+# MPPENCOPTS='--xtreme' if you wish to set more options then:
+# MPPENCOPTS='--xtreme --skip 20 --fade 10'
 #MPPENCOPTS=
 
 #ID3OPTS=
 # * Translate colons to a space and a dash for Windows compatibility
 # * Eat control characters, single quotes, and question marks
 # * Translate spaces and forward slashes to underscores
+# * Translate stars into pluses.
 # To change that, redefine the mungefilename function.
 # mungefilename recieves the CDDB data (artist, track, title, whatever)
 # as $1 and outputs it on stdout.
 #mungefilename ()
 #{
-#      echo "$@" | sed s,:,\ -,g | tr \ / __ | tr -d \'\"\?\[:cntrl:\]
+#      echo "$@" | sed s,:,\ -,g | tr \ /\* __+ | tr -d \'\"\?\[:cntrl:\]
 #}
 
+# Custom genre munging:
+# By default we just transform uppercase to lowercase. Not much of a fancy
+# function, with not much use, but one can disable it ot just turn the first
+# Uppercase.
+#mungegenre ()
+#{
+#      echo $CDGENRE | tr "[:upper:]" "[:lower:]"
+#}
+
+
 # Custom pre-read function
 # By default it does nothing.
 # You can set some things to get abcde funtion in better ways: