mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-17 21:53:58 +02:00
49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
[general]
|
|
LOG_LEVEL = VERBOSE
|
|
TEST_RUN = True
|
|
|
|
[features]
|
|
REMOVE_TIMER = 10
|
|
REMOVE_FAILED = True
|
|
REMOVE_FAILED_IMPORTS = True
|
|
REMOVE_METADATA_MISSING = True
|
|
REMOVE_MISSING_FILES = True
|
|
REMOVE_ORPHANS = True
|
|
REMOVE_SLOW = True
|
|
REMOVE_STALLED = True
|
|
REMOVE_UNMONITORED = True
|
|
RUN_PERIODIC_RESCANS = {"SONARR": {"MISSING": true, "CUTOFF_UNMET": true, "MAX_CONCURRENT_SCANS": 3, "MIN_DAYS_BEFORE_RESCAN": 7}, "RADARR": {"MISSING": true, "CUTOFF_UNMET": true, "MAX_CONCURRENT_SCANS": 3, "MIN_DAYS_BEFORE_RESCAN": 7}}
|
|
|
|
[feature_settings]
|
|
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"]
|
|
IGNORED_DOWNLOAD_CLIENTS = ["emulerr"]
|
|
|
|
[radarr]
|
|
RADARR_URL = http://radarr:7878
|
|
RADARR_KEY = $RADARR_API_KEY
|
|
|
|
[sonarr]
|
|
SONARR_URL = http://sonarr:8989
|
|
SONARR_KEY = $SONARR_API_KEY
|
|
|
|
[lidarr]
|
|
LIDARR_URL = http://lidarr:8686
|
|
LIDARR_KEY = $LIDARR_API_KEY
|
|
|
|
[readarr]
|
|
READARR_URL = http://lidarr:8787
|
|
READARR_KEY = $READARR_API_KEY
|
|
|
|
[whisparr]
|
|
WHISPARR_URL = http://whisparr:6969
|
|
WHISPARR_KEY = $WHISPARR_API_KEY
|
|
|
|
[qbittorrent]
|
|
QBITTORRENT_URL = http://qbittorrent:8080
|
|
QBITTORRENT_USERNAME = Your name (or empty)
|
|
QBITTORRENT_PASSWORD = Your password (or empty)
|