X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/4942842f82f2cb325f4cae1f2e0d6b4496f1534d..a1c07a84d5067aa63ddabb5cb707a925970395e0:/abcde diff --git a/abcde b/abcde index 202ad94..95c91e4 100755 --- a/abcde +++ b/abcde @@ -2768,7 +2768,7 @@ do_cddbedit () echo "variousartists=$VARIOUSARTISTS" >> "$ABCDETEMPDIR/status" echo "variousartiststyle=$VARIOUSARTISTSTYLE" >> "$ABCDETEMPDIR/status" - if [ "$EDITCDDB" = "y" ] && [ "$UNINTENTIONALLY_ANGER_THE_FREEDB_PEOPLE" = "y" ]; then + if [ "$EDITCDDB" = "y" ] && [ "$CDDBMETHOD" = "cddb" ] && [ "$UNINTENTIONALLY_ANGER_THE_FREEDB_PEOPLE" = "y" ]; then if [ "$CDDBDATAMD5SUM" != "" ] && [ "$CDDBDATAMD5SUM" != "$($MD5SUM "$CDDBDATA" | cut -d " " -f 1)" ]; then # This works but does not have the necessary error checking # yet. If you are familiar with the CDDB spec