[abcde] Add config
This commit is contained in:
parent
a5a55c8d1d
commit
f600140b48
1 changed files with 12 additions and 0 deletions
12
abcde.conf
Normal file
12
abcde.conf
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
ACTIONS=replaygain,clean
|
||||||
|
CDDBMETHOD=musicbrainz
|
||||||
|
OUTPUTTYPE=opus
|
||||||
|
OUTPUTFORMAT='${ARTISTFILE}/${ALBUMFILE}/${TRACKNUM}_-_${TRACKFILE}'
|
||||||
|
VAOUTPUTFORMAT='various_artists/${ALBUMFILE}/${TRACKNUM}_-_${TRACKFILE}'
|
||||||
|
INTERACTIVE=n
|
||||||
|
MAXPROCS=4
|
||||||
|
BATCHNORM=y
|
||||||
|
EJECTCD=y
|
||||||
|
mungefilename () {
|
||||||
|
printf '%s' "$1" | sed 's/&/and/;s/+/plus/;s/[^a-zA-Z0-9-]/_/g'
|
||||||
|
}
|
Loading…
Reference in a new issue