NzbToMedia Versions Save

Provides NZB and Torrent postprocessing To CouchPotatoServer, SickBeard/SickRage, HeadPhones, Mylar and Gamez

12.1.13

3 weeks ago
  • Removed support for Python 2.7 and 3.7 (new fork created for old Py support)
  • Added support for Python 3.12 and future 3.13
  • Removes the class not added yet from info logging and puts this in debug logging only.
  • Fix warning for updated python versions and old modules.
  • Fix Radarr result handling.
  • Improve CouchPotato movie identification.

What's Changed

New Contributors

Full Changelog: https://github.com/clinton-hall/nzbToMedia/compare/12.1.12...12.1.13

12.1.12

10 months ago
  • Add database permissions logging upon failed access.
  • Fix posix_ownership.
  • Update to sonarr api v3.
  • Add 'dvb_subtitle' codec to list of ignored codecs.

12.1.10

2 years ago
  • Fix auto fork dectection for Sick* forks.
  • Update syno api versions
  • Add support for Radarr v4
  • Add support for Python 3.10
  • Add new option for Language check in audio (Option require_lan will reject media without this language tag in an audio track).

12.1.09

2 years ago
  • Added dedicated SiCKRage section
  • Added Medusa apiv2
  • Added chmod for subtitles (#1817)
  • Added new SickChill paramaeters
  • Fix missing title when release_id (#1820)
  • Add subs renaming for radarr/sonarr (#1824)
  • Change to Radarr apiv3

12.1.08

3 years ago
  • Add Failed to SickGear fork detection. #1771
  • Add Py3.9 support. #1787
  • Bypass for manual execution. #1788
  • Single file downloads with clean name. #1789
  • Updated ConfigObj to latest version

12.1.07

3 years ago
  • Add Failed to SickGear fork detection. #1771
  • Fix for failed passed as 2,3 from SAB. #1774
  • Fix DB import. #1774
  • Make nzbToWatcher.py executable. #1780
  • Added .gz Support #1715

12.1.06

3 years ago
  • Fix auto detection of forks. #1738
  • Added missing ffmpeg settings to nzbToRadarr and nzbToNzbDrone (#1757)
  • Use params for auto fork. #1765
  • log error when migrating .cfg fails #850 (#1768)

12.1.05

4 years ago
  • add SABnzbd environment variable handling. Fixes #1689
  • Fix Syno Parser. Fixes #1671
  • Qbittorrent patch. Fixes #1710
  • SickGear 403. Fixes #1704
  • Always use cmd type for api. Fixes #1723
  • Fix dictionary changed size. Fixes #1724
  • Fix Py2 handling. Fixes #1725

12.1.04

4 years ago
  • Fix encoding issue with python3. Fixes #1694
  • Fix Json returned from Sonarr and Lidarr. Fixes #1696
  • Fixed typo. Fixes #1698
  • Fix empty dir_name creation on failed download Fixes #1673

12.1.03

4 years ago
  • Deluge update to V2 (#1683) Fixes #1680
  • Update encoding to use bytes for strings. (#1690) -Co-authored-by: Jonathan Springer [email protected]
  • Fix ffmpeg install issues for test
  • Warn for Python2 but continue to run. Fixes #1692 #1687