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 1f3dd19 commit acd524bCopy full SHA for acd524b
1 file changed
ops/179.add-fabr-to-secondary-cf.sql
@@ -0,0 +1,12 @@
1
+-- @operation: export
2
+-- @entity: batch
3
+-- @name: Add faBR to Secondary CF
4
+-- @exportedAt: 2026-06-13T01:34:20.559Z
5
+-- @opIds: 10930
6
+
7
+-- --- BEGIN op 10930 ( update custom_format "1080p Quality Tier 5 (Efficient)" )
8
+INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
9
+VALUES ('1080p Quality Tier 5 (Efficient)', 'faBR', 'release_group', 'all', 0, 0);
10
11
+INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('1080p Quality Tier 5 (Efficient)', 'faBR', 'faBR');
12
+-- --- END op 10930
0 commit comments