Corrects syntax for the --comment tag with newer eyeD3.
authorandrew@andrews-corner.org <andrew@andrews-corner.org@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Mon, 5 Aug 2013 09:00:50 +0000 (09:00 +0000)
committerandrew@andrews-corner.org <andrew@andrews-corner.org@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Mon, 5 Aug 2013 09:00:50 +0000 (09:00 +0000)
Thanks to vskytta for the patch.
Closes issue 99.

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

abcde

diff --git a/abcde b/abcde
index d5198ab..051ad66 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -831,8 +831,9 @@ do_tag ()
                                        # --set-encoding and --set-text-frame so perhaps some version 
                                        # sniffing would be useful. Might also be better to simply cut 
                                        # ties with the older eyeD3... Andrew.
                                        # --set-encoding and --set-text-frame so perhaps some version 
                                        # sniffing would be useful. Might also be better to simply cut 
                                        # ties with the older eyeD3... Andrew.
+                                       # eyeD3 --comment syntax is also different in < and >= 0.7.0
                                        run_command tagtrack-$OUTPUT-$1 nice $ENCNICE $TAGGER $TAGGEROPTS \
                                        run_command tagtrack-$OUTPUT-$1 nice $ENCNICE $TAGGER $TAGGEROPTS \
-                                               --comment=::"$COMMENTOUTPUT" -A "$DALBUM" \
+                                               --comment="$COMMENTOUTPUT" -A "$DALBUM" \
                                                -a "$TRACKARTIST" -t "$TRACKNAME" -Y "$CDYEAR" \
                                                -G "$GENREID" -n "${TRACKNUM:-$1}" \
                                                ${TRACKNUM:+-N "$TRACKS"} \
                                                -a "$TRACKARTIST" -t "$TRACKNAME" -Y "$CDYEAR" \
                                                -G "$GENREID" -n "${TRACKNUM:-$1}" \
                                                ${TRACKNUM:+-N "$TRACKS"} \