Skip to content

Commit 63e97ad

Browse files
formatting
1 parent f44d73d commit 63e97ad

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

sabnzbd/readme.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
1-
# Requirements
2-
Container: [https://docs.linuxserver.io/images/docker-sabnzbd](https://docs.linuxserver.io/images/docker-sabnzbd)<br>
1+
# README
32

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:
812
`-v /path/to/preferred/local/directory:/custom-cont-init.d`
913
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`
1014
1. Start your container and wait for the application to load
1115
1. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
1216
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
1420

15-
# Updating
1621
Updating is a bit more combersum. To update, do the following:
22+
1723
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
2028

21-
# Additional Information
2229
For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki)

0 commit comments

Comments
 (0)