Skip to content

Commit c4f881a

Browse files
committed
Add HDR/+ Negations to Dolby Vision (Without Fallback)
1 parent 1ab621e commit c4f881a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Add HDR/+ Negations to Dolby Vision (Without Fallback)
4+
-- @exportedAt: 2026-06-15T20:27:13.107Z
5+
-- @opIds: 11170, 11171
6+
7+
-- --- BEGIN op 11170 ( update custom_format "Dolby Vision (Without Fallback)" )
8+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
9+
VALUES ('Dolby Vision (Without Fallback)', 'HDR', 'release_title', 'all', 1, 1);
10+
11+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Dolby Vision (Without Fallback)', 'HDR', 'HDR');
12+
-- --- END op 11170
13+
14+
-- --- BEGIN op 11171 ( update custom_format "Dolby Vision (Without Fallback)" )
15+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
16+
VALUES ('Dolby Vision (Without Fallback)', 'HDR10+', 'release_title', 'all', 1, 1);
17+
18+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Dolby Vision (Without Fallback)', 'HDR10+', 'HDR10+');
19+
-- --- END op 11171

0 commit comments

Comments
 (0)