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/fod.json

39 lines
778 B

{
"trash_id": "7be9c0572d8cd4f81785dacf7e85985e",
"trash_scores": {
"default": 50
},
"trash_regex": "https://regex101.com/r/CbFoaJ/1",
"name": "FOD",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "FOD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(fod)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}