|
1 | | -# Requirements |
2 | | -Container: [https://docs.linuxserver.io/images/docker-sabnzbd](https://docs.linuxserver.io/images/docker-sabnzbd)<br> |
| 1 | +# README |
3 | 2 |
|
4 | | -# Installation/setup |
5 | | -1. Add volume to your container <br> |
6 | | - `/custom-cont-init.d` <br> |
7 | | - Docker Run Example: <br> |
| 3 | +## Requirements |
| 4 | + |
| 5 | +Container: [https://docs.linuxserver.io/images/docker-sabnzbd](https://docs.linuxserver.io/images/docker-sabnzbd) |
| 6 | + |
| 7 | +## Installation/setup |
| 8 | + |
| 9 | +1. Add volume to your container |
| 10 | + `/custom-cont-init.d` |
| 11 | + Docker Run Example: |
8 | 12 | `-v /path/to/preferred/local/directory:/custom-cont-init.d` |
9 | 13 | 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` |
10 | 14 | 1. Start your container and wait for the application to load |
11 | 15 | 1. Optional: Customize the configuration by modifying the following file `/config/extended.conf` |
12 | 16 | 1. Add the `/config/scripts` folder to the "Scripts Folder" folder setting in SABnzbd |
13 | | -1. Add `video.bash` or `audio.bash` script to the appropriate SABnzbd category |
| 17 | +1. Add `video.bash` or `audio.bash` script to the appropriate SABnzbd category |
| 18 | + |
| 19 | +## Updating |
14 | 20 |
|
15 | | -# Updating |
16 | 21 | Updating is a bit more combersum. To update, do the following: |
| 22 | + |
17 | 23 | 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) |
18 | | -2. Restart the container, wait for it to fully load the application. |
19 | | -3. Restart the container again, for the new scripts to activate. |
| 24 | +1. Restart the container, wait for it to fully load the application. |
| 25 | +1. Restart the container again, for the new scripts to activate. |
| 26 | + |
| 27 | +## Additional Information |
20 | 28 |
|
21 | | -# Additional Information |
22 | 29 | For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki) |
0 commit comments