2023-10-26, 05:36 PM
Hello,
I've been trying to find a solution to offer all media in stereo audio, as every one of my users watch on our computers with headphones. I saw there was a commit https://github.com/jellyfin/jellyfin/pull/9001 which appears to address this issue, but I can't find any related settings in the UI for the life of me. It appears to be a clean solution to my issue. I can't even find what release it was merged into, but I see it WAS merged into master in January of this year. I can see it appears to be nestled between "Audio boost when downmixing" and "Max mux queue size" in Administration/Server/Playback settings but it's just not there for me. I've checked on the Web UI and the desktop client. I'm on Jellyfin 10.8.11, hosted on an unRaid system using the linuxserver.io container.
To be specific, what would be ideal is a solution that does one of these things:
I've been trying to find a solution to offer all media in stereo audio, as every one of my users watch on our computers with headphones. I saw there was a commit https://github.com/jellyfin/jellyfin/pull/9001 which appears to address this issue, but I can't find any related settings in the UI for the life of me. It appears to be a clean solution to my issue. I can't even find what release it was merged into, but I see it WAS merged into master in January of this year. I can see it appears to be nestled between "Audio boost when downmixing" and "Max mux queue size" in Administration/Server/Playback settings but it's just not there for me. I've checked on the Web UI and the desktop client. I'm on Jellyfin 10.8.11, hosted on an unRaid system using the linuxserver.io container.
To be specific, what would be ideal is a solution that does one of these things:
- Automatically transcodes files with audio channels higher than stereo to stereo as it streams
- Program that monitors the library and places a stereo audio track externally so that users may select stereo (Or maybe Jellyfin is smart enough to auto swap based on user settings?)