From 76d81180d20d16264f68e223e7b39bf0fd7ce90b Mon Sep 17 00:00:00 2001 From: FailedProxy Date: Sun, 26 Apr 2026 03:42:18 -0400 Subject: [PATCH] master var change --- Master.conf | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Master.conf b/Master.conf index 4413d35..c40c951 100644 --- a/Master.conf +++ b/Master.conf @@ -163,10 +163,10 @@ ARRAY_START_SCRIPTS=( "Transcodes/ramdisk_setup.sh" # creates ramdisk + symlink before Emby starts "unRAID_Essentials/docker_syslog_filter.sh" # suppress veth noise before logs fill "unRAID_Essentials/php_fpm_max_children.sh" # WebGUI performance tuning - "Docker_Essentials/docker_network_connect.sh" # connect containers to extra networks +# "Docker_Essentials/docker_network_connect.sh" # connect containers to extra networks "unRAID_Essentials/system_watchdog.sh" # system health monitor — continuous loop "Docker_Essentials/docker_watchdog.sh" # container health monitor — continuous loop - "Failover/failover.sh" # mutual failover — continuous loop +# "Failover/failover.sh" # mutual failover — continuous loop ) # ━━━ Daily Sync Maintenance ━━━ @@ -254,9 +254,9 @@ MEDIA_MANAGEMENT_JOBS=( "Media/media_shares_permissions.sh" # apply permissions — runs first "Media/media_cleaner.sh anime" # remove junk from anime shares "Media/media_cleaner.sh media" # remove junk from media shares - "Media/lidarr_cleanup.sh" # remove orphaned music files - "Media/sonarr_cleanup.sh" # remove orphaned TV files - "Media/radarr_cleanup.sh" # remove orphaned movie files +# "Media/lidarr_cleanup.sh" # remove orphaned music files +# "Media/sonarr_cleanup.sh" # remove orphaned TV files +# "Media/radarr_cleanup.sh" # remove orphaned movie files ) # ============================================================================================== @@ -995,9 +995,8 @@ SONARR_PROTECTED_PATTERNS=( "*-trailer.*" "*-featurette.*" "*-behindthescenes.*" "*-interview.*" "*-scene.*" "*-short.*" "*-deleted.*" "*-clip.*" "*-other.*" - # Theme songs and audio extras — stored in show folder, not tracked + # Theme songs — stored in show folder, not tracked "theme.mp3" "theme.flac" "theme.wav" "theme.m4a" "theme.mka" - "*.mka" ) # ── Radarr ──────────────────────────────────────────────────────────────────────────────────── @@ -1040,9 +1039,8 @@ RADARR_PROTECTED_PATTERNS=( "*-trailer.*" "*-featurette.*" "*-behindthescenes.*" "*-interview.*" "*-scene.*" "*-short.*" "*-deleted.*" "*-clip.*" "*-other.*" - # Theme songs and audio extras — stored in movie folder, not tracked + # Theme songs — stored in movie folder, not tracked "theme.mp3" "theme.flac" "theme.wav" "theme.m4a" "theme.mka" - "*.mka" ) # ━━━ Arr Failed/Stalled Recovery ━━━