Merge pull request #615 from TRaSH-/Radarr-CF-DV-HDR10-fix-for-bad-(re)named-files

Radarr cf dv hdr10 fix for bad (re)named files
pull/616/head
TRaSH 2 years ago committed by GitHub
commit 439697b997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10)\\b"
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
}
},
{

@ -19,7 +19,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10)\\b"
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
}
},
{

@ -19,7 +19,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10)\\b"
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
}
},
{

@ -46,7 +46,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10)\\b"
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
}
}
]

@ -19,7 +19,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10)\\b"
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
}
},
{

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

@ -19,7 +19,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10)\\b"
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
}
},
{

Loading…
Cancel
Save