feat(guide): Add AppleTV audio info and updated flowcharts (#1847)

Co-authored-by: zakary <zak@ary.dev>
pull/1856/head
TRaSH 2 months ago committed by GitHub
parent 3e32f257c4
commit fae332dcad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 KiB

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 129 KiB

@ -1,9 +1,26 @@
!!! info "Add the audio custom formats only if"
??? info "I've a AppleTV - [Click to show/hide]"
- You have an 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 using only your TV speakers), it's recommended not to add any audio custom formats; else, you will limit yourself too much in 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 choosing 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).
![!Audio Formats Flowchart](/Radarr/images/plex-audio-atv.png)
??? question "Which audio formats do I choose?"
- Passthrough: The preferred method if you have an audio setup (AVR/Soundbar). This mode will send the audio signals without any alteration or processing.
- Direct Play: The client supports the container, video stream, and audio stream natively. The Plex server simply sends the media file as-is to the client. This uses very little CPU power.
- Transcode: The client does not support the video stream and/or the audio stream. The Plex server re-encodes the video, audio, or both into a compatible format. Transcoding video uses a lot of CPU power, but transcoding audio uses little to moderate CPU power.
- Decodes: Decompresses the audio before sending it to your AVR/Soundbar.
![!Audio Flowchart](/Radarr/images/flowchart-audio.png)
*partial used source: [Infuse FAQ](https://support.firecore.com/hc/en-us/articles/217735707-Audio-Options-tvOS#h_01HE1Z5XNJZK5YTF1SVTPS0MTR){:target="_blank" rel="noopener noreferrer"}*
??? info "Am I losing any quality by using LPCM? - [Click to show/hide]"
- No. Since LPCM is a lossless format, using it will result in no loss of quality. What your ears hear will be exactly the same. The only difference is your receiver will recognize the audio stream as PCM instead of Dolby/DTS.
- LPCM will discard object and spatial metadata. (TrueHD Atmos, DTS-X)
*source: [Infuse FAQ](https://support.firecore.com/hc/en-us/articles/217735707-Audio-Options-tvOS#h_01HE1Z5XNJZK5YTF1SVTPS0MTR){:target="_blank" rel="noopener noreferrer"}*
??? info "Should I block certain audio formats because something in my setup doesn't support it? - [Click to show/hide]"
If you have chosen a profile that includes Audio Formats, it's somewhat pointless to lower the scores or block certain audio formats since 95% of the Remuxes and UHD Encodes provide HD audio formats such as TrueHD Atmos, TrueHD, and DTS-X.
So you have 2 options.
1. Choose another quality profile that doesn't include audio formats such as `HD Bluray + WEB` or `2160p WEB-DL`.
1. Accept the limitations of your audio setup (AVR/Soundbar) and/or your hardware media player device.

@ -0,0 +1 @@
!!! bug "AppleTV doesn't passthrough HD-audio, If you use infuse it's still limited!<br>please check `I've a AppleTV`"

@ -1,7 +1,19 @@
??? abstract "Audio - [Click to show/hide]"
**Why would I choose All HDR formats?**
- You have a hardware media player device and an audio setup that supports **ALL** HD Audio (TrueHD, DTS-X, DTS-HD, etc).
{! include-markdown "../../includes/cf/audio-limitations-atv.md" !}
- You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes.
- You should add **ALL** the Audio formats - don't leave any of them out!
- Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile.
{! include-markdown "../../includes/cf/audio-info.md" !}
{! include-markdown "../../includes/cf/which-audio-formats-should-i-choose.md" !}
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------: | ------------------------------------------------- |
| [{{ radarr['cf']['truehd-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd-atmos) | {{ radarr['cf']['truehd-atmos']['trash_scores']['default'] }} | {{ radarr['cf']['truehd-atmos']['trash_id'] }} |

@ -0,0 +1,3 @@
??? question "Which Audio Format should I choose? - [Click to show/hide]"
![!Audio Formats Flowchart](/Radarr/images/flowchart-audio.png)
Loading…
Cancel
Save