-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Rename files after a source format change #586
base: main
Are you sure you want to change the base?
Conversation
Help is wanted for creating tests for this. Please click on my branch and open a pull request to merge any charges you would like to make into my branch. Thanks! |
I don't know how I missed `.suffix` on the later `stem` loop. Oops.
stem should be: 1) a stem 2) a string Replace temporary .nfo into the new directory.
This isn't useful. The caller can create a `Path` to get this instead.
Also, the fuzzy matching, by key in the filename, begins at the source directory.
Thanks! This will need a bit more of a thorough review, I'll try and look at this over the break but I'm a away a far bit until Jan. |
Of course. I want more eyes on these changes. I'm currently running this code and I'm happy with how it is behaving, but I did a fair bit of manual intervention as TubeSync had lost track of files as format changed over the time I've been using it. During this process, having the |
Fixes #185