Removed REMOVE_NO_FORMAT_UPGRADE and replaced it with more flexible REMOVED_FAILED_IMPORTS (with configurable FAILED_IMPORT_MESSAGE_PATTERNS)

This commit is contained in:
Benjamin Harder
2024-05-24 18:09:02 +02:00
parent 8111948e92
commit 0d719b4469
6 changed files with 123 additions and 61 deletions

View File

@@ -5,9 +5,9 @@ TEST_RUN = True
[features]
REMOVE_TIMER = 10
REMOVE_FAILED = True
REMOVE_FAILED_IMPORTS = True
REMOVE_METADATA_MISSING = True
REMOVE_MISSING_FILES = True
REMOVE_NO_FORMAT_UPGRADE = True
REMOVE_ORPHANS = True
REMOVE_SLOW = True
REMOVE_STALLED = True
@@ -16,6 +16,7 @@ MIN_DOWNLOAD_SPEED = 100
PERMITTED_ATTEMPTS = 3
NO_STALLED_REMOVAL_QBIT_TAG = Don't Kill
IGNORE_PRIVATE_TRACKERS = FALSE
FAILED_IMPORT_MESSAGE_PATTERNS = ["Not a Custom Format upgrade for existing", "Not an upgrade for existing"]
[radarr]
RADARR_URL = http://radarr:7878