feat(Sonarr): add `.heb` to `Retags` (#1703)

pull/1708/head
TRaSH 1 year ago committed by GitHub
parent f1cb15dc4c
commit 69e99124b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,12 +7,21 @@
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [ "specifications": [
{ {
"name": "[rartv]", "name": ".heb",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\[rartv\\]" "value": "[.]heb\\b"
}
},
{
"name": "[eztv]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\[eztv([ ._-]re)?\\]"
} }
}, },
{ {
@ -25,12 +34,12 @@
} }
}, },
{ {
"name": "[eztv]", "name": "[rartv]",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\[eztv([ ._-]re)?\\]" "value": "\\[rartv\\]"
} }
}, },
{ {

Loading…
Cancel
Save