mnamer icon indicating copy to clipboard operation
mnamer copied to clipboard

subtitle file 'dir/filename.en.srt' is moved to 'newdir/cleanedfilename.' with no language or extension.

Open data-flux opened this issue 1 year ago • 2 comments

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.

data-flux avatar Aug 23 '23 12:08 data-flux

I am having the same issue. Thank you @data-flux ....I was able to comment out line 122 and it fixed my issue!

mdeeter avatar Oct 14 '23 03:10 mdeeter

Any chance that this change can be merged with the package in pip?

hrvstr avatar Apr 29 '24 07:04 hrvstr