From 212af904259ef39e80ca605aeba531fc5253aaf1 Mon Sep 17 00:00:00 2001 From: FailedProxy Date: Fri, 24 Apr 2026 16:50:17 -0400 Subject: [PATCH] fixed a typo in master realated to array started --- Master.conf | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/Master.conf b/Master.conf index 85231b3..c42cf7f 100644 --- a/Master.conf +++ b/Master.conf @@ -157,10 +157,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 ━━━ @@ -248,9 +248,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 ) # ============================================================================================== @@ -844,6 +844,15 @@ HOST2_RADARR_RECOVERY=true TRANSCODE_FLIP_WARN=3 TRANSCODE_OWNER="nobody:users" TRANSCODE_CHMOD="755" + +# Operating mode — controls symlink direction behaviour +# smart — auto-flips between ramdisk and SSD based on RAMDISK_WARN_GB / RAMDISK_LOW_GB +# hysteresis gap prevents flip-flop — default for production +# ramdisk — always uses ramdisk, never flips to SSD +# warns if RAMDISK_WARN_GB exceeded but holds position +# use during SSD maintenance or when SSD space is low +# ssd — always uses SSD, never flips to ramdisk +# use during ramdisk maintenance or after a ramdisk issue TRANSCODE_MANAGER_MODE="smart" # smart | ramdisk | ssd TRANSCODE_DAILY_LOG="/boot/config/transcode_daily.db" TRANSCODE_LOG_RETENTION=90