From 7162f16c1af380f4010bc0278a49e32eb54aff1a Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Tue, 28 Jul 2026 18:51:13 -0400 Subject: [PATCH] Correct docs that placed lidarr_missing_art in the 4-hour tier when it runs daily --- Orchestrators/intermediate_sync_maintenance.sh | 4 ---- Plugin/unraid/user_script_plug-in.sh | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Orchestrators/intermediate_sync_maintenance.sh b/Orchestrators/intermediate_sync_maintenance.sh index 70bad72..40d72ef 100755 --- a/Orchestrators/intermediate_sync_maintenance.sh +++ b/Orchestrators/intermediate_sync_maintenance.sh @@ -31,10 +31,6 @@ # arrs search for content they don't know is already owned. Running every 4 # hours closes that gap. # -# Idempotent Artwork -# lidarr_missing_art.sh skips existing files and runs fast after initial fill. -# Pairing it here means artwork catches up within 4 hours of a new album landing. -# # Optional Rsync Layer # INTERMEDIATE_SYNC_SHARES is empty by default — the rsync step is skipped # entirely when nothing is configured. Add shares only if a subset of data diff --git a/Plugin/unraid/user_script_plug-in.sh b/Plugin/unraid/user_script_plug-in.sh index ed48cda..2e1b3e2 100755 --- a/Plugin/unraid/user_script_plug-in.sh +++ b/Plugin/unraid/user_script_plug-in.sh @@ -1410,7 +1410,7 @@ # # 0 */4 * * * every 4 hours: # Orchestrators/intermediate_sync_maintenance.sh -# └─ arr_sync → arrs_failed_stalled_recovery + lidarr_missing_art (INTERMEDIATE_MAINTENANCE_SCRIPTS) +# └─ arr_sync → arr_cache_prefill + arrs_failed_stalled_recovery (INTERMEDIATE_MAINTENANCE_SCRIPTS) # # 0 */6 * * * every 6 hours: # Monitors/system_tuning_monitor.sh