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

36 lines
735 B

{
"trash_id": "917d1f2c845b2b466036b0cc2d7c72a3",
"trash_regex": "https://regex101.com/r/kgngPG/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": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}