fix(Starr): renamed CF `DV (FEL)` to `DV (Disk)` (#1706)

Co-authored-by: nuxen <47067662+nuxencs@users.noreply.github.com>
pull/1708/head
TRaSH 5 months ago committed by GitHub
parent e8ae37addd
commit c50707a918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -87,7 +87,7 @@ I also made 3 guides related to this one.
| | [AV1](#av1) | [VQ](#vq) | [FR LQ](#fr-lq) |
| | [SDR](#sdr) | [VFB](#vfb) | |
| | [SDR (no WEBDL)](#sdr-no-webdl) | [VOSTFR](#vostfr) | |
| | [DV (FEL)](#dv-fel) | [FanSUB](#fansub) | |
| | [DV (Disk)](#dv-disk) | [FanSUB](#fansub) | |
| | [Line/Mic Dubbed](#linemic-dubbed) | [FastSUB](#fastsub) | |
| | [HFR](#hfr) | | |
| | [VP9](#vp9) | | |
@ -1321,16 +1321,16 @@ I also made 3 guides related to this one.
------
### DV FEL
### DV (Disk)
??? question "DV (FEL) - [Click to show/hide]"
??? question "DV (Disk) - [Click to show/hide]"
- This will boost the score for Dolby Vision Releases using the original full quality Dolby Vision layer from the disc release to replace the old WEBDL HYBRID release.
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-fel.json' %]][[% endfilter %]]
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-disk.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>

@ -96,7 +96,7 @@ I also made 3 guides related to this one.
| | [AV1](#av1) | [VQ](#vq) | [FR Scene Groups](#fr-scene-groups) |
| | [SDR](#sdr) | [VFB](#vfb) | [FR LQ](#fr-lq) |
| | [SDR (no WEBDL)](#sdr-no-webdl) | [VOSTFR](#vostfr) | |
| | [DV (FEL)](#dv-fel) | [FanSUB](#fansub) | |
| | [DV (Disk)](#dv-disk) | [FanSUB](#fansub) | |
| | [HFR](#hfr) | [FastSUB](#fastsub) | |
| | [VP9](#vp9) | | |
@ -1250,16 +1250,16 @@ I also made 3 guides related to this one.
------
### DV FEL
### DV (Disk)
??? question "DV (FEL) - [Click to show/hide]"
??? question "DV (Disk) - [Click to show/hide]"
- This will boost the score for Dolby Vision Releases using the original full quality Dolby Vision layer from the disc release to replace the old WEBDL HYBRID release.
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/dv-fel.json' %]][[% endfilter %]]
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/dv-disk.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>

@ -3,7 +3,7 @@
"trash_scores": {
"default": 101
},
"name": "DV (FEL)",
"name": "DV (Disk)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{

@ -3,7 +3,7 @@
"trash_scores": {
"default": 101
},
"name": "DV (FEL)",
"name": "DV (Disk)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{

@ -15,7 +15,7 @@
| [{{ radarr['cf']['scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#scene) | {{ radarr['cf']['scene']['trash_scores']['default'] }} | {{ radarr['cf']['scene']['trash_id'] }} |
| [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv) :warning: | {{ radarr['cf']['x265-no-hdrdv']['trash_scores']['default'] }} | {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }} |
| [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr) | {{ radarr['cf']['sdr']['trash_scores']['default'] }} | {{ radarr['cf']['sdr']['trash_id'] }} |
| [{{ radarr['cf']['dv-fel']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-fel) | {{ radarr['cf']['dv-fel']['trash_scores']['default'] }} | {{ radarr['cf']['dv-fel']['trash_id'] }} |
| [{{ radarr['cf']['dv-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-disk) | {{ radarr['cf']['dv-disk']['trash_scores']['default'] }} | {{ radarr['cf']['dv-disk']['trash_id'] }} |
------
@ -54,4 +54,4 @@
!!! Danger "Don't use this together with [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd), Only ever include one of them :warning:"
- **{{ radarr['cf']['sdr']['name'] }}:** This will help to prevent to grab UHD/4k releases without HDR Formats.
- **{{ radarr['cf']['dv-fel']['name'] }}:** This will boost the score for Dolby Vision Releases using the original full quality Dolby Vision layer from the disc release to replace the old WEBDL HYBRID release.
- **{{ radarr['cf']['dv-disk']['name'] }}:** This will boost the score for Dolby Vision Releases using the original full quality Dolby Vision layer from the disc release to replace the old WEBDL HYBRID release.

Loading…
Cancel
Save