-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
ASS Subtitles not working #79
Comments
Like for the subtitle desync, I fear this is a web issue again. If I understand it correctly, the subtitles do occasionally show (or if using the workaround), but most times don't? |
It seems you're right, i just switched to ExoPlayer and i have not been able to reproduce this issue, so it's likely webplayer-only problem.
Exactly. |
I couldn't get ASS subtitles to show no matter which subtitle option I selected for a movie: toggling to However, after numerous attempts, starts and stops etc, the subtitles started working immediately after switching to the Web player and playing it (albeit soon became unusable due to the de-sync bug). After that, I switched back to the Native player and subtitles were still working (and no de-syncing despite a lot of seeking). That was only temporary: If I stopped the Native player playback (returned to menu / home screen) and navigated to hit play on the video again, the subtitles were now gone and no matter the options I selected, they wouldn't come back. ( I'm not sure how Jellyfin works, but my guess is the Web player is extracting the subtitles fine, and they remain on-disk after switching to the Native player. But once I stop the Native player, Jellyfin discards the transcoded files, and on pressing play again, the Native player won't extract the subs. Technically, the players aren't the ones doing the extracting I guess, but you get my point, I hope. Curiously, this seems limited to only when transcoding: playing a different video (a series) via the Native player ( Media Info (for the transcoded video/movie): Container:
Media Info (for the DirectStream video/series): Container:
After some more testing, it seems that this bug is related to the subtitle selection option on the summary screen, the one shown before pressing play on a video (the page with the date, runtime, ratings, etc). Once I changed the embedded subtitle's Default status to Current conclusion seems to be subtitle selection is somehow bugged. If a subtitle track isn't turned on before playing a video (because it wasn't manually selected, or wasn't automatically set due to not being the default), subtitles cannot be displayed for the video. Something else curious: the subtitles shown for the transcoded movie, seem styled (and not according to the app's subtitle settings as far as I could tell). The DirectStream series however should have some fancy styled subs, but they are all displayed with a black background. It's hard to pin down exactly what's happening, or what's the cause, but hopefully that wasn't too confusing and may help provide some clues. Thanks. |
Note that ExoPlayer doesn't really support ASS or SSA subtitles, I'd recommend enabling transcoding for those. |
That may be why it's a bit buggy then. Are there any plans for it to support SubStation Alpha subs? I assume you mean to turn off I could convert the ASS subs to SRT, but that could turn out a mess depending how styled the sub is. I don't know if Jellyfin will already automatically choose an SRT over an ASS/SSA sub when using the Native player, but that may be a good idea (if SRT is supported). |
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media. |
Describe the bug
Playing video with embedded ASS subtitles doesn't display any subtitle.
To Reproduce
Expected behavior
Subtitle visible when playing video
Logs
No error is displayed whatsoever
Screenshots
Sample video media info
System (please complete the following information):
Additional context
Only workaround is manually set subtitles to "Off" and the select the subs track again. This sometimes triggers #46
The text was updated successfully, but these errors were encountered: