Tighten Basic HDR Formats Regex

This commit is contained in:
Seraphys
2026-07-11 00:31:58 +00:00
parent f2256ce0a7
commit a68e6ec871
@@ -0,0 +1,9 @@
-- @operation: export
-- @entity: batch
-- @name: Tighten Basic HDR Formats Regex
-- @exportedAt: 2026-07-11T00:31:57.232Z
-- @opIds: 12341
-- --- BEGIN op 12341 ( update regular_expression "Basic HDR Formats" )
update "regular_expressions" set "pattern" = '\bHDR(\b|\d)|\b(DV|Dovi|Dolby[ .]?Vision|HLG|PQ(10)?)\b' where "name" = 'Basic HDR Formats' and "pattern" = 'HDR|\b(DV|Dovi|Dolby[ .]?Vision|HLG|PQ(10)?)\b';
-- --- END op 12341