mnamer
mnamer copied to clipboard
media file renaming and organizing tool
Hi Jessy, first of all, thanks for creating and maintaining mnamer! I'm using it for quite some time now and it's awesome. Two things I missed are the possibility to...
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Stubgen will now include __all__ in its output if it...
Hello, Can you include in the documentation some example formatting to re-write directories of movies/series so that they're recognizable by Kodi. I think this should be quite a common use...
[1mStarting mnamer[0m ============================== CRASH REPORT BEGIN ============================== --------------------------------- environment ---------------------------------- - date = 2023-11-11 - platform = Linux-6.1.21-v8+-aarch64-with-glibc2.36 - arguments = ['/mnt/8tb/8tbData/Download/complete/', '-br', '--ignore=sample', '--ignore=.srt', '--no-overwrite', '--language=en', '--episode-directory=/mnt/8tb/8tbData/x/vmax', '--episode-format={series}/Season {season:02}/{series}...
Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. Release notes Sourced from wheel's releases. 0.41.3 Updated vendored packaging to 23.2 Fixed ABI tag generation for CPython 3.13a1 on...
When mnamer runs to rename some TV Mini Series it deletes all the episodes and keeps only one episode! Ex. [Apocalypse Never-Ending War 1918-1926](https://www.imdb.com/title/tt8561666/) has two episodes. It deleted one...
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. Commits efee961 Bump pylint to 3.0.2, update changelog 31aca81 Fixes duplicate-code check with ignore-imports (#9147) (#9176) 792da24 Escape special symbols...
Found via `codespell -L mata`
TMDB have been improving a lot the support of TV Shows and many entries are even better than on TVDB. https://www.themoviedb.org/tv
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.