Merge pull request #1172 from nuxencs/Starr-CF-Fix-HDR-Metadata

fix(starr): fix mistakes in HDR metadata CFs
pull/1127/head
TRaSH 2 years ago committed by GitHub
commit 73fa56ebb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)"
}
}
]

@ -1,3 +1,13 @@
# 2023-02-19 13:30
**[New]**
- None
**[Updated]**
- None
**[Fixed]**
- [Starr] Fix mistakes in changes to the HDR metadata CFs - Change some regex to correctly match `DV`, `HDR10` and `DV (FEL)`.
# 2023-02-18 21:45
**[New]**
- [Radarr] New CF `Upscaled` - A custom format that matches the most commonly used terms in upscaled releases.

Loading…
Cancel
Save