Skip to content

Commit 39518bf

Browse files
committed
Add Remaining CF Descriptions
1 parent 192974b commit 39518bf

1 file changed

Lines changed: 93 additions & 0 deletions

File tree

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Add Remaining CF Descriptions
4+
-- @exportedAt: 2026-02-04T19:32:19.128Z
5+
-- @opIds: 291, 292, 293, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325
6+
7+
-- --- BEGIN op 291 ( update custom_format "HONE Bluray" )
8+
update "custom_formats" set "description" = 'Matches 1080p x265 Hone Blurays' where "name" = 'HONE Bluray' and "description" = '';
9+
-- --- END op 291
10+
11+
-- --- BEGIN op 292 ( update custom_format "HONE WEB" )
12+
update "custom_formats" set "description" = 'Matches 1080p x265 HONE WEB-DLs via Release Title Parsing' where "name" = 'HONE WEB' and "description" = '';
13+
-- --- END op 292
14+
15+
-- --- BEGIN op 293 ( update custom_format "HONE Bluray" )
16+
update "custom_formats" set "description" = 'Matches 1080p x265 Hone Blurays via Release Title Parsing' where "name" = 'HONE Bluray' and "description" = 'Matches 1080p x265 Hone Blurays';
17+
-- --- END op 293
18+
19+
-- --- BEGIN op 307 ( update custom_format "QxR Bluray" )
20+
update "custom_formats" set "description" = 'Matches 1080p QxR Blurays via Release Title Parsing' where "name" = 'QxR Bluray' and "description" = '';
21+
-- --- END op 307
22+
23+
-- --- BEGIN op 308 ( update custom_format "QxR Blurays" )
24+
update "custom_formats" set "description" = 'Matches 2160p QxR Blurays via Release Title Parsing' where "name" = 'QxR Blurays' and "description" = '';
25+
-- --- END op 308
26+
27+
-- --- BEGIN op 309 ( update custom_format "QxR WEBs" )
28+
update "custom_formats" set "description" = 'Matches 2160p QxR WEBs via Releases Title Parsing' where "name" = 'QxR WEBs' and "description" = '';
29+
-- --- END op 309
30+
31+
-- --- BEGIN op 310 ( update custom_format "TAoE Bluray" )
32+
update "custom_formats" set "description" = 'Matches 1080p TAoE Blurays via Release Title Parsing' where "name" = 'TAoE Bluray' and "description" = '';
33+
-- --- END op 310
34+
35+
-- --- BEGIN op 311 ( update custom_format "TAoE Blurays" )
36+
update "custom_formats" set "description" = 'Matches 2160p TAoE Blurays via Release Title Parsing' where "name" = 'TAoE Blurays' and "description" = '';
37+
-- --- END op 311
38+
39+
-- --- BEGIN op 312 ( update custom_format "TAoE WEB" )
40+
update "custom_formats" set "description" = 'Matches 1080p TAoE WEBs via Release Title Parsing' where "name" = 'TAoE WEB' and "description" = '';
41+
-- --- END op 312
42+
43+
-- --- BEGIN op 313 ( update custom_format "TAoE WEBs" )
44+
update "custom_formats" set "description" = 'Matches 2160p TAoE WEBs via Release Title Parsing' where "name" = 'TAoE WEBs' and "description" = '';
45+
-- --- END op 313
46+
47+
-- --- BEGIN op 314 ( update custom_format "Vialle Bluray" )
48+
update "custom_formats" set "description" = 'Matches 1080p Vialle Blurays via Release Title Parsing' where "name" = 'Vialle Bluray' and "description" = '';
49+
-- --- END op 314
50+
51+
-- --- BEGIN op 315 ( update custom_format "Vialle WEB" )
52+
update "custom_formats" set "description" = 'Matches 1080p Vialle WEBs via Release Title Parsing' where "name" = 'Vialle WEB' and "description" = '';
53+
-- --- END op 315
54+
55+
-- --- BEGIN op 316 ( update custom_format "Weasley WEB" )
56+
update "custom_formats" set "description" = 'Matches 1080p Weasley HONE WEBs via Release Title Parsing' where "name" = 'Weasley WEB' and "description" = '';
57+
-- --- END op 316
58+
59+
-- --- BEGIN op 317 ( update custom_format "h265" )
60+
update "custom_formats" set "description" = 'Matches H265 Releases that are not 2160p' where "name" = 'h265' and "description" = 'Matches ''h265'' regex pattern.';
61+
-- --- END op 317
62+
63+
-- --- BEGIN op 318 ( update custom_format "h265" )
64+
update "custom_formats" set "description" = 'Matches h265 Releases that are not 2160p' where "name" = 'h265' and "description" = 'Matches H265 Releases that are not 2160p';
65+
-- --- END op 318
66+
67+
-- --- BEGIN op 319 ( update custom_format "h265 (Efficient)" )
68+
update "custom_formats" set "description" = 'Matches h265 Releases that are not 2160p or 1080p' where "name" = 'h265 (Efficient)' and "description" = 'Matches ''h265'' regex pattern.';
69+
-- --- END op 319
70+
71+
-- --- BEGIN op 320 ( update custom_format "x264 (2160p)" )
72+
update "custom_formats" set "description" = 'Matches x264 releases for 2160p' where "name" = 'x264 (2160p)' and "description" = 'Matches ''x264'' regex pattern only when 2160p is also found. ';
73+
-- --- END op 320
74+
75+
-- --- BEGIN op 321 ( update custom_format "x265" )
76+
update "custom_formats" set "description" = 'Matches x265 Releases when not 2160p' where "name" = 'x265' and "description" = 'Matches ''x265'' regex pattern.';
77+
-- --- END op 321
78+
79+
-- --- BEGIN op 322 ( update custom_format "x265 (Bluray)" )
80+
update "custom_formats" set "description" = 'Matches x265 Bluray Releases when not 2160p' where "name" = 'x265 (Bluray)' and "description" = 'Matches ''x265'' regex pattern.';
81+
-- --- END op 322
82+
83+
-- --- BEGIN op 323 ( update custom_format "x265 (Efficient)" )
84+
update "custom_formats" set "description" = 'Matches x/h265 Releases when not 2160p or 1080p' where "name" = 'x265 (Efficient)' and "description" = 'Matches ''x265'' regex pattern.';
85+
-- --- END op 323
86+
87+
-- --- BEGIN op 324 ( update custom_format "x265 (Remux)" )
88+
update "custom_formats" set "description" = 'Matches x265 Remux Releases when not 2160p' where "name" = 'x265 (Remux)' and "description" = 'Matches ''x265'' regex pattern.';
89+
-- --- END op 324
90+
91+
-- --- BEGIN op 325 ( update custom_format "x265 (WEB)" )
92+
update "custom_formats" set "description" = 'Matches x265 Releases when not 2160p or Blurays' where "name" = 'x265 (WEB)' and "description" = 'Matches ''x265'' regex pattern.';
93+
-- --- END op 325

0 commit comments

Comments
 (0)