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.
false
true
false
SONARR__BLOCK__TYPE
Determines how file blocking works for Sonarr.
blacklist
blacklist
whitelist
SONARR__BLOCK__PATH
Path to the blocklist file (local file or URL).
The value must be JSON compatible.
*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:"
Empty
/blocklist.json
https://example.com/blocklist.json
Note
- This blacklist, this permissive blacklist and this whitelist can be used for Sonarr and Radarr.
SONARR__SEARCHTYPE
Determines what to search for after removing a queue item.
Episode
Episode
Season
Series
SONARR__INSTANCES__0__URL
URL of the Sonarr instance.
http://localhost:8989
http://localhost:8989
http://sonarr:8989
SONARR__INSTANCES__0__APIKEY
API key for the Sonarr instance.
Empty