You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/docs/json/sonarr/cf/ovid.json

40 lines
802 B

{
"trash_id": "fb1a91cdc0f26f7ca0696e0e95274645",
"trash_score": 50,
"trash_scores": {
"default": 50
},
"trash_regex": "https://regex101.com/r/hWHpjV/1",
"name": "OViD",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "OViD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(ovid)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}