From: EinvalSledge@gmail.com Date: Fri, 29 Jun 2012 16:04:25 +0000 (+0000) Subject: Switch to eyed3 by default for MP3 tagging, as it looks to do UTF-8 X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/056a23cdab01160fc9cf8289620236c72bbb8037 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 --- 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