- Changed: [DoVi (NoWEBDL)] - please read above what has been changed and how to make use of it.
- Renamed: [DoVi (NoWEBDL)] => [DoVi (WEBDL)] - please read the above instructions for the scoring.
**You shouldn't use both but choose which one you want to use for your use case !!!**
Use the same scoring that you would use for Dolby Vision normally.
<sub>Dolby Vision = DoVi</sub>
>This is a special Custom Format that ignores DV for WEB-DL but allows for other sources.
>
>WEB-DL from Streaming Services don't have the fallback to HDR(10), What can results in weird playback issues like weird colors if you want to play it on a not DoVi compatible setup.
>Remuxes and Bluray have a fallback to HDR(10).
??? example "json"
```json
{
"trash_id": "923b6abef9b17f937fab56cfcf89e1f1",
"name": "DoVi",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Dolby Vision",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 8
}
}
]
}
```
<sub><sup>[TOP](#index)</sup>
------
### DoVi (SL)
<sub><sub><sub>Score [295]</sub>
@ -2973,6 +2916,59 @@ That's why I created my own golden rule.
------
### DoVi (WEBDL)
<sub>Dolby Vision = DoVi</sub>
>This is a special Custom Format that ignores DV for WEB-DL but together with the normal [DoVi](#dovi) allows for other sources.
>
>WEB-DL from Streaming Services don't have the fallback to HDR(10), What can results in weird playback issues like weird colors if you want to play it on a not DoVi compatible setup.