Skip to content

Instantly share code, notes, and snippets.

@dabiszar
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dabiszar/15733de7e60a1e37fac4 to your computer and use it in GitHub Desktop.
Save dabiszar/15733de7e60a1e37fac4 to your computer and use it in GitHub Desktop.
abcde.conf
# abcde.conf
CDDBPROTO=6
NORMALIZERSYNTAX=default
CDROMREADERSYNTAX=cdparanoia
# --- don't keep the source .wav files once done
KEEPWAVS=n
PADTRACKS=y
# --- set applications
LAME=lame
VORBIZE=vorbize
OGGENC=oggenc
FLAC=flac
SPEEXENC=speexenc
ID3V2=id3v2
CDPARANOIA=cdparanoia
EJECT=eject
MD5SUM=md5sum
VORBISCOMMENT=vorbiscomment
METAFLAC=metaflac
NORMALIZE=normalize-audio
VORBISGAIN=vorbisgain
# --- define options
LAMEOPTS="-h"
VORBIZEOPTS=
OGGENCOPTS="-q6"
FLACOPTS="-8 -f --replay-gain"
VORBISCOMMENTOPTS="-R"
METAFLACOPTS="--no-utf8-convert"
MAXPROCS=4
EJECTCD=y
# --- define the actions
ACTIONS=cddb,read,replaygain,encode,tag,move,clean
# --- define the locations
OUTPUTDIR=/var/data/audiofile/abcde/output
WAVOUTPUTDIR=/var/data/audiofile/abcde/wavoutput
# define the types to create
OUTPUTTYPE=ogg,flac,mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment