Skip to content

Releases: nzbgetcom/Extension-VideoSort

Version 10.3

25 Apr 07:04
25c9603
Compare
Choose a tag to compare

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

10 Apr 12:50
346046c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.0...v10.2

Version 10.1

13 Mar 09:55
d301333
Compare
Choose a tag to compare

What's Changed

  • fixed Regex warnings;
  • updated README.md;
  • removed Python3.2 from tests.yml;

Version 10.0

17 Jan 13:01
dab1a8f
Compare
Choose a tag to compare
  • 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

15 Dec 09:58
bbbc52c
Compare
Choose a tag to compare
  • 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

17 Nov 08:38
780c055
Compare
Choose a tag to compare
  • 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