From: Frank Brehm Date: Mon, 7 May 2012 08:11:53 +0000 (+0200) Subject: new (old) version of abcde/abcde.conf X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=b5eec45b1f6c22c3d4f5a21e8244fd966834d408;p=config%2Fbruni%2Fetc.git new (old) version of abcde/abcde.conf --- diff --git a/abcde/abcde.conf b/abcde/abcde.conf index 362b3741..441c30d6 100644 --- a/abcde/abcde.conf +++ b/abcde/abcde.conf @@ -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 @@ -90,12 +90,12 @@ # 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 @@ -139,6 +139,7 @@ #DISTMP3=distmp3 #VORBISCOMMENT=vorbiscomment #METAFLAC=metaflac +NORMALIZE=normalize #NORMALIZE=normalize-audio #CDSPEED=eject #VORBISGAIN=vorbisgain @@ -158,7 +159,7 @@ #HTTPGETOPTS="-q -O -" # MP3: -#LAMEOPTS= +LAMEOPTS="--preset standard" #TOOLAMEOPTS= #GOGOOPTS= #BLADEENCOPTS= @@ -217,6 +218,7 @@ # 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 @@ -237,6 +239,7 @@ # 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 :) @@ -249,9 +252,12 @@ # 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 @@ -296,6 +302,7 @@ # * 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.