fix(starr): change must warning to choice

**Purpose**
Fix #1370

**Approach**
Several Quality profiles have a demanding MUST must warning for several CF that should be used, change warning/description to choice.

**Requirements**
Check all boxes as they are completed
- [ ] Change x265 (no HDR/DV) must to choice
- [x] Change SDR must to choice
- [ ] Test changes in local test setup
- [x] These changes meet the standards for [contributing](https://github.com/TRaSH-/Guides/blob/master/.github/CONTRIBUTING.md).
- [x] I have read the [code of conduct](https://github.com/TRaSH-/Guides/blob/master/.github/CODE_OF_CONDUCT.md).
pull/1391/head
TRaSH 12 months ago
parent e0a9534108
commit 25cd151276

@ -1,7 +1,5 @@
??? abstract "Optional UHD - [CLICK TO EXPAND]"
!!! danger "**The `SDR` is a MUST for this Quality Profile** :warning:"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
| [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr) | {{ radarr['cf']['sdr']['trash_score'] }} | {{ radarr['cf']['sdr']['trash_id'] }} |

@ -1,7 +1,5 @@
??? abstract "Optional UHD - [CLICK TO EXPAND]"
!!! danger "**The `SDR` is a MUST for this Quality Profile** :warning:"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
| [{{ sonarr['cf']['sdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sdr) | {{ sonarr['cf']['sdr']['trash_score'] }} | {{ sonarr['cf']['sdr']['trash_id'] }} |

@ -81,7 +81,7 @@
??? abstract "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:"
!!! tip "**I recommend to use the `SDR`,<br> This will help to prevent to grab UHD/4k releases without HDR Formats**"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |

@ -81,7 +81,7 @@
??? abstract "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:"
!!! tip "**I recommend to use the `SDR`,<br> This will help to prevent to grab UHD/4k releases without HDR Formats**"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |

@ -1,8 +1,8 @@
??? abstract "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:"
!!! tip "The `DV (FEL)` is recommended for SQP2 and 3"
!!! tip "**I recommend to use the `SDR`,<br> This will help to prevent to grab UHD/4k releases without HDR Formats**"
!!! tip "The `DV (FEL)` is recommended for SQP2 and 3 or any other Profile doing 4k/UHD Remuxes"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |

Loading…
Cancel
Save