diff --git a/docs/Radarr/images/audio-flowchart.png b/docs/Radarr/images/audio-flowchart.png new file mode 100644 index 000000000..096053ab5 Binary files /dev/null and b/docs/Radarr/images/audio-flowchart.png differ diff --git a/docs/Radarr/images/hdr-formats-flowchart.png b/docs/Radarr/images/hdr-formats-flowchart.png new file mode 100644 index 000000000..f520b1ab0 Binary files /dev/null and b/docs/Radarr/images/hdr-formats-flowchart.png differ diff --git a/docs/updates.txt b/docs/updates.txt index 5b85e1da9..851f6edbf 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,8 @@ +# 2022-10-12 19:25 +**[Guide - Starr Custom Formats]** +- Added: Audio Flowchart (Hopefully to make the logic/choices more clear). #898 +- Added: HDR Formats Flowchart (Hopefully to make the logic/choices more clear). #898 + # 2022-10-10 18:05 **[Radarr]** - Add: WEB-720p quality file size to SQP-1 (#access-to-sqp for more info). #896 diff --git a/includes/cf/radarr-audio.md b/includes/cf/radarr-audio.md index dd94895d6..1adbbf933 100644 --- a/includes/cf/radarr-audio.md +++ b/includes/cf/radarr-audio.md @@ -1,4 +1,7 @@ ??? summary "Audio - [CLICK TO EXPAND]" + + ![!HDR Formats Flowchart](/Radarr/images/audio-flowchart.png) + | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- | | [{{ radarr['cf']['truehd-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd-atmos) | {{ radarr['cf']['truehd-atmos']['trash_score'] }} | {{ radarr['cf']['truehd-atmos']['trash_id'] }} | diff --git a/includes/cf/radarr-cf-hd-bluray-web-scoring.md b/includes/cf/radarr-cf-hd-bluray-web-scoring.md index fdfc6b247..442631fe6 100644 --- a/includes/cf/radarr-cf-hd-bluray-web-scoring.md +++ b/includes/cf/radarr-cf-hd-bluray-web-scoring.md @@ -1,10 +1,10 @@ ??? summary "HQ Release Groups - [CLICK TO EXPAND]" - | Custom Format | Score | Trash ID | - | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | ----------------------------------------------- | - | [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | {{ radarr['cf']['hd-bluray-tier-01']['trash_score'] }} | {{ radarr['cf']['remux-tier-01']['trash_id'] }} | - | [{{ radarr['cf']['hd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02) | {{ radarr['cf']['hd-bluray-tier-02']['trash_score'] }} | {{ radarr['cf']['remux-tier-02']['trash_id'] }} | - | [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | {{ radarr['cf']['web-tier-01']['trash_score'] }} | {{ radarr['cf']['web-tier-01']['trash_id'] }} | - | [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | {{ radarr['cf']['web-tier-02']['trash_score'] }} | {{ radarr['cf']['web-tier-02']['trash_id'] }} | - | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} | + | Custom Format | Score | Trash ID | + | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | --------------------------------------------------- | + | [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | {{ radarr['cf']['hd-bluray-tier-01']['trash_score'] }} | {{ radarr['cf']['hd-bluray-tier-01']['trash_id'] }} | + | [{{ radarr['cf']['hd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02) | {{ radarr['cf']['hd-bluray-tier-02']['trash_score'] }} | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} | + | [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | {{ radarr['cf']['web-tier-01']['trash_score'] }} | {{ radarr['cf']['web-tier-01']['trash_id'] }} | + | [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | {{ radarr['cf']['web-tier-02']['trash_score'] }} | {{ radarr['cf']['web-tier-02']['trash_id'] }} | + | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} | !!! Danger "- Don’t use HQ-xxx and Tiers together
- HD Bluray Tier 01-02 replaces HQ
- Web Tier 01-03 replaces HQ-WEBDL" diff --git a/includes/cf/radarr-hdr-formats.md b/includes/cf/radarr-hdr-formats.md index fd5c46663..f86efe124 100644 --- a/includes/cf/radarr-hdr-formats.md +++ b/includes/cf/radarr-hdr-formats.md @@ -1,4 +1,7 @@ ??? summary "HDR Formats - [CLICK TO EXPAND]" + + ![!HDR Formats Flowchart](/Radarr/images/hdr-formats-flowchart.png) + | Custom Format | Score | Trash ID | | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- | | [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_score'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} | diff --git a/includes/cf/sonarr-audio.md b/includes/cf/sonarr-audio.md index 14d8c239e..a1de58a7f 100644 --- a/includes/cf/sonarr-audio.md +++ b/includes/cf/sonarr-audio.md @@ -1,4 +1,7 @@ ??? summary "Audio - [CLICK TO EXPAND]" + + ![!HDR Formats Flowchart](/Radarr/images/audio-flowchart.png) + | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------- | | [{{ sonarr['cf']['truehd-atmos']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#truehd-atmos) | {{ sonarr['cf']['truehd-atmos']['trash_score'] }} | {{ sonarr['cf']['truehd-atmos']['trash_id'] }} | diff --git a/includes/cf/sonarr-hdr-formats.md b/includes/cf/sonarr-hdr-formats.md index 466ff3f7f..34ee9ccc3 100644 --- a/includes/cf/sonarr-hdr-formats.md +++ b/includes/cf/sonarr-hdr-formats.md @@ -1,4 +1,7 @@ ??? summary "HDR Formats - [CLICK TO EXPAND]" + + ![!HDR Formats Flowchart](/Radarr/images/hdr-formats-flowchart.png) + | Custom Format | Score | Trash ID | | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- | | [{{ sonarr['cf']['dv-hdr10']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hdr10) | {{ sonarr['cf']['dv-hdr10']['trash_score'] }} | {{ sonarr['cf']['dv-hdr10']['trash_id'] }} | diff --git a/includes/sqp/2-why.md b/includes/sqp/2-why.md index 6d85632d2..537f61ab0 100644 --- a/includes/sqp/2-why.md +++ b/includes/sqp/2-why.md @@ -4,7 +4,7 @@ - You got a decent audio setup. (that supports all HD audio formats) - You got a setup that completely supports DoVi from start to end. - - You do want the highest quality as possible to watch but want to save space for archiving without loosing video and audio quality. + - You do want the highest quality as possible to watch but want to save space for archiving without losing video and audio quality. - HDR/DoVi (Depending what's offered and often both) - HD Audio (Atmos, TrueHD etc...) - You don't want to wait for the HQ Encodes to be released, to watch it. diff --git a/includes/sqp/5-why.md b/includes/sqp/5-why.md index 76c61c3a1..93be30afa 100644 --- a/includes/sqp/5-why.md +++ b/includes/sqp/5-why.md @@ -4,6 +4,6 @@ - You got a decent audio setup. (that supports all HD audio formats) - You got a setup that completely supports DoVi from start to end. - - You do want the highest quality as possible to watch but want to save space for archiving without loosing video and audio quality. + - You do want the highest quality as possible to watch but want to save space for archiving without losing video and audio quality. - HDR/DoVi (Depending what's offered and often both) - HD Audio (Atmos, TrueHD etc...)