Skip to main content

Sonarr Settings

Note

Multiple instances can be specified for each *arr using this format, where <NUMBER> starts from 0:

<ARR>__INSTANCES__<NUMBER>__URL
<ARR>__INSTANCES__<NUMBER>__APIKEY

SONARR__ENABLED

Enables or disables Sonarr cleanup.
Required: No
Type: boolean
Default value: false
Accepted values:
  • true
  • false

SONARR__IMPORT_FAILED_MAX_STRIKES

Number of strikes before removing a failed import. Set to 0 to never remove failed imports.
A strike is given when an item fails to be imported.
Required: No
Type: integer number
Default value: -1
Note
  • If the value is a positive number, it overwrites the values of QUEUECLEANER__IMPORT_FAILED_MAX_STRIKES.
  • 0 means to never remove failed imports.
  • If not set to 0 or a negative number, the minimum value is 3.
Warning
  • The value is not restricted to be a certain positive number. Use a low value (e.g. 1) at your own risk.

SONARR__BLOCK__TYPE

Determines how file blocking works for Sonarr.
Required: No
Type: text
Default value: blacklist
Accepted values:
  • blacklist
  • whitelist

SONARR__BLOCK__PATH

Path to the blocklist file (local file or URL).
The value must be JSON compatible.
The blocklists support the following patterns:
*example            // file name ends with "example"
example*            // file name starts with "example"
*example*           // file name has "example" in the name
example             // file name is exactly the word "example"
regex:<ANY_REGEX>   // regex that needs to be marked at the start of the line with "regex:"
Required: No
Type: text
Default value: Empty
Examples:
  • /blocklist.json
  • https://example.com/blocklist.json
Note

SONARR__SEARCHTYPE

Determines what to search for after removing a queue item.
Required: No
Type: text
Default value: Episode
Accepted values:
  • Episode
  • Season
  • Series

SONARR__INSTANCES__0__URL

URL of the Sonarr instance.
Required: No
Type: text
Default value: http://localhost:8989
Examples:
  • http://localhost:8989
  • http://sonarr:8989

SONARR__INSTANCES__0__APIKEY

API key for the Sonarr instance.
Required: No
Type: text
Default value: Empty