feat(guide): Starr language tips add German dual and multi (#1880)
* feat(guide): Starr language tips add German dual and multi * fixed: url redirect failure * Apply suggestions from code review Co-authored-by: zakary <zak@ary.dev> * Update docs/Radarr/Tips/How-to-setup-language-custom-formats.md Co-authored-by: zakary <zak@ary.dev> * Apply suggestions from code review Co-authored-by: nuxen <theonenuxen@proton.me> --------- Co-authored-by: zakary <zak@ary.dev> Co-authored-by: nuxen <theonenuxen@proton.me>pull/1936/head
parent
8cafe20ba3
commit
c58c9ea370
@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
"trash_id": "guide-only",
|
||||||
|
"trash_scores": {
|
||||||
|
"default": -10000
|
||||||
|
},
|
||||||
|
"trash_description": "Language: German Dual and Multi language releases",
|
||||||
|
"name": "Language: German + Original",
|
||||||
|
"includeCustomFormatWhenRenaming": false,
|
||||||
|
"specifications": [
|
||||||
|
{
|
||||||
|
"name": "German",
|
||||||
|
"implementation": "LanguageSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": 4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "DL",
|
||||||
|
"implementation": "ReleaseTitleSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": false,
|
||||||
|
"fields": {
|
||||||
|
"value": "(?<!WEB[-_. ]?)\\b(DL)\\b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ML",
|
||||||
|
"implementation": "ReleaseTitleSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": false,
|
||||||
|
"fields": {
|
||||||
|
"value": "\\b(ML)\\b"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in new issue