From 002bacd365e5b364704365fff645fdba6b438a07 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 3 Jul 2026 22:45:57 +0000 Subject: [PATCH] Add release group HiDt to UHD Bluray Tier 02 --- ....add-release-group-hidt-to-uhd-bluray-tier-02.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ops/45.add-release-group-hidt-to-uhd-bluray-tier-02.sql diff --git a/ops/45.add-release-group-hidt-to-uhd-bluray-tier-02.sql b/ops/45.add-release-group-hidt-to-uhd-bluray-tier-02.sql new file mode 100644 index 0000000..8d6bfcc --- /dev/null +++ b/ops/45.add-release-group-hidt-to-uhd-bluray-tier-02.sql @@ -0,0 +1,12 @@ +-- @operation: export +-- @entity: batch +-- @name: Add release group HiDt to UHD Bluray Tier 02 +-- @exportedAt: 2026-07-03T22:45:56.857Z +-- @opIds: 11722 + +-- --- BEGIN op 11722 ( update custom_format "UHD Bluray Tier 02" ) +INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) +VALUES ('UHD Bluray Tier 02', 'HiDt', 'release_group', 'radarr', 0, 0); + +INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('UHD Bluray Tier 02', 'HiDt', 'HiDt'); +-- --- END op 11722