Prevent duplicate regex_patterns

This commit is contained in:
Johan van Eck 2025-07-27 21:25:56 +03:00
parent 06a7c06933
commit 84e5f806c9
2747 changed files with 6157 additions and 10149 deletions

View file

@ -9,25 +9,25 @@ conditions:
negate: false
required: true
type: release_group
pattern: Sonarr - FraMeSToR
pattern: FraMeSToR
- name: Sonarr - DV
negate: false
required: true
type: release_title
pattern: Sonarr - DV
pattern: Not DV
- name: Sonarr - No FANRES
negate: true
required: true
type: release_title
pattern: Sonarr - No FANRES
pattern: No FANRES
- name: Sonarr - Not Hybrid
negate: true
required: true
type: release_title
pattern: Sonarr - Hybrid
pattern: Hybrid
- name: Sonarr - Not Hybrid Release Group
negate: true
required: true
type: release_title
pattern: Sonarr - Hybrid Release Group
pattern: Not Hybrid Release Group
tests: []