diff --git a/custom_formats/Radarr - Bad Dual Groups.yml b/custom_formats/Radarr - Bad Dual Groups.yml index afa4090..5bc5dbc 100644 --- a/custom_formats/Radarr - Bad Dual Groups.yml +++ b/custom_formats/Radarr - Bad Dual Groups.yml @@ -64,6 +64,11 @@ conditions: required: false type: release_group pattern: LCD +- name: Radarr - MGE + negate: false + required: false + type: release_group + pattern: Radarr - MGE - name: Radarr - N3G4N negate: false required: false @@ -104,6 +109,11 @@ conditions: required: false type: release_group pattern: Tars +- name: Radarr - TM + negate: false + required: false + type: release_group + pattern: Radarr - TM - name: Radarr - tokar86a negate: false required: false diff --git a/custom_formats/Radarr - German Scene.yml b/custom_formats/Radarr - German Scene.yml index a701a6b..1967682 100644 --- a/custom_formats/Radarr - German Scene.yml +++ b/custom_formats/Radarr - German Scene.yml @@ -68,7 +68,7 @@ conditions: negate: false required: false type: release_group - pattern: MGE + pattern: MGE (1) - name: Radarr - MisFiTS negate: false required: false diff --git a/custom_formats/Sonarr - German Scene.yml b/custom_formats/Sonarr - German Scene.yml index 5f5fd6b..5455599 100644 --- a/custom_formats/Sonarr - German Scene.yml +++ b/custom_formats/Sonarr - German Scene.yml @@ -68,7 +68,7 @@ conditions: negate: false required: false type: release_group - pattern: MGE + pattern: MGE (1) - name: Sonarr - MisFiTS negate: false required: false diff --git a/regex_patterns/MGE.yml b/regex_patterns/MGE (1).yml similarity index 82% rename from regex_patterns/MGE.yml rename to regex_patterns/MGE (1).yml index 794cd4b..f5c63e5 100644 --- a/regex_patterns/MGE.yml +++ b/regex_patterns/MGE (1).yml @@ -1,4 +1,4 @@ -name: MGE +name: MGE (1) pattern: ^(MGE)$ description: '' tags: diff --git a/regex_patterns/Radarr - MGE.yml b/regex_patterns/Radarr - MGE.yml new file mode 100644 index 0000000..b680ff7 --- /dev/null +++ b/regex_patterns/Radarr - MGE.yml @@ -0,0 +1,6 @@ +name: Radarr - MGE +pattern: ^(MGE\b.*)$ +description: '' +tags: +- Radarr +tests: [] diff --git a/regex_patterns/Radarr - TM.yml b/regex_patterns/Radarr - TM.yml new file mode 100644 index 0000000..730e70c --- /dev/null +++ b/regex_patterns/Radarr - TM.yml @@ -0,0 +1,6 @@ +name: Radarr - TM +pattern: ^(TM\b)$ +description: '' +tags: +- Radarr +tests: []