Switch to eyed3 by default for MP3 tagging, as it looks to do UTF-8
authorEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Fri, 29 Jun 2012 16:04:25 +0000 (16:04 +0000)
committerEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Fri, 29 Jun 2012 16:04:25 +0000 (16:04 +0000)
tagging better. Closes issue 22 (hopefully)

git-svn-id: http://abcde.googlecode.com/svn/trunk@360 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde
changelog

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="$ID3V2"
+       TAGGER="$EYED3"
        TAGGEROPTS="$ID3V2OPTS"
+       ID3SYNTAX=eyed3
 fi
 
 # NOGAP is specific to lame. Other encoders fail ...
index 3bb2c02..8eed014 100644 (file)
--- a/changelog
+++ b/changelog
@@ -4,6 +4,8 @@ abcde 2.5.4 UNRELEASE
     for the patch. (Closes issue 69).
   * Fix the command line for ID3SYNTAX=eyed3. Thanks to neil.gm.richards
     for the patch. Closes issue 50.
+  * Switch to eyed3 by default for MP3 tagging, as it looks to do UTF-8
+    tagging better. Closes issue 22 (hopefully)
 
  -- Steve McIntyre <93sam@debian.org>  Sat, 16 Jun 2012 15:12:11 +0100