dpwe/audfprint

Scan every folder in every fingerprint base named as folder

Opened this issue · 3 comments

Hello. How to create this case:

I am added txt file with source folders and want to do bases named as folders

for /r "C:\Users\Owner\Desktop\LISTOFFOLDERS.txt" %%i in (".") do python "C:\Users\Owner\Desktop\audfprint-master\audfprint-master\audfprint.py" new --dbase "C:\Users\Owner\Desktop\fingerprint\FOLDERNAMEFROMTXT.pklz" "%%i" >> "C:\Users\Owner\Desktop\fingerprint.txt"

Result - i have multiple.pklz for matching.

Why? I have 600+ Folders. and i want to find more matched results (about 5) than one. sources and track names in folders can be duplicated and I want to get all the track name matches for verification, since I have partially sampled music ..

I think you need automate this using Python not bat

dpwe commented

Can this algorithm load the historical features into memory first, so that the matching speed is improved, but I don't know how to modify your basic code