Issue with Language Switching on Jellyfin (Server Version 10.10.3) on Samsung TV - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Issue with Language Switching on Jellyfin (Server Version 10.10.3) on Samsung TV (/t-issue-with-language-switching-on-jellyfin-server-version-10-10-3-on-samsung-tv) |
Issue with Language Switching on Jellyfin (Server Version 10.10.3) on Samsung TV - HeteropodaMaxima - 2025-01-16 Hi everyone, I’m still new to Jellyfin, and getting everything set up on SamsungTV has been a bit of a challenge for me. It actually took me two tries to get Jellyfin installed and working with Tizen on my Samsung TV, it was quite difficult for me. I’ve tried everything I can think of, including looking at similar forum posts online, but nothing has helped me solve this issue. Setup:
When watching movies with multiple audio tracks (e.g., English, German and Japanese) on my Samsung TV, I can usually only select the first audio track. Switching the language is either impossible or only works sometimes. Often only if I enable subtitles, which I’d prefer to avoid. I can change the language in the menu before the movie starts or while the movie is playing, but nothing happens, it still plays in the first language the movie happens to be in. On other devices, such as my PC (via browser) or Android app, language switching works without any problems. However, when I cast from my phone to the Samsung TV, the same issue occurs: I can only use the first audio track. What I’ve Tried So Far:
RE: Issue with Language Switching on Jellyfin (Server Version 10.10.3) on Samsung TV - TheDreadPirate - 2025-01-16 Can you share your jellyfin logs via privatebin.net? RE: Issue with Language Switching on Jellyfin (Server Version 10.10.3) on Samsung TV - HeteropodaMaxima - 2025-01-17 I hope this is what you need: https://privatebin.net/?4bbe6dd345975607#F6H4eqfD3Kd8KDRz98erTnGyxXbxfN8whhhypi4sos6p Had to extract the logs with PowerShell, because I had no idea how to do that it took a while I played around a bit with the movie languages and subtitles before I copied the log. With Django Unchained I couldn't change the language from English to German until I added subtitles, but it took ages to load and stopped playing after a few seconds on my SamsungTV RE: Issue with Language Switching on Jellyfin (Server Version 10.10.3) on Samsung TV - TheDreadPirate - 2025-01-17 How recently did you install our Tizen app on your TV? And do you know which version of jellyfin-web you used to build it? This appears to have been an issue months ago that has since been resolved. https://github.com/jellyfin/jellyfin-tizen/issues/293 RE: Issue with Language Switching on Jellyfin (Server Version 10.10.3) on Samsung TV - HeteropodaMaxima - 2025-01-17 It should have been installed between Christmas and New Year. So it should have been less than a month ago. Used this https://github.com/jellyfin/jellyfin-tizen with the recommended 10.10.3 release RE: Issue with Language Switching on Jellyfin (Server Version 10.10.3) on Samsung TV - TheDreadPirate - 2025-01-17 Can you rebuild and reinstall the Tizen app? I'm looking at when the patch that fixed this issue was merged and it may have been merged to the 10.10.z branch after you installed it. So your TV may not have the fix. RE: Issue with Language Switching on Jellyfin (Server Version 10.10.3) on Samsung TV - HeteropodaMaxima - 2025-01-17 I was hoping I wouldn't have to do this again, but I'll give it a try, though I'm not sure when I'll get around to it. The installation process via command lines is quite challenging for me since I have no background in coding or related skills. Last time, I installed the Jellyfin/Jellyfin-Tizen app from GitHub by following a YouTube tutorial and seeking help from ChatGPT whenever I encountered error messages. The entire process took me a few hours, but I was really happy when it finally worked. Thank you for your time, and I'll provide an update here once I've managed to reinstall it. RE: Issue with Language Switching on Jellyfin (Server Version 10.10.3) on Samsung TV - HeteropodaMaxima - 2025-01-17 Can i use this Jellyfin Web repository for a new rebuild and reinstall https://github.com/jellyfin/jellyfin-web Or would you recommend another one? RE: Issue with Language Switching on Jellyfin (Server Version 10.10.3) on Samsung TV - TheDreadPirate - 2025-01-17 I don't have a Samsung TV, but the Tizen instructions say you need clone both jellyfin-web and jellyfin-tizen. And you are specifying the release-10.10.z branch for jellyfin-web. Just make sure you "git pull" for both jellyfin-web and jellyfin-tizen before rebuilding to ensure you get the latest patches. |