fix(starr): fix mistakes in HDR metadata CFs

pull/1172/head
nuxen 2 years ago
parent ce96b40ade
commit fe08ba9905

@ -19,7 +19,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(\\b|\\d)))(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
"value": "\\b(DV|DoVi|Dolby[ .]?Vision)\\b"
}
},
{

@ -1,7 +1,7 @@
{
"trash_id": "58d6a88f13e2db7f5059c41047876f00",
"trash_score": "1500",
"trash_regex": "https://regex101.com/r/h9VdrP/2",
"trash_regex": "https://regex101.com/r/w1PRcu/1",
"name": "DV",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +11,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(10[^+P])?)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(10\\]?[^+P])?)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
}
}
]

@ -1,7 +1,7 @@
{
"trash_id": "dfb86d5941bc9075d6af23b09c2aeecd",
"trash_score": "500",
"trash_regex": "https://regex101.com/r/EsT3YN/2",
"trash_regex": "https://regex101.com/r/9144Ol/1",
"name": "HDR10",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +11,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(HDR10[^+P])\\b)(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
"value": "^(?=.*\\b(HDR10\\]?[^+P])\\b)(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
}
}
]

@ -19,7 +19,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(\\b|\\d)))(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
"value": "\\b(DV|DoVi|Dolby[ .]?Vision)\\b"
}
},
{

@ -1,7 +1,7 @@
{
"trash_id": "6d0d8de7b57e35518ac0308b0ddf404e",
"trash_score": "1500",
"trash_regex": "https://regex101.com/r/h9VdrP/2",
"trash_regex": "https://regex101.com/r/w1PRcu/1",
"name": "DV",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +11,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(10[^+P])?)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(HDR(10\\]?[^+P])?)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
}
}
]

@ -1,7 +1,7 @@
{
"trash_id": "3497799d29a085e2ac2df9d468413c94",
"trash_score": "500",
"trash_regex": "https://regex101.com/r/EsT3YN/2",
"trash_regex": "https://regex101.com/r/9144Ol/1",
"name": "HDR10",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +11,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(HDR10[^+P])\\b)(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
"value": "^(?=.*\\b(HDR10\\]?[^+P])\\b)(?!.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?!.*\\b(SDR)\\b)(?!.*\\b(HLG(\\b|\\d)))(?!.*\\b(PQ)\\b)"
}
}
]

Loading…
Cancel
Save