From: andrew@andrews-corner.org Date: Mon, 5 Aug 2013 09:00:50 +0000 (+0000) Subject: Corrects syntax for the --comment tag with newer eyeD3. X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/fbedbd330d97561b6ea2d0534ffa0163ce0a2a48 Corrects syntax for the --comment tag with newer eyeD3. Thanks to vskytta for the patch. Closes issue 99. git-svn-id: http://abcde.googlecode.com/svn/trunk@384 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/abcde b/abcde index d5198ab..051ad66 100755 --- 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. + # eyeD3 --comment syntax is also different in < and >= 0.7.0 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"} \