From: EinvalSledge@gmail.com Date: Wed, 26 Sep 2012 16:04:30 +0000 (+0000) Subject: * USEID3 and USEID3V2 variables are unused now, so remove them. Thanks X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/f899a8ece514654f266818b3f1889108a3a6376b * USEID3 and USEID3V2 variables are unused now, so remove them. Thanks to vskytta for the patch. Closes issue 73. git-svn-id: http://abcde.googlecode.com/svn/trunk@367 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/abcde b/abcde index edbc78c..f9ea19f 100755 --- a/abcde +++ b/abcde @@ -3326,10 +3326,7 @@ else fi # If CDDBAVAIL is set to n, no CDDB read is done -# If USEID3 is set to n, no ID3 tagging is done CDDBAVAIL=y -USEID3=y -USEID3V2=y # There we go.. # But before we get into business, let us chop off any GREP environmental diff --git a/changelog b/changelog index 4dfd578..227c211 100644 --- a/changelog +++ b/changelog @@ -2,6 +2,8 @@ abcde 2.5.5 * Fix finding $CDROM on OS X. Thanks to niederstrasser for the patch. Closes issue 71. + * USEID3 and USEID3V2 variables are unused now, so remove them. Thanks + to vskytta for the patch. Closes issue 73. -- Steve McIntyre <93sam@debian.org> Tue, 18 Sep 2012 12:42:11 +0100