feat(radarr): German Guide - add "not english or german" CF and explanation for the max CF score (#2210)
* Feat: added not english or german CF and explanation for the max CF score to the German Radarr Guide * fixed: ident * Small grammar stuff * Added: CF `Not German or English` to quality profiles --------- Co-authored-by: Lokilicious <mail.lokilicious.work> Co-authored-by: TRaSH <trash-pm@protonmail.ch>pull/2214/head
parent
98a9126aa5
commit
0fca539a0f
@ -0,0 +1,37 @@
|
||||
{
|
||||
"trash_id": "4eadb75fb23d09dfc0a8e3f687e72287",
|
||||
"trash_scores": {
|
||||
"default": -20000
|
||||
},
|
||||
"name": "Not German or English",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "Not English Language",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not German Language",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not German in Title",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "(?i)\\bgerman\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
<!-- markdownlint-disable MD041-->
|
||||
**Language: Not German or English**<br>
|
||||
|
||||
Used to avoid releases which do not contain German or English audio.
|
||||
<!-- markdownlint-enable MD041-->
|
Loading…
Reference in new issue