From: EinvalSledge@gmail.com Date: Fri, 29 Jun 2012 15:58:28 +0000 (+0000) Subject: Fix the command line for ID3SYNTAX=eyed3. Thanks to neil.gm.richards X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/11ce3af0f6d3d819755d57e841f7c6310f1a80b2?hp=463da690ce3f15d632e718cd69eb327caea844c1;ds=sidebyside 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 --- 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