From d3e410b6610363ea81d68e0efb841224bbcc7882 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 29 Aug 2025 07:35:46 +0000 Subject: [PATCH] Automated update from GitHub Actions --- custom_formats/Radarr - DV Boost.yml | 10 ---------- custom_formats/Sonarr - DV Boost.yml | 10 ---------- regex_patterns/DV HLG.yml | 7 ------- regex_patterns/DV SDR.yml | 7 ------- regex_patterns/DV With HDR10 fallback.yml | 2 +- regex_patterns/RlsGrp (Missing HDR).yml | 2 +- 6 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 regex_patterns/DV HLG.yml delete mode 100644 regex_patterns/DV SDR.yml diff --git a/custom_formats/Radarr - DV Boost.yml b/custom_formats/Radarr - DV Boost.yml index 83723be..8f53478 100644 --- a/custom_formats/Radarr - DV Boost.yml +++ b/custom_formats/Radarr - DV Boost.yml @@ -9,14 +9,4 @@ conditions: required: false type: release_title pattern: Dolby Vision -- name: Radarr - DV HLG - negate: false - required: false - type: release_title - pattern: DV HLG -- name: Radarr - DV SDR - negate: false - required: false - type: release_title - pattern: DV SDR tests: [] diff --git a/custom_formats/Sonarr - DV Boost.yml b/custom_formats/Sonarr - DV Boost.yml index 044930f..ec87fe5 100644 --- a/custom_formats/Sonarr - DV Boost.yml +++ b/custom_formats/Sonarr - DV Boost.yml @@ -9,14 +9,4 @@ conditions: required: false type: release_title pattern: Dolby Vision -- name: Sonarr - DV HLG - negate: false - required: false - type: release_title - pattern: DV HLG -- name: Sonarr - DV SDR - negate: false - required: false - type: release_title - pattern: DV SDR tests: [] diff --git a/regex_patterns/DV HLG.yml b/regex_patterns/DV HLG.yml deleted file mode 100644 index b0090d1..0000000 --- a/regex_patterns/DV HLG.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: DV HLG -pattern: \b(DV[ .]HLG)\b -description: '' -tags: -- Radarr -- Sonarr -tests: [] diff --git a/regex_patterns/DV SDR.yml b/regex_patterns/DV SDR.yml deleted file mode 100644 index 5b4a124..0000000 --- a/regex_patterns/DV SDR.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: DV SDR -pattern: \b(DV[ .]SDR)\b -description: '' -tags: -- Radarr -- Sonarr -tests: [] diff --git a/regex_patterns/DV With HDR10 fallback.yml b/regex_patterns/DV With HDR10 fallback.yml index 3b62c97..314ad38 100644 --- a/regex_patterns/DV With HDR10 fallback.yml +++ b/regex_patterns/DV With HDR10 fallback.yml @@ -1,5 +1,5 @@ name: DV With HDR10 fallback -pattern: ^(?=.*\b(?:(dv|dovi|dolby[ .]?v(ision)?)\b))(?!(?=.*\b(WEB)\b)(?!.*\b(hulu)\b)) +pattern: ^(?=.*\b(dv|dovi|dolby[ .]?v(ision)?)\b)(?!(?=.*\b(WEB)\b)(?!.*\b(hulu)\b)) description: '' tags: - Radarr diff --git a/regex_patterns/RlsGrp (Missing HDR).yml b/regex_patterns/RlsGrp (Missing HDR).yml index 1074ccb..66c8b4f 100644 --- a/regex_patterns/RlsGrp (Missing HDR).yml +++ b/regex_patterns/RlsGrp (Missing HDR).yml @@ -1,5 +1,5 @@ name: RlsGrp (Missing HDR) -pattern: ^(?=.*\b(?:FraMeSToR|HQMUX|SiCFoI)\b)(?=.*\b2160p\b)(?!.*\b(HDR10([+]|P(lus)?)))(?!.*\bSDR\b).* +pattern: ^(?=.*\b(FraMeSToR|HQMUX|SiCFoI)\b)(?=.*\b(2160p)\b)(?!.*\b(HDR10([+]|P(lus)?)))(?!.*\b(SDR)\b).* description: '' tags: - Radarr