-
Notifications
You must be signed in to change notification settings - Fork 8
[SABNZBD]
This section should be properly configured if SABNZBD
is set as the target in the section [GENERAL]
.
Default: host = "localhost"
Defines the host or domain name or the IP address of the computer on which the instance of SABnzbd is installed.
Default: port = 8080
Defines the port number under which the instance of SABnzbd is accessible on the computer specified by host
.
Default: ssl = false
Defines whether secure SSL connection (https) should be used to connect to SABnzbd or not.
The possible values are:
-
true
A secure SSL connection (https) will be used to connect to SABnzbd.
-
false
A normal insecure http connection will be used to connect to SABnzbd.
Default: skip_check = false
Defines whether SSL connections should be checked for valid SSL certificates or not if ssl
is set to true
. Skipping the validity check of SSL certificates may be required when using self-signed certificates.
The possible values are:
-
true
Skip the validity check of SSL certificates (invalid SSL certificates will be accepted).
-
false
Check the validity of SSL certificates (invalid SSL certificates will be rejected and the program will fail with an error).
Default: nzbkey = ""
Defines the NZB-Key needed to access the API of SABnzbd. The NZB-Key can be found in the SABnzbd settings.
Note: If [General]
-> categorize
is set to manual
the API-Key has to be set here instead of the NZB-Key in order to retrieve the categories from SABnzbd.
Default: basicauth_username = ""
Only required if SABnzbd is behind an additional Basic Authentication. Defines the Basic Authentication username.
Default: basicauth_password = ""
Only required if SABnzbd is behind an additional Basic Authentication. Defines the Basic Authentication password.
Default: basepath = ""
Only required if SABnzbd is behind a reverse proxy. Defines the base path required to access SABnzbd.
Default: category = ""
Defines a default category to be used for SABnzbd.
Note: If [GENERAL]
-> categorize
is set to auto
or manual
the default category will only be used if no category has been set in the automatic or manual categorizing step.
Default: addpaused = false
Defines whether the nzb file is added to the SABnzbd download queue as 'paused' or not.
The possible values are:
-
true
The nzb file is added to the SABnzbd download queue as 'paused' and requires the user to manually start the download in SABnzbd.
-
false
The nzb file is added to SABnzbd download queue normally and SABnzbd will start the download without any further user interaction.
Default: compression = "none"
Defines whether the nzb file is compressed before being uploaded to SABnzbd. Compression is mainly useful if the SABnzbd instance is located on a remote computer.
The possible values are:
-
"none"
The nzb file is uploaded uncompressed to SABnzbd.
-
"zip"
The nzb file is compressed using zip compression before it is uploaded to SABnzbd.