mirror of
https://github.com/thelegendtubaguy/ArrQueueCleaner.git
synced 2026-01-12 17:30:55 -06:00
25 lines
572 B
Plaintext
25 lines
572 B
Plaintext
# Sonarr Configuration
|
|
SONARR_HOST=http://localhost:8989
|
|
SONARR_API_KEY=your_sonarr_api_key
|
|
|
|
# Queue Cleaning Rules
|
|
REMOVE_QUALITY_BLOCKED=false
|
|
BLOCK_REMOVED_QUALITY_RELEASES=false
|
|
REMOVE_ARCHIVE_BLOCKED=false
|
|
BLOCK_REMOVED_ARCHIVE_RELEASES=false
|
|
REMOVE_NO_FILES_RELEASES=false
|
|
BLOCK_REMOVED_NO_FILES_RELEASES=false
|
|
REMOVE_SERIES_ID_MISMATCH=false
|
|
BLOCK_REMOVED_SERIES_ID_MISMATCH_RELEASES=false
|
|
REMOVE_UNDETERMINED_SAMPLE=false
|
|
BLOCK_REMOVED_UNDETERMIND_SAMPLE=false
|
|
|
|
# Dry Run Mode
|
|
DRY_RUN=false
|
|
|
|
# Schedule (cron format)
|
|
SCHEDULE=*/5 * * * *
|
|
|
|
# Logging
|
|
LOG_LEVEL=info
|