diff --git a/docs/Downloaders/SABnzbd/Basic-Setup.md b/docs/Downloaders/SABnzbd/Basic-Setup.md index a2b5f2aa2..b79f1a6da 100644 --- a/docs/Downloaders/SABnzbd/Basic-Setup.md +++ b/docs/Downloaders/SABnzbd/Basic-Setup.md @@ -4,4 +4,114 @@ ------ -## Soon +!!! Note + Settings that aren't covered means you can change them to your own liking or just leave them on default. + + ** I also recommend to enable the `Advanced Settings` on the top right. ** + +## General + +### Tuning + +`Settings` => `General` => `Tuning` +![!General: Tuning](images/sabnzbd-general-tuning.png) + +I recommend setting a sane maximum speed and then limiting below that, to keep your internet connection happy. You can use `Settings` => `Scheduling` to toggle the limit on and off based on time, slowing it down while your family is using the internet and speeding it up at night when they're not. + +------ + +## Folders + +### User Folders + +`Settings` => `Folders` => `Users Folders` +![!Folders: User Folders](/Hardlinks/images/sabnzbd-folders.png) + +Here you setup your download path/location. + +!!! Warning "ATTENTION" + + 1. You set your download location in your download client + 1. Your download client **ONLY** downloads to your download folder/location. + 1. And you tell Radarr where you want your clean media library + 1. Radarr imports from your download location (copy/move/hardlink) to your media folder/library + 1. Plex, Emby, JellyFin or Kodi should **ONLY** have access to your media folder/library + + :bangbang: __**Your Download and Media Library should be **NEVER** the same locations**__ :bangbang: + +### System Folders + +`Settings` => `Folders` => `System Folders` +![!Folders: System Folders](images/sabnzbd-folders-system-folders.png) + +I recommend the .nzb Backup Folder because sabnzbd doesn't have a hidden history and having remove from history enabled in Sonarr/Radarr is the best method. This allows you to see your past downloads and it is used for duplicate download detection/prevention. Default is empty, I picked history because it is easy. It'll end up in the `/config` folder for Docker, which isn't crazy... but this is literally compressed nzb files, so can end up pretty big. But the choice is yours what you prefer. + +------ + +## Servers + +`Settings` => `Servers` => `Add Server` +![!Servers](images/sabnzbd-servers.png) + +!!! info "" + USP = Usenet Service Provider + +1. Server description. +1. The hostname you get from your USP. +1. The port that you get and can use from your USP. +1. Make sure you enable `SSL` so you get a secure connection to the USP. +1. Username that you got or created with your USP. +1. Password you got or created with your USP +1. Use the lowest possible amount of connections +1 to gain your max download speed. +1. How long the articles are stored on the news server. +1. For unreliable servers, will be ignored longer in case of failures + +------ + +## Categories + +`Settings`=> `Categories` + +Covered and fully explained in [SABnzbd - Paths and Categories](/Downloaders/SABnzbd/Paths-and-Categories/){:target="_blank" rel="noopener noreferrer"} + +------ + +## Switches + +### Queue + +`Settings` => `Switches` => `Queue` +![!Switches: Queue](images/sabnzbd-switches-queue.png) + +1. When during download it becomes clear that too much data is missing, abort the job. and makes sure Sonarr/Radarr will get a notification and can look for another release. +1. Since we have the .nzb history folder, you can decide what you want to do here w/ duplicate downloads. Mine is set to Tag job, but Pause or Fail job may make sense too. +1. In case of "Pause", you'll need to set a password and resume the job. or you set it to "Abort" and Sonarr/Radarr can look for another release. +1. Suggest this sort so that the most likely to still be there stuff is downloaded first. +1. If your hardware isn't up to snuff, including cpu and/or io performance, disabling Direct Unpack and/or enabling Pause Downloading During Post-Processing can help. Defaults are fine for most hardware though. + +### Post processing + +`Settings` => `Switches` => `Post processing` +![!Switches: Post-processing](images/sabnzbd-switches-post-processing.png) + +1. If your hardware isn't up to snuff, including cpu and/or io performance, disabling Direct Unpack and/or enabling Pause Downloading During Post-Processing can help. Defaults are fine for most hardware though. +1. Only unpack and run scripts on jobs that passed the verification stage. If turned off, all jobs will be marked as Completed even if they are incomplete. +1. Unpack archives (rar, zip, 7z) within archives. +1. This can help with subs that are in folders in the rar because sonarr/radarr don't look in sub-folders. +1. Some servers provide an alternative NZB when a download fails. I have it enabled no guarantee that it works. +1. Helps with de-obfuscation, but probably is handling the same case sonarr/radarr do okay with. Not sure how this one does, I have it enabled, but its also newish. +1. When sorting, use tags from indexer for title, season, episode, etc. +Otherwise all naming is derived from the NZB name. + +------ + +## Sorting + +`Settings` => `Sorting` + +!!! danger "" + :bangbang: **MAKE SURE THAT SORTING IS ENTIRELY DISABLED** :bangbang: + +------ + +Thnx 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/sabnzbd-folders-system-folders.png b/docs/Downloaders/SABnzbd/images/sabnzbd-folders-system-folders.png new file mode 100644 index 000000000..a2bf41c15 Binary files /dev/null and b/docs/Downloaders/SABnzbd/images/sabnzbd-folders-system-folders.png differ diff --git a/docs/Downloaders/SABnzbd/images/sabnzbd-general-tuning.png b/docs/Downloaders/SABnzbd/images/sabnzbd-general-tuning.png new file mode 100644 index 000000000..cbb24a7cc Binary files /dev/null and b/docs/Downloaders/SABnzbd/images/sabnzbd-general-tuning.png differ diff --git a/docs/Downloaders/SABnzbd/images/sabnzbd-servers.png b/docs/Downloaders/SABnzbd/images/sabnzbd-servers.png new file mode 100644 index 000000000..b5d7d849c Binary files /dev/null and b/docs/Downloaders/SABnzbd/images/sabnzbd-servers.png differ diff --git a/docs/Downloaders/SABnzbd/images/sabnzbd-switches-post-processing.png b/docs/Downloaders/SABnzbd/images/sabnzbd-switches-post-processing.png new file mode 100644 index 000000000..962fe7ff7 Binary files /dev/null and b/docs/Downloaders/SABnzbd/images/sabnzbd-switches-post-processing.png differ diff --git a/docs/Downloaders/SABnzbd/images/sabnzbd-switches-queue.png b/docs/Downloaders/SABnzbd/images/sabnzbd-switches-queue.png new file mode 100644 index 000000000..39c123d11 Binary files /dev/null and b/docs/Downloaders/SABnzbd/images/sabnzbd-switches-queue.png differ