Automated update from GitHub Actions

This commit is contained in:
Github Actions 2025-08-28 07:36:12 +00:00
parent 6053709cda
commit 14806943bd
76 changed files with 137 additions and 1379 deletions

View file

@ -1,9 +0,0 @@
name: DV HDR10+
pattern: ^(?=.*\b(DV|DoVi|Dolby[ .]?V(ision)?)\b)(?=.*\b((HDR10(?=(P(lus)?)\b|\+))))
description: ''
tags:
- Radarr
- Sonarr
- Sonarr
- Sonarr
tests: []

View file

@ -1,7 +0,0 @@
name: DV HDR10
pattern: ^(?=.*\b(DV|DoVi|Dolby[ .]?V(ision)?)\b)(?=.*\b((HDR10(?!(P(lus)?)\b|\+))|(HDR))\b)
description: ''
tags:
- Radarr
- Sonarr
tests: []

View file

@ -1,12 +1,7 @@
name: Not DV HLG
name: DV HLG
pattern: \b(DV[ .]HLG)\b
description: ''
tags:
- Radarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
tests: []

View file

@ -1,12 +1,7 @@
name: Not DV SDR
name: DV SDR
pattern: \b(DV[ .]SDR)\b
description: ''
tags:
- Radarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
tests: []

View file

@ -0,0 +1,7 @@
name: DV With HDR10 fallback
pattern: ^(?=.*\b(?:(dv|dovi|dolby[ .]?v(ision)?)\b))(?!(?=.*\b(WEB)\b)(?!.*\b(hulu)\b))
description: ''
tags:
- Radarr
- Sonarr
tests: []

View file

@ -1,4 +1,4 @@
name: Not DV
name: Dolby Vision
pattern: \b(dv|dovi|dolby[ .]?v(ision)?)\b
description: ''
tags:
@ -6,11 +6,4 @@ tags:
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
tests: []

View file

@ -1,12 +1,8 @@
name: Not HDR10+
name: HDR10+
pattern: \bHDR10(\+|P(lus)?\b)
description: ''
tags:
- Radarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
tests: []

7
regex_patterns/HDR10.yml Normal file
View file

@ -0,0 +1,7 @@
name: HDR10
pattern: \b(HDR10(?![+]|P(lus)?))
description: ''
tags:
- Radarr
- Sonarr
tests: []

View file

@ -1,12 +1,7 @@
name: Not HLG
name: HLG
pattern: \b(HLG)\b
description: ''
tags:
- Radarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
tests: []

View file

@ -1,11 +0,0 @@
name: Not HDR10
pattern: \bHDR10(?!\+|Plus)\b
description: ''
tags:
- Radarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
tests: []

View file

@ -1,8 +0,0 @@
name: Not RlsGrp (Missing HDR)
pattern: \b(FraMeSToR|HQMUX|SiCFoI)\b
description: ''
tags:
- Radarr
- Sonarr
- Sonarr
tests: []

View file

@ -4,10 +4,4 @@ description: ''
tags:
- Radarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
tests: []

View file

@ -0,0 +1,7 @@
name: RlsGrp (Missing HDR)
pattern: ^(?=.*\b(?:FraMeSToR|HQMUX|SiCFoI)\b)(?=.*\b2160p\b)(?!.*\b(HDR10([+]|P(lus)?)))(?!.*\bSDR\b).*
description: ''
tags:
- Radarr
- Sonarr
tests: []

View file

@ -1,12 +1,8 @@
name: Not SDR
name: SDR
pattern: \bSDR\b
description: ''
tags:
- Radarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
- Sonarr
tests: []