Sonarr-CF [Dislike retags] Switched to separate conditions for the groups

- Changed: CF [Dislike retags] Conditions to separate conditions for the groups.
pull/611/head
TRaSH 3 years ago
parent 816587078d
commit be6d4b237e

@ -3,12 +3,39 @@
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [ "specifications": [
{ {
"name": "Dislike retags", "name": "[rartv]",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "(\\[rartv\\]|\\[rarbg\\]|\\[eztv\\]|\\[TGx\\])" "value": "\\[rartv\\]"
}
},
{
"name": "[rarbg]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\[rarbg\\]"
}
},
{
"name": "[eztv]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\[eztv\\]"
}
},
{
"name": "[TGx]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\[TGx\\]"
} }
} }
] ]

Loading…
Cancel
Save