New Profile: 1080p Quality (HDR) (#18)

- Thoroughly tested for Sonarr / Radarr, now stable
This commit is contained in:
santiagosayshey
2025-01-15 10:59:46 +10:30
committed by GitHub
parent 711d61b454
commit 39427aef2d
29 changed files with 699 additions and 40 deletions

View File

@@ -0,0 +1,110 @@
name: Basic HDR Formats
pattern: (?:(?<=^(?!.*\b(HLG|PQ|SDR)(\b|\d)).*?)HDR)|\b(dv(?![ .](HLG|SDR))|dovi|dolby[
.]?vision)\b
description: Matches Dolby Vision OR HDR10. Needed to better match UHD Blurays
tags:
- Enhancement
- Colour Grade
- HDR
tests:
- expected: true
id: 5
input: MovieName.1080p.DV.mkv
lastRun: '2025-01-13T08:51:12.077354'
matchSpan:
end: 18
start: 16
matchedContent: DV
matchedGroups:
- null
- null
- DV
- null
passes: true
- expected: true
id: 6
input: MovieName.4K.Dolby Vision.IMAX.mkv
lastRun: '2025-01-13T08:51:12.077354'
matchSpan:
end: 25
start: 13
matchedContent: Dolby Vision
matchedGroups:
- null
- null
- Dolby Vision
- null
passes: true
- expected: false
id: 7
input: MovieName.2023.4K.DV.HLG.mkv
lastRun: '2025-01-13T08:51:12.077354'
matchSpan: null
matchedContent: null
matchedGroups: []
passes: true
- expected: false
id: 8
input: MovieName.2023.4K.DV.SDR.mkv
lastRun: '2025-01-13T08:51:12.077354'
matchSpan: null
matchedContent: null
matchedGroups: []
passes: true
- expected: true
id: 9
input: MovieName.4K.DV.SDR.Dovi.mkv
lastRun: '2025-01-13T08:51:12.077354'
matchSpan:
end: 24
start: 20
matchedContent: Dovi
matchedGroups:
- null
- null
- Dovi
- null
passes: true
- expected: true
id: 10
input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10+ TrueHD
Atmos 7.1 English-WiLDCAT
lastRun: '2025-01-13T08:51:12.077354'
matchSpan:
end: 61
start: 59
matchedContent: DV
matchedGroups:
- null
- null
- DV
- null
passes: true
- expected: true
id: 11
input: 'Avatar: The Way of Water 2022 1080p UHD BluRay DDP 7.1 HDR10 x265-GALAXY'
lastRun: '2025-01-13T08:51:12.077354'
matchSpan:
end: 58
start: 55
matchedContent: HDR
matchedGroups:
- null
- null
- null
- null
passes: true
- expected: true
id: 12
input: 'Avatar: The Way of Water [2022] 2160p HEVC WEB-DL HDR10+ -CMRG'
lastRun: '2025-01-13T08:51:12.077354'
matchSpan:
end: 53
start: 50
matchedContent: HDR
matchedGroups:
- null
- null
- null
- null
passes: true

View File

@@ -0,0 +1,16 @@
name: MovieMan
pattern: (?<=^|[\s.-])MovieMan\b
description: ''
tags:
- Release Group
tests:
- expected: true
id: 1
input: Blade.Runner.2049.2017.1080p.UHD.BluRay.HDR.x265.DDP.5.1-MovieMan
lastRun: '2025-01-14T10:00:33.086158'
matchSpan:
end: 65
start: 57
matchedContent: MovieMan
matchedGroups: []
passes: true

16
regex_patterns/SM737.yml Normal file
View File

@@ -0,0 +1,16 @@
name: SM737
pattern: SM737
description: ''
tags:
- Release Group
tests:
- expected: true
id: 1
input: Training.Day.2001.UHD.BluRay.1080p.DD+Atmos.5.1.DoVi.HDR10.x265-SM737
lastRun: '2025-01-13T07:59:06.177271'
matchSpan:
end: 69
start: 64
matchedContent: SM737
matchedGroups: []
passes: true

View File

@@ -0,0 +1,16 @@
name: UHD Blu-ray
pattern: \buhd[- ._]bluray\b
description: Matches "UHD Bluray" with a hyphen, space, dot or underscore between
them
tags: []
tests:
- expected: true
id: 1
input: 'Avatar: The Way of Water 2022 1080p UHD BluRay DDP 7.1 HDR10 x265-GALAXY'
lastRun: '2025-01-13T06:32:22.686039'
matchSpan:
end: 46
start: 36
matchedContent: UHD BluRay
matchedGroups: []
passes: true

View File

@@ -0,0 +1,16 @@
name: UHD Bluray (Missing Groups)
pattern: (?<=^|[\s.-])LEGi0N\b
description: Match release groups who don't put UHD Bluray in their 1080p x265 HDR
encodes
tags: []
tests:
- expected: true
id: 1
input: Training Day 2001 1080p BluRay DDP 7 1 HDR x265-LEGi0N
lastRun: '2025-01-14T09:31:15.526804'
matchSpan:
end: 54
start: 48
matchedContent: LEGi0N
matchedGroups: []
passes: true

View File

@@ -1,5 +1,5 @@
name: x265
pattern: ^(?!.*(?i:remux))(?=.*(\b[x]\s?(\.?265)\b|HEVC|\bDS4K\b)).*$
pattern: ^(?!.*(?i:remux))(?=.*([x]\s?(\.?265)\b|HEVC|\bDS4K\b)).*$
description: 'An open source encoder that produces H.265 videos. '
tags:
- Encoder
@@ -9,7 +9,7 @@ tests:
id: 1
input: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 English -
r00t QxR)
lastRun: '2024-12-12T06:07:21.505075'
lastRun: '2025-01-14T10:24:52.457470'
matchSpan:
end: 83
start: 0
@@ -22,7 +22,7 @@ tests:
- expected: true
id: 2
input: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio
lastRun: '2024-12-12T06:07:21.505075'
lastRun: '2025-01-14T10:24:52.457470'
matchSpan:
end: 68
start: 0
@@ -31,3 +31,16 @@ tests:
- x265
- '265'
passes: true
- expected: true
id: 3
input: Spider-Man Across the Spider-Verse 2023 1080p UHD BluRay DDP7 1 DoVi HDR10x265-c0kE
lastRun: '2025-01-14T10:24:52.457470'
matchSpan:
end: 83
start: 0
matchedContent: Spider-Man Across the Spider-Verse 2023 1080p UHD BluRay DDP7 1
DoVi HDR10x265-c0kE
matchedGroups:
- x265
- '265'
passes: true