-
-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(guides): Improve description for
x265 (no HDR/DV)
, x265 (HD)
…
… and `SDR (no WEBDL)` (#1941) * feat(guides: Improve description for `x265 (no HDR/DV)`, `x265 (HD)` and `SDR (no WEBDL)` * Fixed: Styling * Replaced: Dedicated ones for Radarr/Sonarr * Removed: because it's identical with the guide one * Fix: MD036 * Apply suggestions from code review Co-authored-by: zakary <[email protected]> --------- Co-authored-by: zakary <[email protected]>
- Loading branch information
Showing
30 changed files
with
105 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
!!! Danger "If you have also added [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr){:target="\_blank" rel="noopener noreferrer"} to your Radarr,<br>then one of them should be scored as `0` in your quality profile." |
2 changes: 2 additions & 0 deletions
2
includes/cf-descriptions/sdr-no-webdl.md → ...es/cf-descriptions/sdr-no-webdl-radarr.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate. | ||
|
||
{! include-markdown "../../includes/cf-descriptions/sdr-no-webdl-radarr-warning.md" !} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
!!! Danger "If you have also added [{{ sonarr['cf']['sdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sdr){:target="\_blank" rel="noopener noreferrer"} to your Sonarr,<br>then one of them should be scored as `0` in your quality profile." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate. | ||
|
||
{! include-markdown "../../includes/cf-descriptions/sdr-no-webdl-sonarr-warning.md" !} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
!!! Danger "If you have also added [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv){:target="\_blank" rel="noopener noreferrer"} to your Radarr,<br>then one of them should be scored as `0` in your quality profile." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
This blocks all 720/1080p (HD) releases that are encoded in x265. | ||
|
||
In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-hd']['trash_scores']['default'] }}` | ||
|
||
??? question "Why block 720/1080p encodes in x265? - [Click to show/hide]" | ||
|
||
--8<-- "includes/docker/x265.md" | ||
|
||
{! include-markdown "../../includes/cf-descriptions/x265-hd-radarr-warning.md" !} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
!!! Danger "If you have also added [{{ sonarr['cf']['x265-no-hdrdv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv){:target="\_blank" rel="noopener noreferrer"} to your Sonarr,<br>then one of them should be scored as `0` in your quality profile." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
This blocks all 720/1080p (HD) releases that are encoded in x265. | ||
|
||
In your quality profile use the following score for this Custom Format: `{{ sonarr['cf']['x265-hd']['trash_scores']['default'] }}` | ||
|
||
??? question "Why block 720/1080p encodes in x265? - [Click to show/hide]" | ||
|
||
--8<-- "includes/docker/x265.md" | ||
|
||
{! include-markdown "../../includes/cf-descriptions/x265-hd-sonarr-warning.md" !} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
!!! Danger "If you have also added [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd){:target="\_blank" rel="noopener noreferrer"} to your Radarr,<br>then one of them should be scored as `0` in your quality profile." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
This blocks most 720/1080p (HD) releases that are encoded in x265, **But it will allow 720/1080p x265 releases if they have HDR and/or DV** | ||
|
||
*Since some NF releases won't be released as 4k, this allows you to still have the DV/HDR releases.* | ||
|
||
In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-no-hdrdv']['trash_scores']['default'] }}` | ||
|
||
??? question "Why block 720/1080p encodes in x265? - [Click to show/hide]" | ||
|
||
--8<-- "includes/docker/x265.md" | ||
|
||
{! include-markdown "../../includes/cf-descriptions/x265-no-hdrdv-radarr-warning.md" !} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
!!! Danger "If you have also added [{{ sonarr['cf']['x265-hd']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#x265-hd){:target="\_blank" rel="noopener noreferrer"} to your Sonarr,<br>then one of them should be scored as `0` in your quality profile." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
This blocks most 720/1080p (HD) releases that are encoded in x265, **But it will allow 720/1080p x265 releases if they have HDR and/or DV** | ||
|
||
*Since some NF releases won't be released as 4k, this allows you to still have the DV/HDR releases.* | ||
|
||
In your quality profile use the following score for this Custom Format: `{{ sonarr['cf']['x265-no-hdrdv']['trash_scores']['default'] }}` | ||
|
||
??? question "Why block 720/1080p encodes in x265? - [Click to show/hide]" | ||
|
||
--8<-- "includes/docker/x265.md" | ||
|
||
{! include-markdown "../../includes/cf-descriptions/x265-no-hdrdv-sonarr-warning.md" !} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.