mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-22 21:57:11 +00:00
fix(format): HDR improvements (#50)
- fixed a issue where HDR was matching both HDR10 & 10+ - fixed an issue where unknown lossless audio was matching for TrueHD releases / missing groups - added a new 'general HDR' CF which matches HDR that isn't HDR10 nor HDR10+ - added an optional any character between HDR10 and +
This commit is contained in:
@@ -4,6 +4,11 @@ tags:
|
||||
- Colour Grade
|
||||
- HDR
|
||||
conditions:
|
||||
- name: Blu-ray
|
||||
type: source
|
||||
required: true
|
||||
negate: false
|
||||
source: bluray
|
||||
- name: 1080p
|
||||
negate: false
|
||||
required: true
|
||||
@@ -34,4 +39,9 @@ conditions:
|
||||
pattern: HDR10
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Not HDR
|
||||
negate: true
|
||||
pattern: HDR
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
|
||||
Reference in New Issue
Block a user