[Abcde-users] [abcde] r384 committed - Corrects syntax for the --comment tag with newer eyeD3....
abcde at googlecode.com
abcde at googlecode.com
Mon Aug 5 10:01:09 BST 2013
Revision: 384
Author: andrew at andrews-corner.org
Date: Mon Aug 5 02:00:50 2013
Log: Corrects syntax for the --comment tag with newer eyeD3.
Thanks to vskytta for the patch.
Closes issue 99.
http://code.google.com/p/abcde/source/detail?r=384
Modified:
/trunk/abcde
=======================================
--- /trunk/abcde Fri Apr 26 04:34:48 2013
+++ /trunk/abcde Mon Aug 5 02:00:50 2013
@@ -831,8 +831,9 @@
# --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"} \
More information about the Abcde-users
mailing list