Added: DV Info to HDR Formats

**[Starr]**

- Added: DV Info to HDR Formats
pull/1016/head
TRaSH 2 years ago committed by TRaSH
parent a6eca402de
commit b82717ac00

@ -1,5 +1,7 @@
??? summary "All HDR Formats + DV (WEBDL) + HDR10+ Boost - [CLICK TO EXPAND]"
{! include-markdown "../../includes/cf/dv-info.md" !}
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png)
| Custom Format | Score | Trash ID |

@ -1,5 +1,7 @@
??? summary "All HDR Formats - [CLICK TO EXPAND]"
{! include-markdown "../../includes/cf/dv-info.md" !}
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png)
| Custom Format | Score | Trash ID |

@ -1,5 +1,7 @@
??? summary "HDR Formats - [CLICK TO EXPAND]"
{! include-markdown "../../includes/cf/dv-info.md" !}
![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png)
| Custom Format | Score | Trash ID |

@ -1,6 +1,7 @@
??? summary "Optional - [CLICK TO EXPAND]"
!!! danger "**The `x265 (no HDR/DV)` is a MUST for this SQP** :warning:"
!!! danger "**The `SDR` is a MUST for this SQP** :warning:"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
@ -13,6 +14,7 @@
| [{{ radarr['cf']['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['cf']['retags']['trash_score'] }} | {{ radarr['cf']['retags']['trash_id'] }} |
| [{{ radarr['cf']['scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#scene) | {{ radarr['cf']['scene']['trash_score'] }} | {{ 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_score'] }} | {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }} |
| [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr) | {{ radarr['cf']['sdr']['trash_score'] }} | {{ radarr['cf']['sdr']['trash_id'] }} |
------
@ -49,3 +51,5 @@
In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-no-hdrdv']['trash_score'] }}`
!!! 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.

@ -4,7 +4,6 @@
| [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_score'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} |
| [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_score'] }} | {{ radarr['cf']['lq']['trash_id'] }} |
| [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_score'] }} | {{ radarr['cf']['3d']['trash_id'] }} |
| [{{ radarr['cf']['sdr']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/sdr.json) | {{ radarr['cf']['sdr']['trash_score'] }} | {{ radarr['cf']['sdr']['trash_id'] }} |
------
Breakdown and Why
@ -12,4 +11,3 @@
- **{{ radarr['cf']['br-disk']['name'] }} :** This is a custom format to help Radarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.
- **{{ radarr['cf']['lq']['name'] }}:** A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.
- **{{ radarr['cf']['3d']['name'] }}:** Is 3D still a thing for home use ?
- **{{ radarr['cf']['sdr']['name'] }}:** This will help to prevent to grab UHD/4k releases without HDR Formats.

Loading…
Cancel
Save