From 10b685703b6ae31b61195777378b081725510d86 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 4 Jul 2026 17:42:33 +0000 Subject: [PATCH] Require Season Pack for Ending Efficient and Compact Tiers due to inconsistent Uploads --- ...r-ending-efficient-and-compact-tiers-d.sql | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ops/199.require-season-pack-for-ending-efficient-and-compact-tiers-d.sql diff --git a/ops/199.require-season-pack-for-ending-efficient-and-compact-tiers-d.sql b/ops/199.require-season-pack-for-ending-efficient-and-compact-tiers-d.sql new file mode 100644 index 00000000..ae9771fb --- /dev/null +++ b/ops/199.require-season-pack-for-ending-efficient-and-compact-tiers-d.sql @@ -0,0 +1,26 @@ +-- @operation: export +-- @entity: batch +-- @name: Require Season Pack for Ending Efficient and Compact Tiers due to inconsistent Uploads +-- @exportedAt: 2026-07-04T17:42:31.698Z +-- @opIds: 11753, 11754, 11755 + +-- --- BEGIN op 11753 ( update custom_format "1080p Compact TV Trash Tier 1" ) +INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) +VALUES ('1080p Compact TV Trash Tier 1', 'Season Pack', 'release_type', 'sonarr', 0, 1); + +INSERT INTO condition_release_types (custom_format_name, condition_name, release_type) VALUES ('1080p Compact TV Trash Tier 1', 'Season Pack', 'season_pack'); +-- --- END op 11753 + +-- --- BEGIN op 11754 ( update custom_format "1080p Compact TV Trash Tier 2" ) +INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) +VALUES ('1080p Compact TV Trash Tier 2', 'Season Pack', 'release_type', 'sonarr', 0, 1); + +INSERT INTO condition_release_types (custom_format_name, condition_name, release_type) VALUES ('1080p Compact TV Trash Tier 2', 'Season Pack', 'season_pack'); +-- --- END op 11754 + +-- --- BEGIN op 11755 ( 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', 'Season Pack', 'release_type', 'sonarr', 0, 1); + +INSERT INTO condition_release_types (custom_format_name, condition_name, release_type) VALUES ('1080p Efficient TV WEB Tier 5', 'Season Pack', 'season_pack'); +-- --- END op 11755