From af35ef31c836a934e14704fd03735fb409d3944a Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 18 Jun 2025 18:35:50 -0500 Subject: [PATCH] tweak(format): Fix HLG --- custom_formats/HLG.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/custom_formats/HLG.yml b/custom_formats/HLG.yml index 86d0472..fb2cdfe 100644 --- a/custom_formats/HLG.yml +++ b/custom_formats/HLG.yml @@ -19,14 +19,19 @@ conditions: pattern: PQ required: true type: release_title -- name: Not HDR10 +- name: Not HDR type: release_title required: true + negate: true + pattern: HDR +- name: Not HDR10 negate: true pattern: HDR10 -- name: Not HDR10+ - type: release_title required: true + type: release_title +- name: Not HDR10+ negate: true pattern: HDR10+ + required: true + type: release_title tests: []