Add missing eyed3 TAGGEROPTS
[clinton/abcde.git] / abcde
diff --git a/abcde b/abcde
index 2237ca2..7143871 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -3876,8 +3876,10 @@ if [ "$ID3TAGV" = "1" ]; then
        TAGGER="$ID3"
        TAGGEROPTS="$ID3OPTS"
 else
-       TAGGER="$ID3V2"
+       TAGGER="$EYED3"
        TAGGEROPTS="$ID3V2OPTS"
+       ID3SYNTAX=eyed3
+       TAGGEROPTS="--set-encoding=utf16-LE $ID3V2OPTS"
 fi
 
 # NOGAP is specific to lame. Other encoders fail ...