lidarr-dl/sabnzbd/readme.md

23 lines
1.3 KiB
Markdown
Raw Normal View History

2023-07-12 14:31:25 +02:00
# Requirements
2023-07-12 16:45:35 +02:00
Container: [https://docs.linuxserver.io/images/docker-sabnzbd](https://docs.linuxserver.io/images/docker-sabnzbd)<br>
2023-07-12 14:31:25 +02:00
# Installation/setup
2023-07-12 14:32:06 +02:00
1. Add volume to your container <br>
`/custom-cont-init.d` <br>
2023-07-12 14:31:25 +02:00
Docker Run Example: <br>
`-v /path/to/preferred/local/directory:/custom-cont-init.d`
2023-07-12 20:51:10 +02:00
1. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/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
2023-07-13 16:12:54 +02:00
# 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)
2. Restart the container, wait for it to fully load the application.
3. Restart the container again, for the new scripts to activate.
2023-07-13 16:46:03 +02:00
# Additional Information
For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki)