diff --git a/ops/89.add-release-group-hidt-to-uhd-bluray-tier-02.sql b/ops/89.add-release-group-hidt-to-uhd-bluray-tier-02.sql new file mode 100644 index 0000000..7899dc8 --- /dev/null +++ b/ops/89.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:43.284Z +-- @opIds: 11720 + +-- --- BEGIN op 11720 ( 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 11720