- Updated: x265 (720/1080p) - Better x265/hevc recornizing, Added Quality Group

```yml
Updated: Radarr - Collection of Custom Formats
- Updated: x265 (720/1080p) - Better x265/hevc recornizing, Added Quality Group Exeptions
```
pull/200/head
TRaSH 4 years ago
parent 0d71ade77e
commit a331cebb7b

@ -2843,7 +2843,16 @@ That's why I created my own golden rule.
"negate": false,
"required": true,
"fields": {
"value": "[xh]\\.?265|\\bHEVC(\\b|\\d)"
"value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
}
},
{
"name": "Quality Group Exeptions",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "-MZABI|-NCmt\\b"
}
}
]

Loading…
Cancel
Save