]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
new (old) version of abcde/abcde.conf
authorFrank Brehm <frank@brehm-online.com>
Mon, 7 May 2012 08:11:53 +0000 (10:11 +0200)
committerFrank Brehm <frank@brehm-online.com>
Mon, 7 May 2012 08:11:53 +0000 (10:11 +0200)
abcde/abcde.conf

index 362b3741ec0a035ce4bd3b26a9e0c6a750ca1b81..441c30d6de96b70bd6b7d1a77a1ab64412ccfa24 100644 (file)
@@ -62,7 +62,7 @@
 # Currently this affects the default location of the binary, the variable
 # to pick encoder command-line options from, and where the options are
 # given.
-#MP3ENCODERSYNTAX=default
+MP3ENCODERSYNTAX=default
 #OGGENCODERSYNTAX=default
 #FLACENCODERSYNTAX=default
 #SPEEXENCODERSYNTAX=default
 
 # Keep the wav files after encoding. Set it to "y" and remove "clean" from
 # the list of default actions, since we purge the temp directory as default.
-#KEEPWAVS=n
+KEEPWAVS=y
 
 # Track padding: force abcde to pad tracks using 0, so every song uses a two
 # digit entry. If set to "y", even a single song encoding outputs a file like
 # 01.my_song.ext
-#PADTRACKS=n
+PADTRACKS=y
 
 # Define if you want abcde to be non-interactive.
 # Keep in mind that there is no way to deactivate it right now in the command
 #DISTMP3=distmp3
 #VORBISCOMMENT=vorbiscomment
 #METAFLAC=metaflac
+NORMALIZE=normalize
 #NORMALIZE=normalize-audio
 #CDSPEED=eject
 #VORBISGAIN=vorbisgain
 #HTTPGETOPTS="-q -O -"
 
 # MP3:
-#LAMEOPTS=
+LAMEOPTS="--preset standard"
 #TOOLAMEOPTS=
 #GOGOOPTS=
 #BLADEENCOPTS=
 # The default action list (referenced as "default") is defined in the following
 # comment:
 #ACTIONS=cddb,read,encode,tag,move,clean
+ACTIONS=cddb,read,normalize,encode,tag,move,playlist,clean
 
 # CD device you want to read from
 # It can be defined as a singletrack flac file, but since it might change from
 # OUTPUTTYPE can be either "ogg", "mp3", "flac" or "spx", or a combination
 # of them separated with ",": "ogg,mp3".
 #OUTPUTTYPE=ogg
+OUTPUTTYPE=mp3
 
 # Output filename format - change this to reflect your inner desire to
 # organize things differently than everyone else :)
 # to the files. Remove it from your user defined string if you are getting
 # files like ".ogg.ogg".
 #OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}'
+#OUTPUTFORMAT='${ARTISTFILE}_-_${ALBUMFILE}_-_${TRACKNUM}.${TRACKFILE}'
+OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${ARTISTFILE}_-_${ALBUMFILE}_-_${TRACKNUM}.${TRACKFILE}'
 
 # Like OUTPUTFORMAT but for Various Artists discs.
 #VAOUTPUTFORMAT='Various-${ALBUMFILE}/${TRACKNUM}.${ARTISTFILE}-${TRACKFILE}'
+VAOUTPUTFORMAT='${ALBUMFILE}/${TRACKNUM}_-_${ARTISTFILE}_-_${TRACKFILE}'
 
 # Like OUTPUTFORMAT and VAOUTPUTFORMAT but for the ONEFILE rips.
 #ONETRACKOUTPUTFORMAT=$OUTPUTFORMAT
 # * 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 receives the CDDB data (artist, track, title, whatever)
 # as $1 and outputs it on stdout.