worldveil / dejavu

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

When new songs are added for fingerprinting, fingerprinted column of songs table doesn't get updated properly #33

Closed bhuvi8 closed 10 years ago

bhuvi8 commented 10 years ago

When songs are added for fingerprinting, songs get fingerprinted and rows are added to tables, but after completing fingerprinting, fingerprinted column of songs table is not updated to 1. It remains as 0. So after adding songs to db, when same songs are given again as input for fingerprinting, duplicate rows are added to db.