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 2 years ago
parent 816587078d
commit be6d4b237e

@ -3,12 +3,39 @@
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Dislike retags",
"name": "[rartv]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"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