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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user