Open N1ck01as opened 3 years ago
It works with a crappy workaround ^^'
line 112
# dir_tail = str_sanitize(dir_tail)
dir_tail = filename_replace(dir_tail, self._settings.replace_after)
This occurs when --episode-format has a path in addition to the filename.
Resolving MR https://github.com/jkwill87/mnamer/pull/150
Resolving commit https://github.com/jkwill87/mnamer/pull/150/commits/a28f18eb8a3ebc16a29df7785c56ca57dac5a20d
This occurs when --episode-format has a path in addition to the filename.
Resolving MR
150
Resolving commit a28f18e
Please let me know if my assumption that your --episode-format flag or config does not include path in addition to filename is not correct
Hello, There is an issue with renaming directories. Here is my command:
The directory name is not sanitized with the same parameters as the filename...
Here are my parameters:
It seems the directory renaming does not care about the given parameters. I tested a lof of different combinations with no success...
Thanks for your help