worldveil / dejavu

Audio fingerprinting and recognition in Python
MIT License
6.36k stars 1.43k forks source link

Multiple files recognizer #45

Closed vanja86 closed 10 years ago

vanja86 commented 10 years ago

Hello, is it possible somehow to make dejavu runs recognizer on all files in a choosen directory instead of one particular file?

Best regards

worldveil commented 10 years ago

As I mentioned, there's no built in way. But using gob to get the filenames and a simple loop it should be fairly easy.