Skip to content

Commit 0c0484b

Browse files
committed
Add Remux Negation to Release Group (Missing)
1 parent 8eec22b commit 0c0484b

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Add Remux Negation to Release Group (Missing)
4+
-- @exportedAt: 2026-02-09T01:11:39.739Z
5+
-- @opIds: 1422, 1423, 1424
6+
7+
-- --- BEGIN op 1422 ( update custom_format "Release Group (Missing)" )
8+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
9+
VALUES ('Release Group (Missing)', 'Remux Quality Match', 'quality_modifier', 'radarr', 1, 0);
10+
11+
INSERT INTO condition_quality_modifiers (custom_format_name, condition_name, quality_modifier) VALUES ('Release Group (Missing)', 'Remux Quality Match', 'remux');
12+
-- --- END op 1422
13+
14+
-- --- BEGIN op 1423 ( update custom_format "Release Group (Missing)" )
15+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
16+
VALUES ('Release Group (Missing)', 'Remux Source', 'source', 'sonarr', 1, 0);
17+
18+
INSERT INTO condition_sources (custom_format_name, condition_name, source) VALUES ('Release Group (Missing)', 'Remux Source', 'bluray_raw');
19+
-- --- END op 1423
20+
21+
-- --- BEGIN op 1424 ( update custom_format "Release Group (Missing)" )
22+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
23+
VALUES ('Release Group (Missing)', 'Remux', 'release_title', 'all', 1, 0);
24+
25+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Release Group (Missing)', 'Remux', 'Remux');
26+
-- --- END op 1424

0 commit comments

Comments
 (0)