Skip to content

Commit

Permalink
chore(abcde): remove unnecessary escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
git-developer committed Jun 14, 2022
1 parent 3593d37 commit 8cab46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/.abcde.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CDDBMETHOD=musicbrainz
ACTIONS=cddb,getalbumart,read,encode,tag,move,clean
OUTPUTFORMAT='${OUTPUT}/Albums/${ARTISTFILE} - ${ALBUMFILE} (${CDYEAR})/${TRACKNUM}.${TRACKFILE}'
VAOUTPUTFORMAT='${OUTPUT}/Compilations/${ALBUMFILE} \(${CDYEAR}\)/${TRACKNUM}.${ARTISTFILE}-${TRACKFILE}'
VAOUTPUTFORMAT='${OUTPUT}/Compilations/${ALBUMFILE} (${CDYEAR})/${TRACKNUM}.${ARTISTFILE}-${TRACKFILE}'
OUTPUTTYPE="flac,mp3"
WAVOUTPUTDIR=/tmp
EYED3OPTS='--to-v2.3 --non-std-genres'
Expand Down

0 comments on commit 8cab46e

Please sign in to comment.