Fix Sonarr discovery monitor mode: future → all
future only monitors seasons not yet aired — shows with all existing seasons would add as unmonitored with nothing to search. all monitors everything so SeriesSearch actually finds episodes to grab.
This commit is contained in:
@@ -147,7 +147,7 @@ MIN_VOTE_COUNT="${SONARR_DISCOVERY_MIN_VOTE_COUNT:-50}"
|
||||
MIN_RATING="${SONARR_DISCOVERY_MIN_RATING:-65}"
|
||||
REJECT_COOLDOWN="${SONARR_DISCOVERY_REJECT_COOLDOWN:-60}"
|
||||
USER_EPISODE_CAP="${SONARR_DISCOVERY_USER_EPISODE_CAP:-8}"
|
||||
MONITOR_MODE="${SONARR_DISCOVERY_MONITOR_MODE:-future}"
|
||||
MONITOR_MODE="${SONARR_DISCOVERY_MONITOR_MODE:-all}"
|
||||
HISTORY_FILE="${SONARR_DISCOVERY_HISTORY:-${DATA_DIR}/sonarr_discovery_history.db}"
|
||||
|
||||
[[ "$DRY_RUN" == true ]] && warn "DRY RUN — no shows will be added to Sonarr"
|
||||
|
||||
Reference in New Issue
Block a user