Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scan every folder in every fingerprint base named as folder #85

Open
lightcomc opened this issue Sep 25, 2022 · 3 comments
Open

Scan every folder in every fingerprint base named as folder #85

lightcomc opened this issue Sep 25, 2022 · 3 comments

Comments

@lightcomc
Copy link

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 ..

@ZhymabekRoman
Copy link

I think you need automate this using Python not bat

@dpwe
Copy link
Owner

dpwe commented Oct 11, 2022 via email

@xuboot
Copy link

xuboot commented Oct 17, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants