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

39 lines
814 B
JSON

{
"trash_id": "4e9a630db98d5391aec1368a0256e2fe",
"trash_scores": {
"default": 50
},
"trash_regex": "https://regex101.com/r/eymcie/1",
"name": "CRAV",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Crave",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(crav(e)?)\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}