Move arr stack scripts from Media/ to Arrs_Stack/
Media/ now holds only media-level scripts (cleaner, permissions, play_state_sync). All arr management scripts (cleanup, discovery, sync, webhooks, release fixer) live in Arrs_Stack/.
This commit is contained in:
@@ -225,7 +225,7 @@ ARRAY_START_SCRIPTS=(
|
||||
"Tools/claude_startup.sh" # symlink Claude persistent storage on /boot
|
||||
|
||||
# ── Continuous scripts — run until array stops ─────────────────────────────
|
||||
"Media/start_webhook_listener.sh" # start webhook listener before arrs POST events
|
||||
"Arrs_Stack/start_webhook_listener.sh" # start webhook listener before arrs POST events
|
||||
"Fallback/fallback.sh" # fallback LAST — needs everything else stable
|
||||
)
|
||||
|
||||
@@ -583,9 +583,9 @@ DAILY_MAINTENANCE_SCRIPTS=(
|
||||
"Media/media_shares_permissions.sh" # POST-SYNC — permissions before arr
|
||||
"Media/media_cleaner.sh anime" # POST-SYNC — junk before orphan scan
|
||||
"Media/media_cleaner.sh media" # POST-SYNC
|
||||
"Media/lidarr_cleanup.sh" # POST-SYNC — orphan cleanup last
|
||||
"Media/sonarr_cleanup.sh" # POST-SYNC
|
||||
"Media/radarr_cleanup.sh" # POST-SYNC
|
||||
"Arrs_Stack/lidarr_cleanup.sh" # POST-SYNC — orphan cleanup last
|
||||
"Arrs_Stack/sonarr_cleanup.sh" # POST-SYNC
|
||||
"Arrs_Stack/radarr_cleanup.sh" # POST-SYNC
|
||||
"Docker_Essentials/docker_daily_restart.sh" # POST-SYNC — restarts after everything
|
||||
)
|
||||
|
||||
@@ -625,9 +625,9 @@ DAILY_MAINTENANCE_SCRIPTS=(
|
||||
"Media/media_cleaner.sh anime"
|
||||
"Media/media_cleaner.sh media"
|
||||
"Media/my_new_script.sh" # ← add here in the correct order
|
||||
"Media/lidarr_cleanup.sh"
|
||||
"Media/sonarr_cleanup.sh"
|
||||
"Media/radarr_cleanup.sh"
|
||||
"Arrs_Stack/lidarr_cleanup.sh"
|
||||
"Arrs_Stack/sonarr_cleanup.sh"
|
||||
"Arrs_Stack/radarr_cleanup.sh"
|
||||
"Docker_Essentials/docker_daily_restart.sh"
|
||||
)
|
||||
|
||||
@@ -637,7 +637,7 @@ DAILY_MAINTENANCE_SCRIPTS=(
|
||||
"Media/media_shares_permissions.sh"
|
||||
# "Media/media_cleaner.sh anime" # ← temporarily disabled
|
||||
"Media/media_cleaner.sh media"
|
||||
"Media/lidarr_cleanup.sh"
|
||||
"Arrs_Stack/lidarr_cleanup.sh"
|
||||
...
|
||||
)
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user