X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/65f3ebb1eb2e4d92774d4b8fdfaa21488d58c297..9ff5088c4fb89c87add2aab3cdc1fa1cc081a1fa:/abcde.conf?ds=sidebyside diff --git a/abcde.conf b/abcde.conf index 5afae17..0022363 100644 --- a/abcde.conf +++ b/abcde.conf @@ -40,6 +40,13 @@ # so they can be reused when ripping CDs. #CDDBUSELOCAL="n" +# List, separated with a coma, the fields we want the parsing function to +# output. Defaults to YEAR and GENRE, for a complete list of fields provided by +# CDDB. +# The fields are not case sensitive. Actually, "y,g" will work as fine as "Y,G" +# or "YEAR, GENRE" +#SHOWPARSEDFIELDS=year,genre + # Specify the style of encoder to use here - # oggenc, vorbize - for OGGENCODERSYNTAX # lame, gogo, bladeenc, l3enc, xingmp3enc, mp3enc - for MP3ENCODERSYNTAX @@ -112,10 +119,13 @@ #MD5SUM=md5sum #DISTMP3=distmp3 #VORBISCOMMENT=vorbiscomment +#METAFLAC=metaflac #NORMALIZE=normalize-audio #CDSPEED=eject #VORBISGAIN=vorbisgain #MKCUE=mkcue +#MKTOC=cdrdao +#DIFF=diff # Options to call programs with: @@ -141,7 +151,7 @@ #OGGENCOPTS= # FLAC: -#FLACOPTS= +#FLACOPTS="-f" # Speex: #SPEEXENCOPTS= @@ -164,6 +174,8 @@ #CDSPEEDOPTS="-x" #CDSPEEDVALUE="" #MKCUEOPTS="" +#MKTOCOPTS="" +#DIFFOPTS="" #VORBISCOMMENTOPTS="-R" #METAFLACOPTS="--no-utf8-convert" @@ -180,6 +192,9 @@ # CD device you want to read from #CDROM=/dev/cdrom +# If we are using the IDE bus, we need CDPARANOIACDROMBUS defined as "d" +# If we are using the ide-scsi emulation layer, we need to define a "g" +#CDPARANOIACDROMBUS="d" # If you'd like to make a default location that overrides the current # directory for putting mp3's, uncomment this. @@ -206,7 +221,7 @@ #OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}' # Like OUTPUTFORMAT but for Various Artists discs. -#VAOUTPUTFORMAT='${ARTISTFILE}/${TRACKFILE}' +#VAOUTPUTFORMAT='Various-${ALBUMFILE}/${TRACKNUM}.${ARTISTFILE}-${TRACKFILE}' # Define how many encoders to run at once. This makes for huge speedups # on SMP systems. Defaults to 1. Equivalent to -j.