added more protected file types
This commit is contained in:
+14
-12
@@ -163,10 +163,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 ━━━
|
||||
@@ -254,9 +254,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
|
||||
)
|
||||
|
||||
# ==============================================================================================
|
||||
@@ -934,7 +934,7 @@ LIDARR_PROTECTED_PATTERNS=(
|
||||
# Metadata
|
||||
"*.nfo" "*.tbn"
|
||||
# Images — album art, artist images, Emby artwork
|
||||
"*.jpg" "*.jpeg" "*.png" "*.webp"
|
||||
"*.jpg" "*.jpeg" "*.png" "*.webp" "*.svg"
|
||||
"poster.*" "fanart.*" "backdrop.*" "clearlogo.*"
|
||||
"banner.*" "thumb.*" "landscape.*"
|
||||
"folder.*" "cover.*" "album.*" "artist.*" "disc.*"
|
||||
@@ -983,15 +983,16 @@ SONARR_PROTECTED_PATTERNS=(
|
||||
# Metadata
|
||||
"*.nfo" "*.tbn"
|
||||
# Images — cover art, posters, fanart, Emby artwork
|
||||
"*.jpg" "*.jpeg" "*.png" "*.webp"
|
||||
"*.jpg" "*.jpeg" "*.png" "*.webp" "*.svg"
|
||||
"poster.*" "fanart.*" "backdrop.*" "clearlogo.*"
|
||||
"banner.*" "thumb.*" "landscape.*"
|
||||
# Kodi/Emby extras — not tracked by Sonarr API
|
||||
"*-trailer.*" "*-featurette.*" "*-behindthescenes.*"
|
||||
"*-interview.*" "*-scene.*" "*-short.*" "*-deleted.*"
|
||||
"*-clip.*" "*-other.*"
|
||||
# Theme songs — stored in show folder, not tracked
|
||||
"theme.mp3" "theme.flac" "theme.wav" "theme.m4a"
|
||||
# Theme songs and audio extras — stored in show folder, not tracked
|
||||
"theme.mp3" "theme.flac" "theme.wav" "theme.m4a" "theme.mka"
|
||||
"*.mka"
|
||||
)
|
||||
|
||||
# ── Radarr ────────────────────────────────────────────────────────────────────────────────────
|
||||
@@ -1027,15 +1028,16 @@ RADARR_PROTECTED_PATTERNS=(
|
||||
# Metadata
|
||||
"*.nfo" "*.tbn"
|
||||
# Images — cover art, posters, fanart, Emby artwork
|
||||
"*.jpg" "*.jpeg" "*.png" "*.webp"
|
||||
"*.jpg" "*.jpeg" "*.png" "*.webp" "*.svg"
|
||||
"poster.*" "fanart.*" "backdrop.*" "clearlogo.*"
|
||||
"banner.*" "thumb.*" "landscape.*"
|
||||
# Kodi/Emby extras — not tracked by Radarr API
|
||||
"*-trailer.*" "*-featurette.*" "*-behindthescenes.*"
|
||||
"*-interview.*" "*-scene.*" "*-short.*" "*-deleted.*"
|
||||
"*-clip.*" "*-other.*"
|
||||
# Theme songs — stored in movie folder, not tracked
|
||||
"theme.mp3" "theme.flac" "theme.wav" "theme.m4a"
|
||||
# Theme songs and audio extras — stored in movie folder, not tracked
|
||||
"theme.mp3" "theme.flac" "theme.wav" "theme.m4a" "theme.mka"
|
||||
"*.mka"
|
||||
)
|
||||
|
||||
# ━━━ Arr Failed/Stalled Recovery ━━━
|
||||
|
||||
Reference in New Issue
Block a user