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

26 lines
636 B

{
"trash_id": "5d96ce331b98e077abb8ceb60553aa16",
"trash_score": "1000",
"name": "DoVi",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Dolby Vision",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
},
{
"name": "DoVi-SL: Dolby Vision (Single Layer)",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(sl[ .]dv|single[ .]layer[ .]dovi)\\b"
}
}
]
}