Releases: nzbgetcom/Extension-VideoSort
Releases · nzbgetcom/Extension-VideoSort
Version 10.3
What's Changed
- Fix: spec chars exception, Update: guessit lib to 3.8.0, Refactoring: code formatting using Black by @dnzbk in #12
Full Changelog: v10.2...v10.3
Version 10.2
Version 10.1
What's Changed
- fixed Regex warnings;
- updated README.md;
- removed Python3.2 from tests.yml;
Version 10.0
- migration from a file header config definition to a manifest.json-based configuration
- works with NZBGet v23 and above
- no longer works with NZBGet v22 and below
Version 9.0
- added Python3.8.x and above support
- updated guessit from 2.1.4 to 3.7.1
- updated babelfish from 0.5.5-dev to 0.6.0
- updated rebulk from 0.9.0 to 3.2.0
- updated dateutil from 2.3 to 2.8.2
- updated six from 1.8 to 1.16
- added required for Python3.8 Guessit dependencies: zipp 3.17 and importlib_resources 6.1.1
- fixed tests
Version 8.1
-
nzbget#50, nzbget#41, nzbget#49: fix missing MoviesFormat specifiers
Add missing MoviesFormat specifiers %tT, %t.T, %t_T.
Additionally sort specifiers in specific way before replacement to prevent short.
specifiers from early matching and thus preventing longer ones from working.
Add test case for %t_T - movie title (original letter case). -
nzbget#52, nzbget#53, - nzbget#54: fix DatedFormat and original letter case specifiers
-
nzbget#61: python 3 compatibility
-
Fixed crash when encountering arrays in mapping (nzbget#67)
- Updated tests for Python 3
- Fixed handling of arrays in mapping