From 76323574103f62b2db3d96859315f5f4b398fe15 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:56:28 -0600 Subject: [PATCH] fix(sonarr): Add Missing Optionals --- docs/Sonarr/sonarr-setup-quality-profiles.md | 2 ++ includes/cf/sonarr-optional-uhd.md | 8 +++++--- includes/cf/sonarr-optional.md | 10 ++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 includes/cf/sonarr-optional.md diff --git a/docs/Sonarr/sonarr-setup-quality-profiles.md b/docs/Sonarr/sonarr-setup-quality-profiles.md index 6026f9ca6..6d25f6a69 100644 --- a/docs/Sonarr/sonarr-setup-quality-profiles.md +++ b/docs/Sonarr/sonarr-setup-quality-profiles.md @@ -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" !} diff --git a/includes/cf/sonarr-optional-uhd.md b/includes/cf/sonarr-optional-uhd.md index 14a20b96c..db7e83732 100644 --- a/includes/cf/sonarr-optional-uhd.md +++ b/includes/cf/sonarr-optional-uhd.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) diff --git a/includes/cf/sonarr-optional.md b/includes/cf/sonarr-optional.md new file mode 100644 index 000000000..d2365d48a --- /dev/null +++ b/includes/cf/sonarr-optional.md @@ -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)