-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Is there a way to use subtitles extracted via the Extract Subtitles plugin? #887
Comments
I suspect this has very little to do with subtitle extract and more it being webvtt, which is kinda a niche format and I don't have any in my library to test with. Without trying to track some down to test myself, my guess is that that device profile needs updating to indicate that we can support them. If you'd like to try changing that yourself, this is the location you'd need to update: jellyfin-kodi/jellyfin_kodi/helper/playutils.py Lines 444 to 461 in 9fe904f
|
Thank you, I'll play around with it when I get some extra time. |
You can convert vtt to srt with ffmpeg; YouTube (since 2013 according to Wikipedia) and other HTML5 video players use WebVTT for subs, so an easy source for test files is yt-dlp. |
Describe the bug
Sorry, not exactly a bug.
I understand that Kodi v21.0 cannot use embedded WebVTT subtitles, but can use external WebVTT subtitles. I ran the Extract Subtitles plugin, thinking this would make the embedded subtitles now external, so Kodi would be able to use them, but I still could not play WebVTT subtitles on Kodi.
To Reproduce
Expected behavior
Extracted subtitles work on Jellyfin for Kodi
Logs
n/a
Screenshots
n/a
System (please complete the following information):
The text was updated successfully, but these errors were encountered: