We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36c6a6 commit 6bfebe7Copy full SHA for 6bfebe7
1 file changed
ops/68.add-not-remux-to-dvd-cf.sql
@@ -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