From 54919db13ff51434c0d3987963cf3b028cf15734 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sun, 19 Jul 2026 10:22:12 -0400 Subject: [PATCH] Sync Sonarr/Radarr PROTECTED_PATTERNS template with live config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- Deployment/master.conf.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Deployment/master.conf.template b/Deployment/master.conf.template index 1a67dfb..4f3acfe 100644 --- a/Deployment/master.conf.template +++ b/Deployment/master.conf.template @@ -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