fuzzy search matches files from two directories, renames the files in the second to the closest matching ones from the first
- move metadata from first directory to second. (if for example first directory has metadata, but second directory has higher audio quality)
Never intended to use again so not user friendly
pip install fuzzywuzzy
Youre going to need to edit the .py files with your directory names
Also probably standardize the filenames through the clean_filename() function to help with fuzzyrenaming
This only cleans the filenames when fuzzy matching and dosent affect anything else