Add option to set failed import strikes per arr (#135)

This commit is contained in:
Flaminel
2025-05-09 01:17:16 +03:00
committed by GitHub
parent cd345afc54
commit baf6a8c2f4
15 changed files with 90 additions and 9 deletions

View File

@@ -85,6 +85,7 @@
},
"Sonarr": {
"Enabled": true,
"IMPORT_FAILED_MAX_STRIKES": -1,
"SearchType": "Episode",
"Block": {
"Type": "blacklist",
@@ -99,6 +100,7 @@
},
"Radarr": {
"Enabled": true,
"IMPORT_FAILED_MAX_STRIKES": -1,
"Block": {
"Type": "blacklist",
"Path": "https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/blacklist"
@@ -112,6 +114,7 @@
},
"Lidarr": {
"Enabled": true,
"IMPORT_FAILED_MAX_STRIKES": -1,
"Block": {
"Type": "blacklist",
"Path": "https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/blacklist"