incorp, host profiles into scripts that needed it

This commit is contained in:
2026-04-19 17:39:11 -04:00
parent af14a5ca2c
commit cbfdc488c3
6 changed files with 172 additions and 35 deletions
+27 -4
View File
@@ -159,6 +159,9 @@
#/mnt/user/appdata/unraid_scripts/Monitors/zfs_memory_snapshot.sh
#
# ━━━ Orchestrators ━━━
# Orchestrators run their child scripts in the correct order.
# Individual scripts below are still accessible for manual runs or testing.
#
#/mnt/user/appdata/unraid_scripts/Orchestrators/daily_sync.sh
#/mnt/user/appdata/unraid_scripts/Orchestrators/media_management.sh
#/mnt/user/appdata/unraid_scripts/Orchestrators/transcode_management.sh
@@ -173,6 +176,8 @@
# ━━━ Rsync — Individual Media Shares (ad hoc) ━━━
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Movies
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Tv_Shows
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Music
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Music_Videos
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Anime_Shows
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Anime_Shows-Old
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Anime_Movies
@@ -181,8 +186,8 @@
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Intros
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Kids_Movies
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Kids_Tv_Shows
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Music_Videos
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Nextcloud
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Sports
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/stand-up_comedy
#
# ━━━ Docker Essentials ━━━
@@ -191,14 +196,32 @@
#/mnt/user/appdata/unraid_scripts/Docker_Essentials/docker_weekly_restart.sh
#/mnt/user/appdata/unraid_scripts/Docker_Essentials/docker_network_connect.sh
#
# ━━━ Media ━━━
# media_management.sh runs all of these in order — individual entries for manual use.
# Always --dry-run --log first on arr cleanup scripts before running live.
#
#/mnt/user/appdata/unraid_scripts/Media/media_shares_permissions.sh
#/mnt/user/appdata/unraid_scripts/Media/media_cleaner.sh anime --dry-run
#/mnt/user/appdata/unraid_scripts/Media/media_cleaner.sh anime
#/mnt/user/appdata/unraid_scripts/Media/media_cleaner.sh media --dry-run
#/mnt/user/appdata/unraid_scripts/Media/media_cleaner.sh media
#/mnt/user/appdata/unraid_scripts/Media/lidarr_cleanup.sh --dry-run --log
#/mnt/user/appdata/unraid_scripts/Media/lidarr_cleanup.sh
#/mnt/user/appdata/unraid_scripts/Media/sonarr_cleanup.sh --dry-run --log
#/mnt/user/appdata/unraid_scripts/Media/sonarr_cleanup.sh
#/mnt/user/appdata/unraid_scripts/Media/radarr_cleanup.sh --dry-run --log
#/mnt/user/appdata/unraid_scripts/Media/radarr_cleanup.sh
#
# ━━━ Transcodes ━━━
# transcode_management.sh runs cleanup then manager every 3min — schedule this.
# ramdisk_setup.sh runs once at array start — separate User Script entry.
# transcode_manager.sh and transcode_cleanup.sh can be run individually if needed.
# transcode_management.sh runs cleanup then manager — schedule that, not the individuals.
# ramdisk_setup.sh runs once at array start.
# transcode_manager.sh and transcode_cleanup.sh available for individual manual runs.
#
#/mnt/user/appdata/unraid_scripts/Transcodes/ramdisk_setup.sh
#/mnt/user/appdata/unraid_scripts/Orchestrators/transcode_management.sh
#/mnt/user/appdata/unraid_scripts/Transcodes/transcode_manager.sh --dry-run
#/mnt/user/appdata/unraid_scripts/Transcodes/transcode_manager.sh
#/mnt/user/appdata/unraid_scripts/Transcodes/transcode_cleanup.sh --dry-run
#/mnt/user/appdata/unraid_scripts/Transcodes/transcode_cleanup.sh
#
# ━━━ Tools ━━━