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/dv-disk.json

56 lines
1.2 KiB

{
"trash_id": "f700d29429c023a5734505e77daeaea7",
"trash_scores": {
"default": 101
},
"name": "DV (Disk)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "FraMeSToR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(FraMeSToR)\\b"
}
},
{
"name": "DV",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ ._-]?v(ision)?)\\b"
}
},
{
"name": "No FANRES",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(FANRES)\\b"
}
},
{
"name": "Not Hybrid",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bhybrid(\\b|\\d)"
}
},
{
"name": "Not Hybrid Release Group",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "-HYBRID"
}
}
]
}