Merge pull request #524 from TRaSH-/Radarr-CF-HDR10+-No-DV

Radarr CF [HDR10+] No DV
pull/521/head^2
TRaSH 3 years ago committed by GitHub
commit 0e01d5f047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,6 +57,15 @@
"fields": { "fields": {
"value": "\\bSDR(\\b|\\d)" "value": "\\bSDR(\\b|\\d)"
} }
},
{
"name": "Not DV",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
}
} }
] ]
} }
Loading…
Cancel
Save