beetbox / pyacoustid

Python bindings for Chromaprint acoustic fingerprinting and the Acoustid Web service
MIT License
325 stars 66 forks source link

Suppress stderr output from fpcalc #15

Closed sampsyo closed 11 years ago

sampsyo commented 11 years ago

As reported by a beets user, using the fpcalc command-line backend can result in a bunch of diagnostic messages printed to stderr when fingerprinting fails. We should probably (optionally) capture and ignore this output instead of letting it leak through to the terminal.

http://code.google.com/p/beets/issues/detail?id=465