Releases: caronc/nzbget-dirwatch
Releases · caronc/nzbget-dirwatch
Release v0.6.0
Release v0.5.0
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
- 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
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
- Supports .nzb files scanning
- Supports zip files containing .nzb files for scanning
- Can be configured from a cron or through NZBGet
v0.0.2
Initial Release (BETA)
The first release of the tool