Skip to content

Commit 8108eeb

Browse files
committed
Add 265 Required to Hackyshack CFs
1 parent b8dd92a commit 8108eeb

1 file changed

Lines changed: 97 additions & 0 deletions

File tree

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Add 265 Required to Hackyshack CFs
4+
-- @exportedAt: 2026-03-21T23:19:29.582Z
5+
-- @opIds: 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063
6+
7+
-- --- BEGIN op 3052 ( update custom_format "QxR Bluray" )
8+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
9+
VALUES ('QxR Bluray', 'x265', 'release_title', 'all', 0, 0);
10+
11+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('QxR Bluray', 'x265', 'x265 (Efficient)');
12+
-- --- END op 3052
13+
14+
-- --- BEGIN op 3053 ( update custom_format "QxR Bluray" )
15+
UPDATE custom_format_conditions
16+
SET required = 1
17+
WHERE custom_format_name = 'QxR Bluray'
18+
AND name = 'x265'
19+
AND type = 'release_title'
20+
AND arr_type = 'all'
21+
AND negate = 0
22+
AND required = 0;
23+
-- --- END op 3053
24+
25+
-- --- BEGIN op 3054 ( update custom_format "QxR Blurays" )
26+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
27+
VALUES ('QxR Blurays', 'x265', 'release_title', 'all', 0, 1);
28+
29+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('QxR Blurays', 'x265', 'x265 (Efficient)');
30+
-- --- END op 3054
31+
32+
-- --- BEGIN op 3055 ( update custom_format "QxR WEB" )
33+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
34+
VALUES ('QxR WEB', 'x265', 'release_title', 'all', 0, 1);
35+
36+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('QxR WEB', 'x265', 'x265 (Efficient)');
37+
-- --- END op 3055
38+
39+
-- --- BEGIN op 3056 ( update custom_format "QxR WEBs" )
40+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
41+
VALUES ('QxR WEBs', 'x265', 'release_title', 'all', 0, 0);
42+
43+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('QxR WEBs', 'x265', 'x265 (Efficient)');
44+
-- --- END op 3056
45+
46+
-- --- BEGIN op 3057 ( update custom_format "QxR WEBs" )
47+
UPDATE custom_format_conditions
48+
SET required = 1
49+
WHERE custom_format_name = 'QxR WEBs'
50+
AND name = 'x265'
51+
AND type = 'release_title'
52+
AND arr_type = 'all'
53+
AND negate = 0
54+
AND required = 0;
55+
-- --- END op 3057
56+
57+
-- --- BEGIN op 3058 ( update custom_format "TAoE Bluray" )
58+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
59+
VALUES ('TAoE Bluray', 'x265', 'release_title', 'all', 0, 1);
60+
61+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('TAoE Bluray', 'x265', 'x265 (Efficient)');
62+
-- --- END op 3058
63+
64+
-- --- BEGIN op 3059 ( update custom_format "TAoE Blurays" )
65+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
66+
VALUES ('TAoE Blurays', 'x265', 'release_title', 'all', 0, 1);
67+
68+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('TAoE Blurays', 'x265', 'x265 (Efficient)');
69+
-- --- END op 3059
70+
71+
-- --- BEGIN op 3060 ( update custom_format "TAoE WEB" )
72+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
73+
VALUES ('TAoE WEB', 'x265', 'release_title', 'all', 0, 1);
74+
75+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('TAoE WEB', 'x265', 'x265 (Efficient)');
76+
-- --- END op 3060
77+
78+
-- --- BEGIN op 3061 ( update custom_format "TAoE WEBs" )
79+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
80+
VALUES ('TAoE WEBs', 'x265', 'release_title', 'all', 0, 1);
81+
82+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('TAoE WEBs', 'x265', 'x265 (Efficient)');
83+
-- --- END op 3061
84+
85+
-- --- BEGIN op 3062 ( update custom_format "Vialle Bluray" )
86+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
87+
VALUES ('Vialle Bluray', 'x265', 'release_title', 'all', 0, 1);
88+
89+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Vialle Bluray', 'x265', 'x265 (Efficient)');
90+
-- --- END op 3062
91+
92+
-- --- BEGIN op 3063 ( update custom_format "Vialle WEB" )
93+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
94+
VALUES ('Vialle WEB', 'x265', 'release_title', 'all', 0, 1);
95+
96+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Vialle WEB', 'x265', 'x265 (Efficient)');
97+
-- --- END op 3063

0 commit comments

Comments
 (0)