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__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