General
| Check for new release | If enabled, SABnzbd will check once a week whether a new release has been published on SourceForge.net |
| Launch browser on startup | Enable to auto-launch of the browser when SABnzbd is opened. |
| 12 hour clock | Enable to show a 12 hour clock (AM/PM) instead of a 24 hour clock (has no effect on the Scheduler) |
Server
| Disconnect on empty queue | Disconnect from Usenet server(s) when queue is empty or paused. This will help you switch between different systems. Set this option off when your server keeps complaining that you have too many connections open. |
| Send group | Some news servers require the Usenet group to be sent before starting download. Only enable if (one of) your servers has problems with downloading otherwise. |
| SSL Type | Normally you use V23. For some ISP-s you may need either V2 or V3 to get optimal speed. |
Queue
| Prevent duplicate downloads | This option will compare the name of the NZB file against all backed up older NZB files. This option only works when you have enabled NZB backup. However, for duplicate prevention in RSS feeds, you do not need the backup option. |
| Pause downloading during post-processing | Will pause the queue while verifying and repairing, only needed for resource-constrained systems (like NAS-devices) |
| Only get articles for top of the queue | When a top-job stalls for some reason, start downloading segments for the next job (costs more memory). This prevents a job from blocking the queue when you have an unreliable Usenet server. If you need this behaviour, set the option off. If you have a reliable server (most paid servers), you might as well set this on. |
| Sort by age | When you use a server with a low retention time, you can choose to download the oldest parts of a job first. This way you have more chance on completing the download. |
| Pre-queue script | See: [[user-pre-queue-script|User Pre-Queue script]] |
Post Processing
| Ignore samples | "Delete after download" Remove files that look like samples, after post processing |
| Ignore samples | "Do not download" Don't download files that look like samples. WARNING: this may make some downloads fail. |
| Enable QuickCheck | Normally par2-based downloads are verified and (if required) repaired by the external par2 program. This takes a lot time. SABnzbd can check the correctness of downloaded files on the fly, using the first par2 file. A completely correct download does not have to be processed by par2 anymore. If there are any errors in the files, the par2 program is launched anyway. Turn this off only if you have reason to doubt QuickCheck's results. |
| Enable unrar | Allow the use of the UNRAR command for unpacking RAR files. Whether or not RAR files are actually unpacked is controlled by the job options. |
| Enable unzip | Allow the use of the UNZIP command for unpacking ZIP files. Whether or not ZIP files are actually unpacked is controlled by the job options. |
| Enable File Join | Allow the use of file joining of split files. Works only if the files are called file.001.ts, file.002.ts, file.003.ts etc. |
| Enable TS File Join | Allow the use of file joining of split files. Works only if the files are called file.001, file.002, file.003 etc. |
| Enable Par cleanup | Allows removal of PAR2 files after corrections of the download have been applied. Only set this to false when you have error correction problems witth SABnzbd. |
| Fail on yenc crc Errors | Only important when using fill servers. When a primary server delivers a message with errors you can ignore the message and rely on PAR2 correction. You can also choose to try to download the message from a fill server, but this takes more time and bandwidth. |
| Process only verified jobs | When the download is incorrect and not repairable it may be safer to skip further post-processing. |
| Enable SFV-based checks | When no PAR2 files are availbale, try verification based on SFV files. |
| Enable PAR2 multicore | See Multi-core PAR2 |
| Extra PAR2 parameters | See Multi-core PAR2 |
| IONice parameters | See IONice to reduce disk priority |
Naming
| Enable folder rename | Use temporary names during post processing. Disable when your system doesn't handle that properly. |
| Replace Spaces in folder names | Enable to replace spaces with underscores in folder names. |
| Replace dots in Foldername | Replace dots with spaces in folder names. |
| Replace illegal characters in foldernames | Replace illegal characters in folder names by equivalents. If you switch this off, illegal characters will be just removed. |
Multi-core PAR2
The Win32 distribution of SABnzbd now comes with a multi-core version of the PAR2 program which will see improvements for those with multi-core processors. For linux or OSX you will need to locate the multi-core versions of par2 yourself, such as this one for linux.
The behaviour of multi-core PAR2 can be influenced by an extra parameter.
This option is only of use to users running the multi-core par2 version, so do not specify the value if you are running the normal (single-core) version of par2.
These are the choices:
-t- : Use it single-core
-t0 : Use multi-core for repairs but not for verify (prevents disk trashing)
-t+ : Always use multi-core
You may need to experiment a bit to get the best behaviour for your system.
Should you have another variant of PAR2, you specify its required parameters here.
Note: if your system has problems with this program, you can force the use of the classic version by unchecking "Enable MultiCore Par2"
IONice to reduce disk priority
When SABnzbd runs external tools like par2 and unrar, these tools may use up all disk capacity.
This can make simultaneous use of the system problematic, e.g. when you want to watch a movie.
If you set parameters in the ionice option box, the tool will be used (if installed).
You will need to experiment with the parameters. Leaving the box empty will disable the use of ionice.
The standard parameters are -c2 -n4.
For more info, see the ionice man-page
Be careful, using wrong parameters will make all external tools fail!
