Files
arr-scripts/sabnzbd
RandomNinjaAtk f022675e66 v1.7 - Re-enable pausing for Arr app tasks to complete
Improved the process of detecting whether Arr app is busy...

It will now only pause if it detects 3 tasks are running, which is what each Arr app can handle. 

Or it will pause if the Arr app Process Monitored Downloads task is already running.

This is to prevent over tasking the applications to allow them the cycles to complete a previous import...
2025-01-16 15:21:37 -05:00
..
2024-01-27 16:41:00 -05:00
2023-07-08 10:41:30 -04:00
2024-07-11 16:35:56 +00:00
2024-05-20 22:06:42 -04:00

README

Requirements

Container: https://docs.linuxserver.io/images/docker-sabnzbd

Installation/setup

  1. Add volume to your container /custom-cont-init.d Docker Run Example: -v /path/to/preferred/local/directory:/custom-cont-init.d
  2. Download the script_init.bash (Download Link) and place it into the following folder: /custom-cont-init.d
  3. Start your container and wait for the application to load
  4. Optional: Customize the configuration by modifying the following file /config/extended.conf
  5. Add the /config/scripts folder to the "Scripts Folder" folder setting in SABnzbd
  6. Add video.bash or audio.bash script to the appropriate SABnzbd category

Updating

Updating is a bit more cumbersome. To update, do the following:

  1. Download/update your local /config/extended.conf file with the latest options from: extended.conf
  2. Restart the container, wait for it to fully load the application.
  3. Restart the container again, for the new scripts to activate.

Additional Information

For more details, visit the Wiki