ArrProfiles/db/custom_formats/hdr/Dolby Vision wout Fallback....

28 lines
808 B
JSON

{
"name": "Dolby Vision w/out Fallback",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Dolby Vision w/out Fallback",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": false,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "^(?!.*(HDR|HULU|REMUX|BLURAY))(?=.*\\b(DV|Dovi|Dolby[- .]?V(ision)?)\\b)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
}
]
}