{ "HTTP_MAX_RETRIES": 0, "HTTP_TIMEOUT": 10, "Logging": { "LogLevel": "Debug", "Enhanced": true, "File": { "Enabled": false, "Path": "" } }, "Triggers": { "QueueCleaner": "0/10 * * * * ?", "ContentBlocker": "0/10 * * * * ?" }, "ContentBlocker": { "Enabled": true, "IGNORE_PRIVATE": true }, "QueueCleaner": { "Enabled": true, "RunSequentially": true, "IMPORT_FAILED_MAX_STRIKES": 5, "IMPORT_FAILED_IGNORE_PRIVATE": true, "IMPORT_FAILED_IGNORE_PATTERNS": [ "file is a sample" ], "STALLED_MAX_STRIKES": 5, "STALLED_IGNORE_PRIVATE": true }, "DOWNLOAD_CLIENT": "qbittorrent", "qBittorrent": { "Url": "http://localhost:8080", "Username": "test", "Password": "testing" }, "Deluge": { "Url": "http://localhost:8112", "Password": "testing" }, "Transmission": { "Url": "http://localhost:9091", "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" } ] } }