master var change

This commit is contained in:
2026-04-26 03:42:18 -04:00
parent aa16374455
commit 76d81180d2
+7 -9
View File
@@ -163,10 +163,10 @@ ARRAY_START_SCRIPTS=(
"Transcodes/ramdisk_setup.sh" # creates ramdisk + symlink before Emby starts "Transcodes/ramdisk_setup.sh" # creates ramdisk + symlink before Emby starts
"unRAID_Essentials/docker_syslog_filter.sh" # suppress veth noise before logs fill "unRAID_Essentials/docker_syslog_filter.sh" # suppress veth noise before logs fill
"unRAID_Essentials/php_fpm_max_children.sh" # WebGUI performance tuning "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 "unRAID_Essentials/system_watchdog.sh" # system health monitor — continuous loop
"Docker_Essentials/docker_watchdog.sh" # container 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 ━━━ # ━━━ Daily Sync Maintenance ━━━
@@ -254,9 +254,9 @@ MEDIA_MANAGEMENT_JOBS=(
"Media/media_shares_permissions.sh" # apply permissions — runs first "Media/media_shares_permissions.sh" # apply permissions — runs first
"Media/media_cleaner.sh anime" # remove junk from anime shares "Media/media_cleaner.sh anime" # remove junk from anime shares
"Media/media_cleaner.sh media" # remove junk from media shares "Media/media_cleaner.sh media" # remove junk from media shares
"Media/lidarr_cleanup.sh" # remove orphaned music files # "Media/lidarr_cleanup.sh" # remove orphaned music files
"Media/sonarr_cleanup.sh" # remove orphaned TV files # "Media/sonarr_cleanup.sh" # remove orphaned TV files
"Media/radarr_cleanup.sh" # remove orphaned movie files # "Media/radarr_cleanup.sh" # remove orphaned movie files
) )
# ============================================================================================== # ==============================================================================================
@@ -995,9 +995,8 @@ SONARR_PROTECTED_PATTERNS=(
"*-trailer.*" "*-featurette.*" "*-behindthescenes.*" "*-trailer.*" "*-featurette.*" "*-behindthescenes.*"
"*-interview.*" "*-scene.*" "*-short.*" "*-deleted.*" "*-interview.*" "*-scene.*" "*-short.*" "*-deleted.*"
"*-clip.*" "*-other.*" "*-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" "theme.mp3" "theme.flac" "theme.wav" "theme.m4a" "theme.mka"
"*.mka"
) )
# ── Radarr ──────────────────────────────────────────────────────────────────────────────────── # ── Radarr ────────────────────────────────────────────────────────────────────────────────────
@@ -1040,9 +1039,8 @@ RADARR_PROTECTED_PATTERNS=(
"*-trailer.*" "*-featurette.*" "*-behindthescenes.*" "*-trailer.*" "*-featurette.*" "*-behindthescenes.*"
"*-interview.*" "*-scene.*" "*-short.*" "*-deleted.*" "*-interview.*" "*-scene.*" "*-short.*" "*-deleted.*"
"*-clip.*" "*-other.*" "*-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" "theme.mp3" "theme.flac" "theme.wav" "theme.m4a" "theme.mka"
"*.mka"
) )
# ━━━ Arr Failed/Stalled Recovery ━━━ # ━━━ Arr Failed/Stalled Recovery ━━━