TRaSH-Guides/docs/json/sonarr/cf/nlz.json

38 lines
736 B
JSON

{
"trash_id": "b2b980877494b560443631eb1f473867",
"trash_scores": {
"default": 50
},
"name": "NLZ",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "NLZiet",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(nlz|NLZiet)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}