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

35 lines
707 B

{
"trash_id": "e36a0ba1bc902b26ee40818a1d59b8bd",
"name": "PMTP",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Paramount+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(pmtp|Paramount Plus)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}