fix(sonarr): Add Missing Optionals

pull/1657/head
bakerboy448 6 months ago
parent 339fe13a43
commit 7632357410

@ -86,6 +86,8 @@ If you prefer 720p/1080p WEBDL (WEB-1080p)
{! include-markdown "../../includes/cf/sonarr-unwanted.md" !}
{! include-markdown "../../includes/cf/sonarr-optional.md" !}
{! include-markdown "../../includes/cf/sonarr-misc.md" !}
{! include-markdown "../../includes/cf/sonarr-streaming-services.md" !}

@ -1,10 +1,12 @@
??? abstract "Optional (UHD) - [Click to show/hide]"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------- | :--------------------------------------------------: | ------------------------------------- |
| [{{ sonarr['cf']['sdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sdr) | {{ sonarr['cf']['sdr']['trash_scores']['default'] }} | {{ sonarr['cf']['sdr']['trash_id'] }} |
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------- | :-----------------------------------------------------: | ---------------------------------------- |
| [{{ sonarr['cf']['sdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sdr) | {{ sonarr['cf']['sdr']['trash_scores']['default'] }} | {{ sonarr['cf']['sdr']['trash_id'] }} |
| [{{ sonarr['cf']['retags']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#retags) | {{ sonarr['cf']['retags']['trash_scores']['default'] }} | {{ sonarr['cf']['retags']['trash_id'] }} |
------
Breakdown and Why
- **{{ sonarr['cf']['sdr']['name'] }}:** This will help to prevent to grab UHD/4k releases without HDR Formats.
- **{{ sonarr['cf']['retags']['name'] }}:** This will help avoid retagged releases that may no longer meet the quality of the original group (e.g. TGx downsampling a NTb release from 5.1 audio to 2.0 audio yet maintain the NTb naming)

@ -0,0 +1,10 @@
??? abstract "Optional (UHD) - [Click to show/hide]"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------- | :-----------------------------------------------------: | ---------------------------------------- |
| [{{ sonarr['cf']['retags']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#retags) | {{ sonarr['cf']['retags']['trash_scores']['default'] }} | {{ sonarr['cf']['retags']['trash_id'] }} |
------
Breakdown and Why
- **{{ sonarr['cf']['retags']['name'] }}:** This will help avoid retagged releases that may no longer meet the quality of the original group (e.g. TGx downsampling a NTb release from 5.1 audio to 2.0 audio yet maintain the NTb naming)
Loading…
Cancel
Save