Automatic downloader for .nbz files using the Torbox API.
Useful while using Usenet Blackholes in Radarr or Sonarr.
It is recommended to use the docker image available here.
These environment variables must be set for the application to function, alternatively a config.yml can be created in the working directory of the application.
TBH_NZB_PATH- Directory to watch for .nzb filesTBH_OUTPUT_PATH- Directory to put final files inTBH_INCOMPLETE_PATH- Directory to use for downloading and extractingTBH_TORBOX_API_KEY- Your Torbox API keyTBH_DATABASE_PATH- Where the SQLite database should be created in
This application currently runs on a single thread meaning parallel downloads are not supported. Right now this is not a big priority for me, as I only want to download one file at a time. Feel free to contribute :)