Created
September 21, 2014 23:22
-
-
Save khenriks/395fb16aafb88814e3af to your computer and use it in GitHub Desktop.
abcde.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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