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...
README
Requirements
Container: https://docs.linuxserver.io/images/docker-sabnzbd
Installation/setup
- Add volume to your container
/custom-cont-init.dDocker Run Example:-v /path/to/preferred/local/directory:/custom-cont-init.d - Download the script_init.bash (Download Link) and place it into the following folder:
/custom-cont-init.d - Start your container and wait for the application to load
- Optional: Customize the configuration by modifying the following file
/config/extended.conf - Add the
/config/scriptsfolder to the "Scripts Folder" folder setting in SABnzbd - Add
video.bashoraudio.bashscript to the appropriate SABnzbd category
Updating
Updating is a bit more cumbersome. To update, do the following:
- Download/update your local
/config/extended.conffile with the latest options from: extended.conf - Restart the container, wait for it to fully load the application.
- Restart the container again, for the new scripts to activate.
Additional Information
For more details, visit the Wiki