Skip to content

[SABNZBD]

ТΞNSΛI edited this page Sep 7, 2024 · 5 revisions

This section should be properly configured if SABNZBD is set as the target in the section [GENERAL].

host

Default: host = "localhost"

Defines the host or domain name or the IP address of the computer on which the instance of SABnzbd is installed.

port

Default: port = 8080

Defines the port number under which the instance of SABnzbd is accessible on the computer specified by host.

ssl

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.

skip_check

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).

nzbkey

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.

basicauth_username

Default: basicauth_username = ""

Only required if SABnzbd is behind an additional Basic Authentication. Defines the Basic Authentication username.

basicauth_password

Default: basicauth_password = ""

Only required if SABnzbd is behind an additional Basic Authentication. Defines the Basic Authentication password.

basepath

Default: basepath = ""

Only required if SABnzbd is behind a reverse proxy. Defines the base path required to access SABnzbd.

category

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.

addpaused

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.

compression

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.

Clone this wiki locally