From fc8f206e5eada37fbdb69031324a3285e70e6e48 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 22 Aug 2026 15:33:37 +0000 Subject: [PATCH] Add GrapeHD to 1080p Quality Tier 5 --- ...63.add-grapehd-to-1080p-quality-tier-5.sql | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ops/263.add-grapehd-to-1080p-quality-tier-5.sql diff --git a/ops/263.add-grapehd-to-1080p-quality-tier-5.sql b/ops/263.add-grapehd-to-1080p-quality-tier-5.sql new file mode 100644 index 00000000..a802d25a --- /dev/null +++ b/ops/263.add-grapehd-to-1080p-quality-tier-5.sql @@ -0,0 +1,19 @@ +-- @operation: export +-- @entity: batch +-- @name: Add GrapeHD to 1080p Quality Tier 5 +-- @exportedAt: 2026-08-22T15:33:36.455Z +-- @opIds: 13383, 13384 + +-- --- BEGIN op 13383 ( update custom_format "1080p Quality Tier 5" ) +INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) +VALUES ('1080p Quality Tier 5', 'GrapeHD', 'release_group', 'all', 0, 0); + +INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('1080p Quality Tier 5', 'GrapeHD', 'GrapeHD'); +-- --- END op 13383 + +-- --- BEGIN op 13384 ( update custom_format "1080p Quality Tier 5 (Efficient)" ) +INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) +VALUES ('1080p Quality Tier 5 (Efficient)', 'GrapeHD', 'release_group', 'all', 0, 0); + +INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('1080p Quality Tier 5 (Efficient)', 'GrapeHD', 'GrapeHD'); +-- --- END op 13384