master var change
This commit is contained in:
+3
-3
@@ -949,7 +949,7 @@ LIDARR_PROTECTED_PATTERNS=(
|
|||||||
# NEVER deleted — cover art, metadata, lyrics
|
# NEVER deleted — cover art, metadata, lyrics
|
||||||
# Lidarr generates these but doesn't include them in trackFile API
|
# Lidarr generates these but doesn't include them in trackFile API
|
||||||
# Without this protection cleanup would delete all your artwork
|
# 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
|
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
|
# protects against API returning partial data on a bad day
|
||||||
LIDARR_TRACKED_COUNT_FILE="$DATA_DIR/lidarr_tracked.count"
|
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_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_EXTENSIONS=("mkv" "mp4" "avi" "m4v" "ts" "wmv" "mov")
|
||||||
SONARR_PROTECTED_PATTERNS=(
|
SONARR_PROTECTED_PATTERNS=(
|
||||||
# Subtitles
|
# 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_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_EXTENSIONS=("mkv" "mp4" "avi" "m4v" "wmv" "mov")
|
||||||
RADARR_PROTECTED_PATTERNS=(
|
RADARR_PROTECTED_PATTERNS=(
|
||||||
# Subtitles
|
# Subtitles
|
||||||
|
|||||||
Reference in New Issue
Block a user