-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
Hebrew subtitles don't show up correctly on the latest version (0.18.2) on TV. #4296
Comments
What format are your subtitles in, SRT? Can you share a snippet of those subtitles for testing? edit: somewhat related issue report on an earlier version (with previous subtitle implementation) #3257 |
See this comment for a sample srt file, plus screenshots of correct and incorrect text direction. |
Sorry, I wasn't home. |
I was able to confirm the issue but I don't know of a way to fix this yet. The server sends the subtitle stream with correct encoding but once our video player renders it the punctuation ends up the wrong place and I don't really see a way to change that. |
Well, it was changed in one of the recent updates, surely it's possible to downgrade that one aspect of it? Right? I'll stay with 0.17.9 for now. |
This comment has been minimized.
This comment has been minimized.
I was able to have the correct direction of text in Hebrew with this change in the code:
I am not really familiar with the code or with Android development but maybe this can be a clue to the solution |
This comment has been minimized.
This comment has been minimized.
It seems that using
|
Adding the unicode |
Describe the bug
Hey.
On my TV, Jellyfin updates automatically, and I've been told that recent updates (0.18) on TV has been changed a lot in regards to subtitles.
My issue is, with the latest version (0.18.2) on my TV (Sony A90K, Google TV OS) is that Hebrew subtitles show up incorrectly.
The period, or any punctuation, for that matter... show up wrong.
So instead of showing up correctly as:
.אוכל
It shows up as:
אוכל.
FYI, on my PC (windows 10), it shows up just fine (double clicking the Jellyfin icon from the task bar, on Chrome. Not via the "Jellyfin Media Player" thingy). But on my TV, it's wrong.
I've downgraded to version 0.17.9 from the f-droid link, the subtitles show up just fine now.
It seems like something in the latest versions was changed and now it's all messed up.
Do be aware though, that the Hebrew letters themselves do show up just fine. It's only the inverted punctuation.
Logs
No response
Application version
0.18.2
Where did you install the app from?
Google Play
Device information
Sony A90K OLED, XR-42A90K
Android version
Android version 10, Google TV OS version I'm not sure how to check...
Jellyfin server version
10.10.3, doesn't matter probably since (I'm guessing) the version of the Jellyfin TV that is messing up with the subtitles, not the server version.
The text was updated successfully, but these errors were encountered: