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.
false
true
false
LIDARR__BLOCK__TYPE
Determines how file blocking works for Lidarr.
blacklist
blacklist
whitelist
LIDARR__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
LIDARR__INSTANCES__0__URL
URL of the Lidarr instance.
http://localhost:8686
http://localhost:8686
http://lidarr:8686
LIDARR__INSTANCES__0__APIKEY
API key for the Lidarr instance.
Empty