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 01/10] 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) From eefc646e94a1ae631fcee0503c3b68ea885ef33a Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Tue, 21 Nov 2023 21:58:11 +0000 Subject: [PATCH 02/10] More updates to missing optionals - Matched Sonarr optional to Radarr optional, substituting Radarr CFs for Sonarr equivalents - Removed `Retags` from Sonarr UHD optional as UHD optional include is used in addition to non-UHS optionals - Removed DV (WEBDL) from all optional includes as this info is now in it's own panel (HDR Formats) - Added Radarr/Sonarr optionals to Radarr/Sonarr public guide pages - Unrelated, but added jennaortega to LQ (release title) as this group has risen in prevalence --- docs/Radarr/radarr-setup-quality-profiles.md | 8 ++++++ docs/Sonarr/sonarr-setup-quality-profiles.md | 2 ++ docs/json/radarr/cf/lq-release-title.json | 9 ++++++ includes/cf/radarr-optional-uhd.md | 2 +- includes/cf/radarr-optional.md | 17 +----------- includes/cf/sonarr-optional-uhd.md | 4 +-- includes/cf/sonarr-optional.md | 29 ++++++++++++++++---- 7 files changed, 46 insertions(+), 25 deletions(-) diff --git a/docs/Radarr/radarr-setup-quality-profiles.md b/docs/Radarr/radarr-setup-quality-profiles.md index 026937694..39f4b6487 100644 --- a/docs/Radarr/radarr-setup-quality-profiles.md +++ b/docs/Radarr/radarr-setup-quality-profiles.md @@ -99,6 +99,8 @@ If you prefer High-Quality HD Encodes (Bluray-720p/1080p) {! include-markdown "../../includes/cf/radarr-unwanted.md" !} +{! include-markdown "../../includes/cf/radarr-optional.md" !} + {! include-markdown "../../includes/cf/radarr-streaming-services.md" !} I decided not to add `Audio Advanced` Custom Formats to the encodes profile, You will hardly find HD audio with HD Bluray Encodes. With HD Bluray Encodes I suggest going for quality. If you also want HD audio formats I would suggest going with Remuxes or UHD Encodes. @@ -145,6 +147,8 @@ If you prefer High-Quality UHD Encodes (Bluray-2160p) {! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !} +{! include-markdown "../../includes/cf/radarr-optional.md" !} + {! include-markdown "../../includes/cf/radarr-optional-uhd.md" !} {! include-markdown "../../includes/cf/radarr-streaming-services.md" !} @@ -189,6 +193,8 @@ If you prefer 1080p Remuxes (Remux-1080p) {! include-markdown "../../includes/cf/radarr-unwanted.md" !} +{! include-markdown "../../includes/cf/radarr-optional.md" !} + {! include-markdown "../../includes/cf/radarr-streaming-services.md" !} Use the following main settings in your profile. @@ -233,6 +239,8 @@ If you prefer 2160p Remuxes (Remux-2160p) {! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !} +{! include-markdown "../../includes/cf/radarr-optional.md" !} + {! include-markdown "../../includes/cf/radarr-optional-uhd.md" !} {! include-markdown "../../includes/cf/radarr-streaming-services.md" !} diff --git a/docs/Sonarr/sonarr-setup-quality-profiles.md b/docs/Sonarr/sonarr-setup-quality-profiles.md index 6d25f6a69..6a85f090d 100644 --- a/docs/Sonarr/sonarr-setup-quality-profiles.md +++ b/docs/Sonarr/sonarr-setup-quality-profiles.md @@ -129,6 +129,8 @@ The only deal breaker with 2160p is when the release includes DV/HDR. 2160p with {! include-markdown "../../includes/cf/sonarr-unwanted.md" !} +{! include-markdown "../../includes/cf/sonarr-optional.md" !} + {! include-markdown "../../includes/cf/sonarr-optional-uhd.md" !} {! include-markdown "../../includes/cf/sonarr-misc.md" !} diff --git a/docs/json/radarr/cf/lq-release-title.json b/docs/json/radarr/cf/lq-release-title.json index 051e65113..f2d5b7cc8 100644 --- a/docs/json/radarr/cf/lq-release-title.json +++ b/docs/json/radarr/cf/lq-release-title.json @@ -23,6 +23,15 @@ "fields": { "value": "(?=.*?(\\b2160p\\b))(?=.*?(\\bBiTOR\\b))" } + }, + { + "name": "jennaortega", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "(? Date: Tue, 21 Nov 2023 23:11:58 +0000 Subject: [PATCH 03/10] Update lq-release-title.json - Revert addition of jennaortega --- docs/json/radarr/cf/lq-release-title.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/json/radarr/cf/lq-release-title.json b/docs/json/radarr/cf/lq-release-title.json index f2d5b7cc8..051e65113 100644 --- a/docs/json/radarr/cf/lq-release-title.json +++ b/docs/json/radarr/cf/lq-release-title.json @@ -23,15 +23,6 @@ "fields": { "value": "(?=.*?(\\b2160p\\b))(?=.*?(\\bBiTOR\\b))" } - }, - { - "name": "jennaortega", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "(? Date: Wed, 22 Nov 2023 16:53:43 +0000 Subject: [PATCH 04/10] Update includes/cf/sonarr-optional-uhd.md Co-authored-by: zakary --- includes/cf/sonarr-optional-uhd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/cf/sonarr-optional-uhd.md b/includes/cf/sonarr-optional-uhd.md index 988958b1d..fd19213d8 100644 --- a/includes/cf/sonarr-optional-uhd.md +++ b/includes/cf/sonarr-optional-uhd.md @@ -7,4 +7,4 @@ Breakdown and Why - - **{{ sonarr['cf']['sdr']['name'] }}:** This will prevent grabbing UHD/4k releases without HDR Formats. + - **{{ sonarr['cf']['sdr']['name'] }}:** This will prevent the grabbing of UHD/4K releases that do not contain HDR. From a79b4d285579c7ce5c5deb6ca62dd0328e8dccea Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:55:46 +0000 Subject: [PATCH 05/10] Update includes/cf/sonarr-optional.md Co-authored-by: zakary --- includes/cf/sonarr-optional.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/includes/cf/sonarr-optional.md b/includes/cf/sonarr-optional.md index 55e8f1bdb..5c591b90b 100644 --- a/includes/cf/sonarr-optional.md +++ b/includes/cf/sonarr-optional.md @@ -12,18 +12,18 @@ Breakdown and Why - - **{{ sonarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first. - Also they often even rename the release name in to Portuguese. - - **{{ sonarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match. - - **{{ sonarr['cf']['obfuscated']['name'] }}:** [*Optional*] (use these only if you dislike renamed releases) - - **{{ sonarr['cf']['retags']['name'] }}:** [*Optional*] Use this only if you dislike retagged releases. 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) - - **{{ sonarr['cf']['scene']['name'] }}:** [*Optional*] (use these only if you dislike scene releases) + - **{{ sonarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] These groups take the original release and add their own language track (e.g. AAC 2.0 Portuguese) as the first track. Afterward, FFprobe would determine that the media file is Portuguese. It's a common rule that you only add the best audio as the main track. + Also they often even rename the release name into Portuguese. + - **{{ sonarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group which could result in LQ groups being scored incorrectly. For example, a lot of EVO releases end up with a stripped group name. These releases would appear as "upgrades" and could end up getting a decent score after other CFs are scored. + - **{{ sonarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases. + - **{{ sonarr['cf']['retags']['name'] }}:** [*Optional*] Use this if you wish to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release (e.g. TGx downsampling an NTb release from 5.1 audio to 2.0 audio, yet maintaining the NTb naming). + - **{{ sonarr['cf']['scene']['name'] }}:** [*Optional*] Use this only if you want to avoid SCENE releases. - **{{ sonarr['cf']['x265-no-hdrdv']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. - **But it will allow x265 releases if they have HDR and/or DV** + **This will allow x265 releases if they have HDR and/or DV** *Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.* In your quality profile use the following score for this Custom Format: `{{ sonarr['cf']['x265-no-hdrdv']['trash_scores']['default'] }}` - !!! Danger "Don't use this together with [{{ sonarr['cf']['x265-hd']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#x265-hd), Only ever include one of them :warning:" + !!! Danger "Don't use this combined with [{{ sonarr['cf']['x265-hd']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#x265-hd), Only ever apply one of them. :warning:" From 15d19f018dd0b7182ed976d9787ae1ef50a7afe9 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:56:02 +0000 Subject: [PATCH 06/10] Update includes/cf/radarr-optional.md Co-authored-by: zakary --- includes/cf/radarr-optional.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/cf/radarr-optional.md b/includes/cf/radarr-optional.md index e1b02cd29..6d748aaad 100644 --- a/includes/cf/radarr-optional.md +++ b/includes/cf/radarr-optional.md @@ -15,9 +15,9 @@ - **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first. Also they often even rename the release name in to Portuguese. - - **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for the low quality Blu-ray releases, but their WEB-DL are okay. - - **{{ radarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match. - - **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] (use these only if you dislike renamed releases) + - **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for low-quality Blu-ray releases, but their WEB-DLs are okay. + - **{{ radarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group which could result in LQ groups being scored incorrectly. For example, a lot of EVO releases end up with a stripped group name. These releases would appear as "upgrades" and could end up getting a decent score after other CFs are scored. + - **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases. - **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] Use this only if you dislike retagged releases. This will help avoid retagged releases that may no longer meet the quality of the original group - **{{ radarr['cf']['scene']['name'] }}:** [*Optional*] (use these only if you dislike scene releases) - **{{ radarr['cf']['x265-no-hdrdv']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. From 42ca77ac404f3fd12723218167d1f4188b0b2662 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:56:14 +0000 Subject: [PATCH 07/10] Update includes/cf/radarr-optional.md Co-authored-by: zakary --- includes/cf/radarr-optional.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/cf/radarr-optional.md b/includes/cf/radarr-optional.md index 6d748aaad..a5cd534be 100644 --- a/includes/cf/radarr-optional.md +++ b/includes/cf/radarr-optional.md @@ -13,8 +13,8 @@ Breakdown and Why - - **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first. - Also they often even rename the release name in to Portuguese. + - **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] These groups take the original release and add their own language track (e.g. AAC 2.0 Portuguese) as the first track. Afterward, FFprobe would determine that the media file is Portuguese. It's a common rule that you only add the best audio as the main track. + Also they often even rename the release name into Portuguese. - **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for low-quality Blu-ray releases, but their WEB-DLs are okay. - **{{ radarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group which could result in LQ groups being scored incorrectly. For example, a lot of EVO releases end up with a stripped group name. These releases would appear as "upgrades" and could end up getting a decent score after other CFs are scored. - **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases. From a2c6089bca761b8f3280483e8e7e4971f7699c0c Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:56:34 +0000 Subject: [PATCH 08/10] Update includes/cf/radarr-optional.md Co-authored-by: zakary --- includes/cf/radarr-optional.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/cf/radarr-optional.md b/includes/cf/radarr-optional.md index a5cd534be..4fe84cba7 100644 --- a/includes/cf/radarr-optional.md +++ b/includes/cf/radarr-optional.md @@ -18,8 +18,8 @@ - **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for low-quality Blu-ray releases, but their WEB-DLs are okay. - **{{ radarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group which could result in LQ groups being scored incorrectly. For example, a lot of EVO releases end up with a stripped group name. These releases would appear as "upgrades" and could end up getting a decent score after other CFs are scored. - **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases. - - **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] Use this only if you dislike retagged releases. This will help avoid retagged releases that may no longer meet the quality of the original group - - **{{ radarr['cf']['scene']['name'] }}:** [*Optional*] (use these only if you dislike scene releases) + - **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release. + - **{{ radarr['cf']['scene']['name'] }}:** [*Optional*] Use this only if you want to avoid SCENE releases. - **{{ radarr['cf']['x265-no-hdrdv']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. **But it will allow x265 releases if they have HDR and/or DV** From d820aba31c17f1e4b1ce1099e0484c98398ca7ce Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:58:15 +0000 Subject: [PATCH 09/10] Update docs/Radarr/radarr-setup-quality-profiles.md Co-authored-by: zakary --- docs/Radarr/radarr-setup-quality-profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Radarr/radarr-setup-quality-profiles.md b/docs/Radarr/radarr-setup-quality-profiles.md index 39f4b6487..25cafaa21 100644 --- a/docs/Radarr/radarr-setup-quality-profiles.md +++ b/docs/Radarr/radarr-setup-quality-profiles.md @@ -103,7 +103,7 @@ If you prefer High-Quality HD Encodes (Bluray-720p/1080p) {! include-markdown "../../includes/cf/radarr-streaming-services.md" !} -I decided not to add `Audio Advanced` Custom Formats to the encodes profile, You will hardly find HD audio with HD Bluray Encodes. With HD Bluray Encodes I suggest going for quality. If you also want HD audio formats I would suggest going with Remuxes or UHD Encodes. +I decided not to add `Audio Advanced` Custom Formats to the encodes profile. You will hardly find HD audio with HD Bluray Encodes. When downloading HD Bluray Encodes, I suggest going for quality. If you want HD audio formats, I would suggest going with a Remux or UHD Encode. Use the following main settings in your profile. From 25786700c3c735431682b0f2cec0b139e9d5026e Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:59:43 +0000 Subject: [PATCH 10/10] Update includes/cf/radarr-optional-uhd.md Co-authored-by: zakary --- includes/cf/radarr-optional-uhd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/cf/radarr-optional-uhd.md b/includes/cf/radarr-optional-uhd.md index 3a3b0dc98..db3c7b787 100644 --- a/includes/cf/radarr-optional-uhd.md +++ b/includes/cf/radarr-optional-uhd.md @@ -7,4 +7,4 @@ Breakdown and Why - - **{{ radarr['cf']['sdr']['name'] }}:** This will prevent grabbing UHD/4k releases without HDR Formats. + - **{{ radarr['cf']['sdr']['name'] }}:** This will prevent the grabbing of UHD/4K releases that do not contain HDR.