From 1fedcc127219d33ba9888c19ddd8359bbfefc6d0 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 25 Jun 2026 19:41:01 +0000 Subject: [PATCH] Add ELiTE to 1080p Efficient TV WEB Tier 5 --- ...elite-to-1080p-efficient-tv-web-tier-5.sql | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ops/185.add-elite-to-1080p-efficient-tv-web-tier-5.sql diff --git a/ops/185.add-elite-to-1080p-efficient-tv-web-tier-5.sql b/ops/185.add-elite-to-1080p-efficient-tv-web-tier-5.sql new file mode 100644 index 00000000..190de16f --- /dev/null +++ b/ops/185.add-elite-to-1080p-efficient-tv-web-tier-5.sql @@ -0,0 +1,19 @@ +-- @operation: export +-- @entity: batch +-- @name: Add ELiTE to 1080p Efficient TV WEB Tier 5 +-- @exportedAt: 2026-06-25T19:41:00.400Z +-- @opIds: 11349, 11350 + +-- --- BEGIN op 11349 ( update custom_format "1080p Efficient TV WEB Tier 5" ) +INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) +VALUES ('1080p Efficient TV WEB Tier 5', 'HDTV', 'source', 'all', 0, 0); + +INSERT INTO condition_sources (custom_format_name, condition_name, source) VALUES ('1080p Efficient TV WEB Tier 5', 'HDTV', 'television'); +-- --- END op 11349 + +-- --- BEGIN op 11350 ( update custom_format "1080p Efficient TV WEB Tier 5" ) +INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) +VALUES ('1080p Efficient TV WEB Tier 5', 'ELiTE', 'release_group', 'all', 0, 0); + +INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('1080p Efficient TV WEB Tier 5', 'ELiTE', 'ELiTE'); +-- --- END op 11350