Fix the command line for ID3SYNTAX=eyed3. Thanks to neil.gm.richards
authorEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Fri, 29 Jun 2012 15:58:28 +0000 (15:58 +0000)
committerEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Fri, 29 Jun 2012 15:58:28 +0000 (15:58 +0000)
for the patch. Closes issue 50.

git-svn-id: http://abcde.googlecode.com/svn/trunk@359 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde
changelog

diff --git a/abcde b/abcde
index a336d64..2237ca2 100755 (executable)
--- 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}" \
                                                --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...
                                                "$ABCDETEMPDIR/track$1.$OUTPUT"
                                        ;;
                                # FIXME # Still not activated...
index e8e2ea8..3bb2c02 100644 (file)
--- 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).
 
   * 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
 
 
  -- Steve McIntyre <93sam@debian.org>  Sat, 16 Jun 2012 15:12:11 +0100