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/x265-hd.json

29 lines
595 B

3 years ago
{
"trash_id": "dc98083864ea246d05a42df0d05f81cc",
"trash_scores": {
"default": -10000
},
"name": "x265 (HD)",
3 years ago
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "x265/HEVC",
"implementation": "ReleaseTitleSpecification",
3 years ago
"negate": false,
"required": true,
3 years ago
"fields": {
"value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)"
3 years ago
}
},
{
"name": "Not 2160p",
3 years ago
"implementation": "ResolutionSpecification",
"negate": true,
3 years ago
"required": true,
"fields": {
"value": 2160
3 years ago
}
}
]
}