From 1b5aba3dbebcdab4c861f9f60b92ddc063b8d2b2 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 18 Aug 2025 07:38:46 +0000 Subject: [PATCH] Automated update from GitHub Actions --- custom_formats/Radarr - LQ.yml | 5 +++++ custom_formats/Radarr - WEB Tier 02.yml | 5 +++++ custom_formats/Radarr - WEB Tier 03.yml | 5 ----- custom_formats/Sonarr - Bad Dual Groups.yml | 5 +++++ custom_formats/Sonarr - WEB Tier 02.yml | 5 +++++ custom_formats/Sonarr - WEB Tier 03.yml | 5 ----- regex_patterns/Radarr - DRX.yml | 6 ++++++ regex_patterns/Sonarr - BiOMA.yml | 6 ++++++ 8 files changed, 32 insertions(+), 10 deletions(-) create mode 100644 regex_patterns/Radarr - DRX.yml create mode 100644 regex_patterns/Sonarr - BiOMA.yml diff --git a/custom_formats/Radarr - LQ.yml b/custom_formats/Radarr - LQ.yml index 785aff7..c43c73e 100644 --- a/custom_formats/Radarr - LQ.yml +++ b/custom_formats/Radarr - LQ.yml @@ -129,6 +129,11 @@ conditions: required: false type: release_group pattern: Radarr - DNL +- name: Radarr - DRX + negate: false + required: false + type: release_group + pattern: Radarr - DRX - name: Radarr - E negate: false required: false diff --git a/custom_formats/Radarr - WEB Tier 02.yml b/custom_formats/Radarr - WEB Tier 02.yml index bcdc846..2336a94 100644 --- a/custom_formats/Radarr - WEB Tier 02.yml +++ b/custom_formats/Radarr - WEB Tier 02.yml @@ -15,6 +15,11 @@ conditions: required: false type: source source: webrip +- name: Radarr - BYNDR + negate: false + required: false + type: release_group + pattern: BYNDR - name: Radarr - dB negate: false required: false diff --git a/custom_formats/Radarr - WEB Tier 03.yml b/custom_formats/Radarr - WEB Tier 03.yml index 2817078..ad06f7b 100644 --- a/custom_formats/Radarr - WEB Tier 03.yml +++ b/custom_formats/Radarr - WEB Tier 03.yml @@ -15,11 +15,6 @@ conditions: required: false type: source source: webrip -- name: Radarr - BYNDR - negate: false - required: false - type: release_group - pattern: BYNDR - name: Radarr - GNOMiSSiON negate: false required: false diff --git a/custom_formats/Sonarr - Bad Dual Groups.yml b/custom_formats/Sonarr - Bad Dual Groups.yml index 6af5111..e25e232 100644 --- a/custom_formats/Sonarr - Bad Dual Groups.yml +++ b/custom_formats/Sonarr - Bad Dual Groups.yml @@ -14,6 +14,11 @@ conditions: required: false type: release_group pattern: BAT +- name: Sonarr - BiOMA + negate: false + required: false + type: release_group + pattern: Sonarr - BiOMA - name: Sonarr - BlackBit negate: false required: false diff --git a/custom_formats/Sonarr - WEB Tier 02.yml b/custom_formats/Sonarr - WEB Tier 02.yml index d9eace2..193eaa3 100644 --- a/custom_formats/Sonarr - WEB Tier 02.yml +++ b/custom_formats/Sonarr - WEB Tier 02.yml @@ -20,6 +20,11 @@ conditions: required: false type: release_group pattern: Sonarr - BTW +- name: Sonarr - BYNDR + negate: false + required: false + type: release_group + pattern: BYNDR - name: Sonarr - Chotab negate: false required: false diff --git a/custom_formats/Sonarr - WEB Tier 03.yml b/custom_formats/Sonarr - WEB Tier 03.yml index 34707bd..6c97058 100644 --- a/custom_formats/Sonarr - WEB Tier 03.yml +++ b/custom_formats/Sonarr - WEB Tier 03.yml @@ -5,11 +5,6 @@ tags: - Release Group - Source conditions: -- name: Sonarr - BYNDR - negate: false - required: false - type: release_group - pattern: BYNDR - name: Sonarr - DRACULA negate: false required: false diff --git a/regex_patterns/Radarr - DRX.yml b/regex_patterns/Radarr - DRX.yml new file mode 100644 index 0000000..bd8e16c --- /dev/null +++ b/regex_patterns/Radarr - DRX.yml @@ -0,0 +1,6 @@ +name: Radarr - DRX +pattern: ^(DRX)$ +description: '' +tags: +- Radarr +tests: [] diff --git a/regex_patterns/Sonarr - BiOMA.yml b/regex_patterns/Sonarr - BiOMA.yml new file mode 100644 index 0000000..4aa4982 --- /dev/null +++ b/regex_patterns/Sonarr - BiOMA.yml @@ -0,0 +1,6 @@ +name: Sonarr - BiOMA +pattern: ^(BiOMA)$ +description: '' +tags: +- Sonarr +tests: []