ArrProfiles/db/custom_formats/flag/Not Single Language Only.json

27 lines
741 B
JSON

{
"name": "Not Single Language Only",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Not Single Language Only",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\[(JA|ZH)\\]",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
}
]
}