worldveil / dejavu

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

figerprinting file #297

Closed 5thmoon closed 9 months ago

5thmoon commented 9 months ago

The fingerprint directory works just fine but when trying to run the fingerprint_file(), it keeps returning a type error for unexpected keyword argument. Passed it the path to the file and the filename and tried many variations of arguments but always the same error. Has anyone run into the same problem?

song_name, hashes, file_hash = Dejavu._fingerprint_worker( TypeError: Dejavu._fingerprint_worker() got an unexpected keyword argument 'song_name'