fix(starr): SCENE custom formats matching most German language releases. (#2290)

Add `Not GERMAN` qualifier to Radarr and Sonarr Scene custom formats
pull/2295/head
yammes08 6 days ago committed by GitHub
parent 0c90e21e09
commit bd43bb7ae8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -25,6 +25,15 @@
"fields": {
"value": "\\b(INFLATE|DEFLATE)\\b"
}
},
{
"name": "Not GERMAN",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(GERMAN)\\b"
}
}
]
}

@ -25,6 +25,15 @@
"fields": {
"value": "\\b(INFLATE|DEFLATE[)\\]]?)$"
}
},
{
"name": "Not GERMAN",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(GERMAN)$"
}
}
]
}

Loading…
Cancel
Save