From ad0546c39849b889d5d31a7d7b2f90dba4a54c96 Mon Sep 17 00:00:00 2001 From: FailedProxy Date: Sun, 26 Apr 2026 03:45:38 -0400 Subject: [PATCH] master var change --- Master.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Master.conf b/Master.conf index c40c951..6f3998e 100644 --- a/Master.conf +++ b/Master.conf @@ -949,7 +949,7 @@ LIDARR_PROTECTED_PATTERNS=( # NEVER deleted — cover art, metadata, lyrics # Lidarr generates these but doesn't include them in trackFile API # Without this protection cleanup would delete all your artwork -LIDARR_MAX_DELETE_GB=1 # require --i-know-what-im-doing if deletion exceeds this +LIDARR_MAX_DELETE_GB=5 # require --i-know-what-im-doing if deletion exceeds this LIDARR_MIN_TRACKED_PCT=80 # abort if tracked count drops below this % of last run # protects against API returning partial data on a bad day LIDARR_TRACKED_COUNT_FILE="$DATA_DIR/lidarr_tracked.count" @@ -980,7 +980,7 @@ declare -A HOST2_SONARR_PATH_MAP=( ) SONARR_ORPHAN_AGE=7 # days — files must be older than this before eligible for deletion -SONARR_MAX_DELETE_GB=1 # require --i-know-what-im-doing if deletion exceeds this +SONARR_MAX_DELETE_GB=10 # require --i-know-what-im-doing if deletion exceeds this SONARR_EXTENSIONS=("mkv" "mp4" "avi" "m4v" "ts" "wmv" "mov") SONARR_PROTECTED_PATTERNS=( # Subtitles @@ -1024,7 +1024,7 @@ declare -A HOST2_RADARR_PATH_MAP=( ) RADARR_ORPHAN_AGE=7 # days — files must be older than this before eligible for deletion -RADARR_MAX_DELETE_GB=1 # require --i-know-what-im-doing if deletion exceeds this +RADARR_MAX_DELETE_GB=15 # require --i-know-what-im-doing if deletion exceeds this RADARR_EXTENSIONS=("mkv" "mp4" "avi" "m4v" "wmv" "mov") RADARR_PROTECTED_PATTERNS=( # Subtitles