Created
November 18, 2018 05:35
-
-
Save piouc/82334538f9be62719149e3d6d7acaca0 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
CDDBMETHOD=cddb | |
OUTPUTTYPE=wav | |
CDROM=/dev/disk3 | |
OUTPUTFORMAT='${ARTISTFILE}/${ALBUMFILE}/${TRACKNUM} ${TRACKFILE}' | |
mungefilename () | |
{ | |
echo "$@" | sed -e 's/^\.*//' | tr -d ":><|*/\"'?[:cntrl:]" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment