Sync Sonarr/Radarr PROTECTED_PATTERNS template with live config

Template was missing theme.mkv/theme.mp4 and all trailer patterns,
including trailer-*.* for Trailarr's hyphenated TV trailer naming
(trailer-2.mkv) — a fresh install would hit the same false-positive
orphan bug just fixed live on prod.
This commit is contained in:
Gmer4Lfe
2026-07-19 10:22:12 -04:00
parent 2ce368abba
commit 54919db13f
+4
View File
@@ -1208,6 +1208,8 @@
"*-clip.*" "*-other.*"
# Theme songs — stored in show folder, not tracked by arr
"theme.mp3" "theme.flac" "theme.wav" "theme.m4a" "theme.mka"
"theme.mkv" "theme.mp4"
"trailer.*" "trailer *.*" "trailer-*.*"
)
# Radarr shared settings
@@ -1235,6 +1237,8 @@
"*-clip.*" "*-other.*"
# Theme songs — stored in movie folder, not tracked by arr
"theme.mp3" "theme.flac" "theme.wav" "theme.m4a" "theme.mka"
"theme.mkv" "theme.mp4"
"trailer.*" "trailer *.*" "trailer-*.*"
)
# Radarr/Sonarr TMDb/TVDB removed entry cleanup