X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/56672932c9ab0f47d825df7d3856162b3442e390..ede6c12006f4723a1672ee579e1319919bf972ca:/abcde 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