-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Secondary subtitle not working on my Samsung TV #300
Comments
Tizen app uses One option is to use a custom element for subtitles, as on webOS. It may also be configurable: jellyfin/jellyfin-web#5737 |
Is this something I can enable? How do I configure it? |
At the moment, only edit mentioned code as: if (browser.tizenVersion >= 5 || browser.web0s) {
return true;
} and rebuild the app. |
I just did that and rebuilt the app, but it doesn't seem to be working unfortunately. I checked and my TV is running Tizen 6. Not sure if that makes any difference. I also added a line above |
Nevermind I spoke too soon. I apparently edited the wrong line in the code. I edited the line you suggested and it works now:
Thank you so much!! |
Hello,
I installed the official Jellyfin app using the docker method (https://github.com/Georift/install-jellyfin-tizen)
And I am able to stream movies perfectly. However, I noticed that the secondary subtitle function doesn't work. The option to select a secondary sub is there, but only one language ever appears.
When I select a second language, it just overwrites the main language.
Can anyone help?
The text was updated successfully, but these errors were encountered: