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

26 lines
532 B

{
"trash_id": "cddfb4e32db826151d97352b8e37c648",
"name": "x264",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "x|h264",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ ._-]?264|\\bAVC(\\b|\\d)"
}
},
{
"name": "Not Remux",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
}
]
}