Skip to content

Instantly share code, notes, and snippets.

@khenriks
Created September 21, 2014 23:22
Show Gist options
  • Save khenriks/395fb16aafb88814e3af to your computer and use it in GitHub Desktop.
Save khenriks/395fb16aafb88814e3af to your computer and use it in GitHub Desktop.
abcde.conf
# Configuration file for abcde CD ripper
#
# After running abcde, further processing with Picard and metaflac is useful
#
# vim: ft=sh
# CD ripping options
CDROMREADERSYNTAX=cdparanoia
CDROM="`drutil status | grep -o '/dev/[^ ]*'`"
CDDBMETHOD=musicbrainz
# Output type options
OUTPUTTYPE=flac
# Output name options
OUTPUTDIR="$HOME/Downloads"
OUTPUTFORMAT='${ALBUMFILE}/${TRACKNUM} ${TRACKFILE}'
VAOUTPUTFORMAT='${ALBUMFILE}/${TRACKNUM} ${TRACKFILE}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment