Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 866 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 866 Bytes

fuzzyFileRenameMatch

fuzzy search matches files from two directories, renames the files in the second to the closest matching ones from the first

renaming files

  • move metadata from first directory to second. (if for example first directory has metadata, but second directory has higher audio quality)

image

Use

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