{ "DRY_RUN": true, "HTTP_MAX_RETRIES": 0, "HTTP_TIMEOUT": 10, "Logging": { "LogLevel": "Verbose", "Enhanced": true, "File": { "Enabled": false, "Path": "" } }, "Triggers": { "QueueCleaner": "0/10 * * * * ?", "ContentBlocker": "0/10 * * * * ?", "DownloadCleaner": "0/10 * * * * ?" }, "ContentBlocker": { "Enabled": true, "IGNORE_PRIVATE": true, "DELETE_PRIVATE": false, "IGNORED_DOWNLOADS_PATH": "../test/data/cleanuperr/ignored_downloads" }, "QueueCleaner": { "Enabled": true, "RunSequentially": true, "IGNORED_DOWNLOADS_PATH": "../test/data/cleanuperr/ignored_downloads", "IMPORT_FAILED_MAX_STRIKES": 3, "IMPORT_FAILED_IGNORE_PRIVATE": true, "IMPORT_FAILED_DELETE_PRIVATE": false, "IMPORT_FAILED_IGNORE_PATTERNS": [ "file is a sample" ], "STALLED_MAX_STRIKES": 3, "STALLED_RESET_STRIKES_ON_PROGRESS": true, "STALLED_IGNORE_PRIVATE": true, "STALLED_DELETE_PRIVATE": false, "DOWNLOADING_METADATA_MAX_STRIKES": 3, "SLOW_MAX_STRIKES": 5, "SLOW_RESET_STRIKES_ON_PROGRESS": true, "SLOW_IGNORE_PRIVATE": false, "SLOW_DELETE_PRIVATE": false, "SLOW_MIN_SPEED": "1MB", "SLOW_MAX_TIME": 20, "SLOW_IGNORE_ABOVE_SIZE": "4GB" }, "DownloadCleaner": { "Enabled": false, "DELETE_PRIVATE": false, "CATEGORIES": [ { "Name": "tv-sonarr", "MAX_RATIO": -1, "MIN_SEED_TIME": 0, "MAX_SEED_TIME": 240 } ], "UNLINKED_TARGET_CATEGORY": "cleanuperr-unlinked", "UNLINKED_IGNORED_ROOT_DIR": "", "UNLINKED_CATEGORIES": [ "tv-sonarr", "radarr" ], "IGNORED_DOWNLOADS_PATH": "../test/data/cleanuperr/ignored_downloads" }, "DOWNLOAD_CLIENT": "qbittorrent", "qBittorrent": { "Url": "http://localhost:8080", "URL_BASE": "", "Username": "test", "Password": "testing" }, "Deluge": { "Url": "http://localhost:8112", "URL_BASE": "", "Password": "testing" }, "Transmission": { "Url": "http://localhost:9091", "URL_BASE": "transmission", "Username": "test", "Password": "testing" }, "Sonarr": { "Enabled": true, "SearchType": "Episode", "Block": { "Type": "blacklist", "Path": "https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/blacklist" }, "Instances": [ { "Url": "http://localhost:8989", "ApiKey": "425d1e713f0c405cbbf359ac0502c1f4" } ] }, "Radarr": { "Enabled": true, "Block": { "Type": "blacklist", "Path": "https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/blacklist" }, "Instances": [ { "Url": "http://localhost:7878", "ApiKey": "8b7454f668e54c5b8f44f56f93969761" } ] }, "Lidarr": { "Enabled": true, "Block": { "Type": "blacklist", "Path": "https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/blacklist" }, "Instances": [ { "Url": "http://localhost:8686", "ApiKey": "7f677cfdc074414397af53dd633860c5" } ] }, "Notifiarr": { "ON_IMPORT_FAILED_STRIKE": true, "ON_STALLED_STRIKE": true, "ON_SLOW_STRIKE": true, "ON_QUEUE_ITEM_DELETED": true, "ON_DOWNLOAD_CLEANED": true, "ON_CATEGORY_CHANGED": true, "API_KEY": "", "CHANNEL_ID": "" }, "Apprise": { "ON_IMPORT_FAILED_STRIKE": true, "ON_STALLED_STRIKE": true, "ON_SLOW_STRIKE": true, "ON_QUEUE_ITEM_DELETED": true, "ON_DOWNLOAD_CLEANED": true, "ON_CATEGORY_CHANGED": true, "URL": "http://localhost:8000", "KEY": "" } }