From 6ceb74181e0206589f5ff70b0bf0a3f406bc7e1d Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 29 Jan 2023 20:51:06 +0100 Subject: [PATCH] [Guide] Added extra info to decide if you need to add audio CF. - [Guide - How to setup Quality Profiles] Added extra info to decide if you need to add the audio CF. --- includes/cf/audio-info.md | 5 +++++ includes/cf/radarr-audio.md | 4 +++- includes/cf/sonarr-audio.md | 4 +++- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 includes/cf/audio-info.md diff --git a/includes/cf/audio-info.md b/includes/cf/audio-info.md new file mode 100644 index 000000000..b040eb020 --- /dev/null +++ b/includes/cf/audio-info.md @@ -0,0 +1,5 @@ +!!! info "Add the audio custom formats only if" + + - You have a audio setup that supports **ALL** HD Audio (TrueHD, DTS-X, DTS-HD, etc). *if you have a setup that only supports a few Audio formats or doesn't support certain audio formats (or you're using only your TV speakers) it's recommended not to add any audio custom formats, else you will limit your self to much what you're able to grab. Audio transcoding has a low impact on your server, if your server can't handle audio transcoding you might consider to choose another quality profile*. + - You have a media player (hardware devices) that can passthrough HD audio. + - You don't have a AppleTV (Being it can't passthrough untouched audio). diff --git a/includes/cf/radarr-audio.md b/includes/cf/radarr-audio.md index 95c74a681..ec2d6dd60 100644 --- a/includes/cf/radarr-audio.md +++ b/includes/cf/radarr-audio.md @@ -1,6 +1,8 @@ ??? abstract "Audio - [CLICK TO EXPAND]" - ![!HDR Formats Flowchart](/Radarr/images/flowchart-audio.png) + {! include-markdown "../../includes/cf/audio-info.md" !} + + ![!Audio Flowchart](/Radarr/images/flowchart-audio.png) | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- | diff --git a/includes/cf/sonarr-audio.md b/includes/cf/sonarr-audio.md index 2427bebb9..25b4ed06f 100644 --- a/includes/cf/sonarr-audio.md +++ b/includes/cf/sonarr-audio.md @@ -1,6 +1,8 @@ ??? abstract "Audio - [CLICK TO EXPAND]" - ![!HDR Formats Flowchart](/Radarr/images/flowchart-audio.png) + {! include-markdown "../../includes/cf/audio-info.md" !} + + ![!Audio Flowchart](/Radarr/images/flowchart-audio.png) | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------- |