From 056a23cdab01160fc9cf8289620236c72bbb8037 Mon Sep 17 00:00:00 2001 From: "EinvalSledge@gmail.com" Date: Fri, 29 Jun 2012 16:04:25 +0000 Subject: [PATCH] Switch to eyed3 by default for MP3 tagging, as it looks to do UTF-8 tagging better. Closes issue 22 (hopefully) git-svn-id: http://abcde.googlecode.com/svn/trunk@360 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 3 ++- changelog | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/abcde b/abcde index 2237ca2..21422e8 100755 --- 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 ... diff --git a/changelog b/changelog index 3bb2c02..8eed014 100644 --- 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 -- 2.20.1