Skip to content

Commit 9b7a92b

Browse files
committed
Add Softboat to 1080p Quality Tier 5
1 parent 9409c44 commit 9b7a92b

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Add Softboat to 1080p Quality Tier 5
4+
-- @exportedAt: 2026-03-20T17:20:39.061Z
5+
-- @opIds: 3021, 3022, 3023
6+
7+
-- --- BEGIN op 3021 ( create regular_expression "Softboat" )
8+
insert into "regular_expressions" ("name", "pattern", "description", "regex101_id") values ('Softboat', '(?<=^|[\s.-])ADE\b', NULL, NULL);
9+
10+
insert into "tags" ("name") values ('Bluray') on conflict ("name") do nothing;
11+
12+
INSERT INTO regular_expression_tags (regular_expression_name, tag_name) VALUES ('Softboat', 'Bluray');
13+
14+
insert into "tags" ("name") values ('Release Group') on conflict ("name") do nothing;
15+
16+
INSERT INTO regular_expression_tags (regular_expression_name, tag_name) VALUES ('Softboat', 'Release Group');
17+
-- --- END op 3021
18+
19+
-- --- BEGIN op 3022 ( update regular_expression "UHD Bluray Release Groups" )
20+
update "regular_expressions" set "pattern" = '(?<=^|[\s.-])(AJP69|ATELiER|BakedFEL|BMF|BRUTE|BSTD|BV|c0kE|CART|Chotab|CJ|coffee|CRiSC|CRX|CtrlHD|Dariush|de[42]|decibel|DON|D-Z0N3|E.N.D|E1|EA|EDPH|EbP|ESiR|EXCiSION|FoRM|FraMeSToR|GALAXY|Geek|GS88|GZ|hdalx|HDMaNiAcS|HiDt|HiFi|HiP|IDE|iFT|KASHMiR|Kitsune|LiNG|LolHD|LoRD|luvBB|NCmt|NiBuRu|nmd|NTb|NyHD|ORBiT|ORiGEN|Penumbra|playHD|Positive|PTer|PuTao|REBORN|RiCO|rightSIZE|RO|rttr|SA89|SaNcTi|SbR|SiMPLE|Softboat|SoLaR|SOP|SPHD|TayTo|TBB|TDD|TeamSyndicate|TnP|VLAD|VietHD|W4NK3R|WiLF|WMING|xander|ZIMBO|ZoroSenpai|ZQ)\b' where "name" = 'UHD Bluray Release Groups' and "pattern" = '(?<=^|[\s.-])(AJP69|ATELiER|BakedFEL|BMF|BRUTE|BSTD|BV|c0kE|CART|Chotab|CJ|coffee|CRiSC|CRX|CtrlHD|Dariush|de[42]|decibel|DON|D-Z0N3|E.N.D|E1|EA|EDPH|EbP|ESiR|EXCiSION|FoRM|FraMeSToR|GALAXY|Geek|GS88|GZ|hdalx|HDMaNiAcS|HiDt|HiFi|HiP|IDE|iFT|KASHMiR|Kitsune|LiNG|LolHD|LoRD|luvBB|NCmt|NiBuRu|nmd|NTb|NyHD|ORBiT|ORiGEN|Penumbra|playHD|Positive|PTer|PuTao|REBORN|RiCO|rightSIZE|RO|rttr|SA89|SaNcTi|SbR|SiMPLE|SoLaR|SOP|SPHD|TayTo|TBB|TDD|TeamSyndicate|TnP|VLAD|VietHD|W4NK3R|WiLF|WMING|xander|ZIMBO|ZoroSenpai|ZQ)\b';
21+
-- --- END op 3022
22+
23+
-- --- BEGIN op 3023 ( update custom_format "1080p Quality Tier 5" )
24+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
25+
VALUES ('1080p Quality Tier 5', 'Softboat', 'release_group', 'all', 0, 0);
26+
27+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('1080p Quality Tier 5', 'Softboat', 'Softboat');
28+
-- --- END op 3023

0 commit comments

Comments
 (0)