From: data Date: Thu, 6 Apr 2006 15:56:02 +0000 (+0000) Subject: Still not using embedded CDDB info in FLAC files... X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/ede6c12006f4723a1672ee579e1319919bf972ca Still not using embedded CDDB info in FLAC files... git-svn-id: http://abcde.googlecode.com/svn/trunk@213 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/abcde b/abcde index 7a7eab1..0f891da 100755 --- a/abcde +++ b/abcde @@ -1827,11 +1827,11 @@ do_localcddb () single) # List out disc title/author and contents do_cddbparse "${CDDBLOCALFILE}" - if [ "$CDROMREADERSYNTAX" = "flac" ] ; then - echo -n "Embedded cuesheet entry found, use it? [y/n] (y): " >&2 - else + #if [ "$CDROMREADERSYNTAX" = "flac" ] ; then + # echo -n "Embedded cuesheet entry found, use it? [y/n] (y): " >&2 + #else echo -n "Locally cached CDDB entry found, use it? [y/n] (y): " >&2 - fi + #fi if [ "$INTERACTIVE" = "y" ]; then read USELOCALRESP while [ "$USELOCALRESP" != "y" ] && [ "$USELOCALRESP" != "n" ] && [ "$USELOCALRESP" != "" ] ; do