[Starr] CF [x265 (no HDR/DV)] include HDR10(+|Plus)

Added: recognizing HDR10(+|Plus)
Added: regex Case
pull/783/head
TRaSH 2 years ago
parent adfa934544
commit b54072c729

@ -1,6 +1,7 @@
{ {
"trash_id": "839bea857ed2c0a8e084f3cbdbd65ecb", "trash_id": "839bea857ed2c0a8e084f3cbdbd65ecb",
"trash_score": "-10000", "trash_score": "-10000",
"trash_regex": "https://regex101.com/r/yFwxoN/3",
"name": "x265 (no HDR/DV)", "name": "x265 (no HDR/DV)",
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [ "specifications": [
@ -19,7 +20,7 @@
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision|hdr)\\b" "value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10|10plus)?)\\b"
} }
}, },
{ {

@ -1,6 +1,7 @@
{ {
"trash_id": "9b64dff695c2115facf1b6ea59c9bd07", "trash_id": "9b64dff695c2115facf1b6ea59c9bd07",
"trash_score": "-10000", "trash_score": "-10000",
"trash_regex": "https://regex101.com/r/yFwxoN/3",
"name": "x265 (no HDR/DV)", "name": "x265 (no HDR/DV)",
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [ "specifications": [
@ -19,7 +20,7 @@
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision|hdr)\\b" "value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10|10plus)?)\\b"
} }
}, },
{ {

Loading…
Cancel
Save