Added "Ignore download clients" feature

This commit is contained in:
Benjamin Harder
2024-12-03 20:24:29 +01:00
parent 07c4f6f2f8
commit 8a606891d6
15 changed files with 59 additions and 18 deletions

View File

@@ -99,6 +99,7 @@ services:
"Not a Custom Format upgrade for existing",
"Not an upgrade for existing"
]'
IGNORED_DOWNLOAD_CLIENTS: ["emulerr"]
## Radarr
RADARR_URL: http://radarr:7878
@@ -335,6 +336,13 @@ If it you face issues, please first check the closed issues before opening a new
- Recommended values: ["Not a Custom Format upgrade for existing", "Not an upgrade for existing"]
- Is Mandatory: No (Defaults to [], which means all messages are failures)
**IGNORED_DOWNLOAD_CLIENTS**
- If specified, downloads of the listed download clients are not removed / skipped entirely
- Is useful if multiple download clients are used and some of them are known to have slow downloads that recover (and thus should not be subject to slowness check), while other download clients should be monitored
- Type: List
- Is Mandatory: No (Defaults to [], which means no download clients are skipped)
---
### **Radarr section**