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/sdr-no-webdl.json

56 lines
1.2 KiB

{
"trash_id": "83304f261cf516bb208c18c54c0adf97",
"trash_scores": {
"default": -10000
},
"name": "SDR (no WEBDL)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "HDR Formats",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": false,
"fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?v(ision)?)\\b|\\b(FraMeSToR|HQMUX|SICFoI)\\b|\\b(PQ)\\b|\\bHLG(\\b|\\d)"
}
},
{
"name": "SDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bSDR\\b"
}
},
{
"name": "Not WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 3
}
},
{
"name": "Not WEBRip",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 4
}
}
]
}