diff --git a/docs/Downloaders/SABnzbd/Basic-Setup.md b/docs/Downloaders/SABnzbd/Basic-Setup.md index 669f26deb..5e29b4211 100644 --- a/docs/Downloaders/SABnzbd/Basic-Setup.md +++ b/docs/Downloaders/SABnzbd/Basic-Setup.md @@ -102,8 +102,31 @@ Covered and fully explained in [SABnzbd - Paths and Categories](/Downloaders/SAB `Settings` => `Sorting` -!!! danger "" - :bangbang: **MAKE SURE THAT SORTING IS ENTIRELY DISABLED** :bangbang: +!!! danger ":bangbang: **MAKE SURE THAT SORTING IS ENTIRELY DISABLED** :bangbang:" + +## Special + +Rarely used options. For their meaning and explanation, click on the Help button to go to the Wiki page. +Don't change these without checking the Wiki first, as some have serious side-effects. +The default values are between parentheses. + +### Unable to connect to SABnzbd + +If you're trying to connect your Starr apps to SABnzbd and you're getting a error like `Unable to connect to SABnzbd` after clicking on Test. + +![!Starr: Unable to connect to SABnzbd](images/starr-unable-to-connect-to-sabnzbd.png) + +And it SABnzbd you will see something like this. + +![!SABnzbd: Unable to connect to SABnzbd](images/sabnzbd-unable-to-connect-to-sabnzbd.png) + +Then go in to `Settings` => `Special` => `Values`. + +Scroll down to `host_whitelist ( )` and enter your docker container name and or your domain name. + +Example: `sabnzbd.domain.tld, ` + +![!SABnzbd: host_whitelist ( )](images/sabnzbd-special-host-whitelist.png) ------ @@ -138,6 +161,10 @@ Being that Sonarr/Radarr only looks at the last xx amount in the queue/history. and both boxes under `Failed Download Handling` at step 4. + Select Sabnzbd at step 5 and scroll down to the bottom of the new window where it says `Completed Download Handling` and check both boxes. + + ![!Radarr: Download Clients - SABnzbd](images/radarr-download-clients-sabnzbd.png) + ------ Thanks to [fryfrog](https://github.com/fryfrog){:target="_blank" rel="noopener noreferrer"} for helping me with the settings and providing the info needed to create this Guide. diff --git a/docs/Downloaders/SABnzbd/images/radarr-download-clients-sabnzbd.png b/docs/Downloaders/SABnzbd/images/radarr-download-clients-sabnzbd.png new file mode 100644 index 000000000..10d95d44a Binary files /dev/null and b/docs/Downloaders/SABnzbd/images/radarr-download-clients-sabnzbd.png differ diff --git a/docs/Downloaders/SABnzbd/images/radarr-settings-download-clients.png b/docs/Downloaders/SABnzbd/images/radarr-settings-download-clients.png index 7b97243e6..cd9c5444e 100644 Binary files a/docs/Downloaders/SABnzbd/images/radarr-settings-download-clients.png and b/docs/Downloaders/SABnzbd/images/radarr-settings-download-clients.png differ diff --git a/docs/Downloaders/SABnzbd/images/sabnzbd-special-host-whitelist.png b/docs/Downloaders/SABnzbd/images/sabnzbd-special-host-whitelist.png new file mode 100644 index 000000000..faa65cfae Binary files /dev/null and b/docs/Downloaders/SABnzbd/images/sabnzbd-special-host-whitelist.png differ diff --git a/docs/Downloaders/SABnzbd/images/sabnzbd-unable-to-connect-to-sabnzbd.png b/docs/Downloaders/SABnzbd/images/sabnzbd-unable-to-connect-to-sabnzbd.png new file mode 100644 index 000000000..84cc84282 Binary files /dev/null and b/docs/Downloaders/SABnzbd/images/sabnzbd-unable-to-connect-to-sabnzbd.png differ diff --git a/docs/Downloaders/SABnzbd/images/sonarr-settings-download-clients.png b/docs/Downloaders/SABnzbd/images/sonarr-settings-download-clients.png index 28e469fa2..a2750f0ca 100644 Binary files a/docs/Downloaders/SABnzbd/images/sonarr-settings-download-clients.png and b/docs/Downloaders/SABnzbd/images/sonarr-settings-download-clients.png differ diff --git a/docs/Downloaders/SABnzbd/images/starr-unable-to-connect-to-sabnzbd.png b/docs/Downloaders/SABnzbd/images/starr-unable-to-connect-to-sabnzbd.png new file mode 100644 index 000000000..4c62301ef Binary files /dev/null and b/docs/Downloaders/SABnzbd/images/starr-unable-to-connect-to-sabnzbd.png differ