mnamer
mnamer copied to clipboard
subtitle file 'dir/filename.en.srt' is moved to 'newdir/cleanedfilename.' with no language or extension.
This seems to be cause by https://github.com/jkwill87/mnamer/blob/main/mnamer/target.py#L122, which should be removed because proper renaming is handled by utils.str_sanitize
within Target.destination
.
Remove line 122 fixes the issue for me.
I am having the same issue. Thank you @data-flux ....I was able to comment out line 122 and it fixed my issue!
Any chance that this change can be merged with the package in pip?