diff --git a/Deployment/host.conf.template b/Deployment/host.conf.template index 4ab6719..30d725f 100644 --- a/Deployment/host.conf.template +++ b/Deployment/host.conf.template @@ -466,6 +466,14 @@ declare -A HOSTN_FFPROBE_PATH_MAP=( # ["/mnt/user/Tv_Shows"]="/ext-tv-shows" # ["/mnt/user/Movies"]="/ext-movies" + # Prefixes should match what Sonarr/Radarr actually track (HOSTN_SONARR_PATH_MAP / + # HOSTN_RADARR_PATH_MAP) — extend coverage here as more shares get mounted into the + # ffprobe container, e.g.: + # ["/mnt/user/Kids_Tv_Shows"]="/ext-kids-tv" + # ["/mnt/user/Kids_Movies"]="/ext-kids-movies" + # ["/mnt/user/Anime_Shows"]="/ext-anime-shows" + # ["/mnt/user/Anime_Movies"]="/ext-anime-movies" + # ["/mnt/user/stand-up_comedy"]="/ext-standup" ) # ━━━ Arr Recovery Toggles ━━━