From e209140f8e6866b86b5d4d5b96085f48061e4177 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 14 Jul 2025 01:30:06 -0500 Subject: [PATCH] tweak(format): Remove NiCEHEVC From All Tiers --- .../1080p Efficient Bluray Tier 2 (Radarr).yml | 9 ++------- .../1080p Efficient Bluray Tier 3 (Sonarr).yml | 13 ++++--------- .../1080p Efficient WEB Tier 2 (Radarr).yml | 9 ++------- .../1080p Efficient WEB Tier 3 (Sonarr).yml | 13 ++++--------- profiles/1080p Efficient.yml | 2 +- regex_patterns/NiCEHEVC.yml | 7 ------- 6 files changed, 13 insertions(+), 40 deletions(-) delete mode 100644 regex_patterns/NiCEHEVC.yml diff --git a/custom_formats/1080p Efficient Bluray Tier 2 (Radarr).yml b/custom_formats/1080p Efficient Bluray Tier 2 (Radarr).yml index 13ea9ed..8ba388b 100644 --- a/custom_formats/1080p Efficient Bluray Tier 2 (Radarr).yml +++ b/custom_formats/1080p Efficient Bluray Tier 2 (Radarr).yml @@ -36,21 +36,16 @@ conditions: pattern: MNHD required: false type: release_group -- name: NiCEHEVC - negate: false - pattern: Honeyvera - required: false - type: release_group - name: SARTRE negate: false pattern: SARTRE required: false type: release_group - name: SQS - type: release_group - required: false negate: false pattern: SQS + required: false + type: release_group tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Efficient Bluray Tier 3 (Sonarr).yml b/custom_formats/1080p Efficient Bluray Tier 3 (Sonarr).yml index 10f4232..341a824 100644 --- a/custom_formats/1080p Efficient Bluray Tier 3 (Sonarr).yml +++ b/custom_formats/1080p Efficient Bluray Tier 3 (Sonarr).yml @@ -21,26 +21,21 @@ conditions: pattern: x265 (Efficient) required: true type: release_title -- name: NiCEHEVC - negate: false - pattern: NiCEHEVC - required: false - type: release_group - name: LSt negate: false pattern: LSt required: false type: release_group - name: R1GY3B - type: release_group - required: false negate: false pattern: R1GY3B -- name: ToNaTo - type: release_group required: false + type: release_group +- name: ToNaTo negate: false pattern: ToNaTo + required: false + type: release_group tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Efficient WEB Tier 2 (Radarr).yml b/custom_formats/1080p Efficient WEB Tier 2 (Radarr).yml index fa1601e..82d6579 100644 --- a/custom_formats/1080p Efficient WEB Tier 2 (Radarr).yml +++ b/custom_formats/1080p Efficient WEB Tier 2 (Radarr).yml @@ -41,21 +41,16 @@ conditions: pattern: SEV required: false type: release_group -- name: NiCEHEVC - negate: false - pattern: NiCEHEVC - required: false - type: release_group - name: R1GY3B negate: false pattern: R1GY3B required: false type: release_group - name: TimeDistortion - type: release_group - required: false negate: false pattern: TimeDistortion + required: false + type: release_group tests: - conditionResults: - matches: true diff --git a/custom_formats/1080p Efficient WEB Tier 3 (Sonarr).yml b/custom_formats/1080p Efficient WEB Tier 3 (Sonarr).yml index 0a447b3..7597658 100644 --- a/custom_formats/1080p Efficient WEB Tier 3 (Sonarr).yml +++ b/custom_formats/1080p Efficient WEB Tier 3 (Sonarr).yml @@ -26,21 +26,16 @@ conditions: required: false source: webrip type: source -- name: NiCEHEVC - type: release_group - required: false - negate: false - pattern: NiCEHEVC - name: SEV - type: release_group - required: false negate: false pattern: SEV -- name: YELLO - type: release_group required: false + type: release_group +- name: YELLO negate: false pattern: YELLO + required: false + type: release_group tests: - conditionResults: - matches: true diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index dab052a..ff6012b 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -1,5 +1,5 @@ name: 1080p Efficient -description: Efficient Profile Beta Testing +description: Efficient Profile Beta Testing Radarr Only tags: - 1080p - Efficient Focused diff --git a/regex_patterns/NiCEHEVC.yml b/regex_patterns/NiCEHEVC.yml deleted file mode 100644 index cab4c99..0000000 --- a/regex_patterns/NiCEHEVC.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: NiCEHEVC -pattern: (?<=^|[\s.-])NiCEHEVC\b -description: '' -tags: -- Release Group -- WEB-DL -tests: []