worldveil / dejavu

Audio fingerprinting and recognition in Python
MIT License
6.45k stars 1.44k forks source link

Updating fingerpint in db does not work #272

Open sarahtartaruga opened 2 years ago

sarahtartaruga commented 2 years ago

When wanting to update a fingerprint, one has to first delete the db entry, and then recall the function.

It would be great to have a function where the fingerprint is updated if it exists in the db and a function is called to write new values.