lidarr-dl/sabnzbd/readme.md

30 lines
1.4 KiB
Markdown
Raw Normal View History

2023-11-26 17:29:13 +01:00
# README
2023-07-12 14:31:25 +02:00
2023-11-26 17:29:13 +01:00
## 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:
2023-07-12 14:31:25 +02:00
`-v /path/to/preferred/local/directory:/custom-cont-init.d`
2023-10-19 12:03:47 +02:00
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`
2023-07-12 20:51:10 +02:00
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
2023-11-26 17:29:13 +01:00
1. Add `video.bash` or `audio.bash` script to the appropriate SABnzbd category
## Updating
2023-07-13 16:12:54 +02:00
Updating is a bit more combersum. To update, do the following:
2023-11-26 17:29:13 +01:00
2023-07-13 16:12:54 +02:00
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)
2023-11-26 17:29:13 +01:00
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
2023-07-13 16:46:03 +02:00
For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki)