Fixed HDR10+

This commit is contained in:
Kyle McClain 2025-07-01 15:25:57 -07:00 committed by GitHub
parent 2c2656d457
commit 0cbbdf1be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 87 additions and 63 deletions

View File

@ -1,42 +1,50 @@
name: HDR10 name: HDR10+
pattern: \bHDR10(?!\+|Plus)\b pattern: \bHDR10.?(\+|P(lus)?\b)
description: 'This regex matches `HDR10` only when it *is not* followed by any HDR description: This regex matches `HDR10` when followed by either a plus sign `+`, `P`,
format specifiers like `+`, or `Plus`. ' or `Plus`
tags: tags:
- Enhancement - Enhancement
- Colour Grade - Colour Grade
- HDR - expected: false
tests: id: 1
input: HDR
lastRun: '2025-04-05T09:25:21.372205'
matchSpan: null
matchedContent: null
matchedGroups: []
passes: true
- expected: false - expected: false
id: 2 id: 2
input: HDR+ input: HDR+
lastRun: '2025-04-02T20:01:38.732592' lastRun: '2025-04-05T09:25:21.372205'
matchSpan: null
matchedContent: null
matchedGroups: []
passes: true
- expected: false
id: 3
input: HDR10
lastRun: '2025-04-05T09:25:21.372205'
matchSpan: null matchSpan: null
matchedContent: null matchedContent: null
matchedGroups: [] matchedGroups: []
passes: true passes: true
- expected: true - expected: true
id: 3
input: HDR10
lastRun: '2025-04-02T20:01:38.732592'
matchSpan:
end: 5
start: 0
matchedContent: HDR10
matchedGroups: []
passes: true
- expected: false
id: 4 id: 4
input: HDR10+ input: HDR10+
lastRun: '2025-04-02T20:01:38.732592' lastRun: '2025-04-05T09:25:21.372205'
matchSpan: null matchSpan:
matchedContent: null end: 6
matchedGroups: [] start: 0
matchedContent: HDR10+
matchedGroups:
- +
- null
passes: true passes: true
- expected: false - expected: false
id: 5 id: 5
input: HLG HDR input: HLG HDR
lastRun: '2025-04-02T20:01:38.732592' lastRun: '2025-04-05T09:25:21.372205'
matchSpan: null matchSpan: null
matchedContent: null matchedContent: null
matchedGroups: [] matchedGroups: []
@ -44,7 +52,7 @@ passes: true
- expected: false - expected: false
id: 6 id: 6
input: SDR HDR input: SDR HDR
lastRun: '2025-04-02T20:01:38.732592' lastRun: '2025-04-05T09:25:21.372205'
matchSpan: null matchSpan: null
matchedContent: null matchedContent: null
matchedGroups: [] matchedGroups: []
@ -52,64 +60,80 @@ passes: true
- expected: false - expected: false
id: 7 id: 7
input: PQ HDR input: PQ HDR
lastRun: '2025-04-02T20:01:38.732592' lastRun: '2025-04-05T09:25:21.372205'
matchSpan: null matchSpan: null
matchedContent: null matchedContent: null
matchedGroups: [] matchedGroups: []
passes: true passes: true
- expected: true - expected: true
id: 8 id: 8
input: HDR10 input: HDR10P
lastRun: '2025-04-02T20:01:38.732592' lastRun: '2025-04-05T09:25:21.372205'
matchSpan: matchSpan:
end: 5 end: 6
start: 0 start: 0
matchedContent: HDR10 matchedContent: HDR10P
matchedGroups: [] matchedGroups:
- P
- null
passes: true passes: true
- expected: false - expected: true
id: 9 id: 9
input: Barbie (2023) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR TrueHD Atmos 7.1 input: HDR10Plus
English-FraMeSToR lastRun: '2025-04-05T09:25:21.372205'
lastRun: '2025-04-02T20:01:38.732592' matchSpan:
matchSpan: null end: 9
matchedContent: null start: 0
matchedGroups: [] matchedContent: HDR10Plus
matchedGroups:
- Plus
- lus
passes: true passes: true
- expected: false - expected: true
id: 10 id: 10
input: Game of Thrones (2011) S06 2160p UHD BluRay REMUX HEVC DV HDR TrueHD Atmos input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10+ TrueHD
7.1 English-FraMeSToR Atmos 7.1 English-WiLDCAT
lastRun: '2025-04-02T20:01:38.732592' lastRun: '2025-04-05T09:25:21.372205'
matchSpan: null matchSpan:
matchedContent: null end: 68
matchedGroups: [] start: 62
matchedContent: HDR10+
matchedGroups:
- +
- null
passes: true passes: true
- expected: true - expected: true
id: 11 id: 11
input: Liu lang di qiu 2 AKA The Wandering Earth II 2023 2160p CHN UHD Blu-ray DoVi input: La Maison S01 REPACK 2160p ATVP WEB-DL Dual-Audio DD+ 5.1 Atmos DV HDR10+
HDR10 HEVC TrueHD 7.1 Atmos-ANKO H.265-Kitsune
lastRun: '2025-04-02T20:01:38.732592' lastRun: '2025-04-05T09:25:21.372205'
matchSpan: matchSpan:
end: 82 end: 73
start: 77 start: 67
matchedContent: HDR10 matchedContent: HDR10+
matchedGroups: [] matchedGroups:
- +
- null
passes: true passes: true
- expected: false - expected: false
id: 12 id: 12
input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10+ TrueHD input: Liu lang di qiu 2 AKA The Wandering Earth II 2023 2160p CHN UHD Blu-ray DoVi
Atmos 7.1 English-WiLDCAT HDR10 HEVC TrueHD 7.1 Atmos-ANKO
lastRun: '2025-04-02T20:01:38.732592' lastRun: '2025-04-05T09:25:21.372205'
matchSpan: null
matchedContent: null
matchedGroups: []
passes: true
- expected: false
id: 13
input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10P TrueHD
Atmos 7.1 English-WiLDCAT
lastRun: '2025-04-02T20:01:38.732592'
matchSpan: null matchSpan: null
matchedContent: null matchedContent: null
matchedGroups: [] matchedGroups: []
passes: true
- expected: true
id: 13
input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10 Plus
TrueHD Atmos 7.1 English-WiLDCAT
lastRun: '2025-04-05T09:25:21.372205'
matchSpan:
end: 72
start: 62
matchedContent: HDR10 Plus
matchedGroups:
- Plus
- lus
passes: true