Skip to main content

Lidarr 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

LIDARR__ENABLED

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

LIDARR__BLOCK__TYPE

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

LIDARR__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

LIDARR__INSTANCES__0__URL

URL of the Lidarr instance.
Required: No
Type: text
Default value: http://localhost:8686
Examples:
  • http://localhost:8686
  • http://lidarr:8686

LIDARR__INSTANCES__0__APIKEY

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