From 11ce3af0f6d3d819755d57e841f7c6310f1a80b2 Mon Sep 17 00:00:00 2001 From: "EinvalSledge@gmail.com" Date: Fri, 29 Jun 2012 15:58:28 +0000 Subject: [PATCH] Fix the command line for ID3SYNTAX=eyed3. Thanks to neil.gm.richards for the patch. Closes issue 50. git-svn-id: http://abcde.googlecode.com/svn/trunk@359 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 6 +++--- changelog | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/abcde b/abcde index a336d64..2237ca2 100755 --- a/abcde +++ b/abcde @@ -828,9 +828,9 @@ do_tag () --comment=::"$COMMENTOUTPUT" -A "$DALBUM" \ -a "$TRACKARTIST" -t "$TRACKNAME" -Y "$CDYEAR" \ -G "$GENREID" -n "${TRACKNUM:-$1}" \ - "${TRACKNUM:+-N $TRACKS}" \ - "${ENCODING:+--set-encoding=$ENCODING}" \ - "${TPE2:+--set-user-text-frame=TPE2:$TPE2}" \ + ${TRACKNUM:+-N "$TRACKS"} \ + ${ENCODING:+--set-encoding="$ENCODING"} \ + ${TPE2:+--set-text-frame=TPE2:"$TPE2"} \ "$ABCDETEMPDIR/track$1.$OUTPUT" ;; # FIXME # Still not activated... diff --git a/changelog b/changelog index e8e2ea8..3bb2c02 100644 --- a/changelog +++ b/changelog @@ -2,6 +2,8 @@ abcde 2.5.4 UNRELEASE * Update GPL/FSF headers to match current versions. Thanks to vskytta for the patch. (Closes issue 69). + * Fix the command line for ID3SYNTAX=eyed3. Thanks to neil.gm.richards + for the patch. Closes issue 50. -- Steve McIntyre <93sam@debian.org> Sat, 16 Jun 2012 15:12:11 +0100 -- 2.20.1