Skip to content

Releases: caronc/nzbget-dirwatch

Release v0.6.0

08 Sep 15:55
Compare
Choose a tag to compare

Details

  • Small bugfixes dating back to 2019

Release v0.5.0

19 Jul 22:49
Compare
Choose a tag to compare

Details

  • Directory Watch files created to manage the handling of nzbfiles that might have already been handled.
  • Small bugfixes dating back to 2017
  • Python 3 Support Added
  • Carrying supported packages dropped and replaced with a `requirements.txt' file. Users need to do the following to make this package work:
pip install -r requirements.txt

v0.2.0 - Official Release

19 Feb 21:33
Compare
Choose a tag to compare
  • Supports pushing NZB-Files remotely to a central NZBGet server (zipped NZBFiles too) via ZBGet itself (through the scripts configuration) or the CLI.
  • Supports associating a category with a directory. You can now associate as many directories and categories (optionally) as you like (see #3).


    Syntax is to add ?category=name where name is the category you want to associate with the directory for example:

    /nzbdir/movies?category=movie, /nzbdir/shows?category=tv

v0.1.0 - Official Release

23 Nov 03:18
Compare
Choose a tag to compare

Concurrent Directory Polling
The biggest change with this release is concurrent directory monitoring. No longer are you held back by the intervals of the NZBGet Scheduler.

Once started, DirWatch will automatically poll the specified directories ever X seconds that you can now define. You can not set the Poll time faster then 30 seconds.

Official Release #1

10 Nov 03:27
Compare
Choose a tag to compare
  • Supports .nzb files scanning
  • Supports zip files containing .nzb files for scanning
  • Can be configured from a cron or through NZBGet

v0.0.2

02 Nov 01:38
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • Added Zip support to allow the handling of NZB-Files that are within zip files.

Initial Release (BETA)

01 Nov 01:20
Compare
Choose a tag to compare
Pre-release

The first release of the tool