29 lines
1.4 KiB
Markdown
29 lines
1.4 KiB
Markdown
# README
|
|
|
|
## Requirements
|
|
|
|
Container: [https://docs.linuxserver.io/images/docker-sabnzbd](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`
|
|
1. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/sabnzbd/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sabnzbd/scripts_init.bash)) and place it into the following folder: `/custom-cont-init.d`
|
|
1. Start your container and wait for the application to load
|
|
1. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
|
|
1. Add the `/config/scripts` folder to the "Scripts Folder" folder setting in SABnzbd
|
|
1. Add `video.bash` or `audio.bash` script to the appropriate SABnzbd category
|
|
|
|
## Updating
|
|
|
|
Updating is a bit more combersum. To update, do the following:
|
|
|
|
1. Download/update your local `/config/extended.conf` file with the latest options from: [extended.conf](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/sabnzbd/extended.conf)
|
|
1. Restart the container, wait for it to fully load the application.
|
|
1. Restart the container again, for the new scripts to activate.
|
|
|
|
## Additional Information
|
|
|
|
For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki)
|