-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
#2020 introduced a subtitle selection bug #2049
Comments
I wasn't able to reproduce this, but looking at the code, there was a one line logic error that would probably contribute to what you are seeing. Fixed by #2050 |
I'm happy to test the fix if someone can create the beta zip file for #2050 |
The Zips get created automatically 😄 https://github.com/jellyfin/jellyfin-roku/actions/runs/11864274298 |
I've never been able to figure out how to navigate from a PR to those files. Is there a trick? |
#2050 does seem to fix the problem I was seeing. Should I close this issue now, or wait for the PR to get merged into the main branch? |
It will get closed when the PR is merged 👍 |
Just click on Actions (instead of Issues or Pull Requests)... then make sure you're looking at "All Workflows" (upper left).... then scroll until you find the title of the PR in question that you want to test 👍 |
@dathbe click the green checkmark (or red X) next to the commit you want to test, then click "details" on build-dev (or build-prod if it's listed) OR go to the bottom of any PR and click "show all checks" then click details for build-dev. Once you're on the details screen, click "Summary" in the top left. The summary page will show a zip file at the bottom you can download. |
Fixed by #2050 |
Software Versions
Describe the bug
After the inclusion of #2020 in v2.2.2, a new bug has been introduced. Specifically, if Roku is set to NOT display subtitles globally, and a video with default subtitles is played, the subtitles will not appear (as I think is expected?), but when you go to turn on the subtitles, the default subtitles already show as selected. That requires setting the subtitle to off, exiting the subtitle screen, going back into the subtitle screen, setting the subtitle to on, and then going back out of the subtitle screen before the subtitles can be displayed.
How To Reproduce
Expected behavior
I see four possible solutions:
I'd prefer the 4th option. I really hate the fact that subtitles are mostly global on Roku. I want subtitles on scripted shows and movies, but I do not want them on live tv like sports or news. These are typically separate apps, so an app-by-app setting would be a better way to handle subtitles. But that might be overly complicated.
I'll begrudgingly admit that the 1st option is probably the next best option based on what most people would expect to happen with "default" subtitles...even though I'd prefer the 2nd option.
Logs
n/a
Screenshots
Connection Information
Additional context
n/a. Happy to answer any questions.
The text was updated successfully, but these errors were encountered: