Skip to content

Commit 6bfebe7

Browse files
committed
Add Not Remux to DVD CF
1 parent b36c6a6 commit 6bfebe7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

ops/68.add-not-remux-to-dvd-cf.sql

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Add Not Remux to DVD CF
4+
-- @exportedAt: 2026-03-02T04:19:23.978Z
5+
-- @opIds: 1465
6+
7+
-- --- BEGIN op 1465 ( update custom_format "DVD" )
8+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
9+
VALUES ('DVD', 'Not Remux', 'release_title', 'all', 1, 1);
10+
11+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('DVD', 'Not Remux', 'Remux');
12+
-- --- END op 1465

0 commit comments

Comments
 (0)