Switch to eyed3 by default for MP3 tagging, as it looks to do UTF-8
[clinton/abcde.git] / abcde
diff --git a/abcde b/abcde
index 2237ca2..21422e8 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -3876,8 +3876,9 @@ if [ "$ID3TAGV" = "1" ]; then
        TAGGER="$ID3"
        TAGGEROPTS="$ID3OPTS"
 else
        TAGGER="$ID3"
        TAGGEROPTS="$ID3OPTS"
 else
-       TAGGER="$ID3V2"
+       TAGGER="$EYED3"
        TAGGEROPTS="$ID3V2OPTS"
        TAGGEROPTS="$ID3V2OPTS"
+       ID3SYNTAX=eyed3
 fi
 
 # NOGAP is specific to lame. Other encoders fail ...
 fi
 
 # NOGAP is specific to lame. Other encoders fail ...