Skip to content
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

Add subtitle profiles to external player profile #638

Merged
merged 2 commits into from
Apr 6, 2022

Conversation

mingyech
Copy link
Contributor

@mingyech mingyech commented Apr 6, 2022

#566 marked all video as direct-playable in the external player profile stub, but the web client still thinks that the player is transcoding when there are subtitles since the player profile lacked the supported subtitle formats. Add the supported formats in the player profile.

Fixes #565.

Create a function in ExternalPlayer.kt that returns the supported subtitle formats as json string, and add it to the player profile in ExternalPlayerPlugin.js.
@nielsvanvelzen nielsvanvelzen requested a review from Maxr1998 April 6, 2022 10:41
Copy link
Member

@Maxr1998 Maxr1998 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! That is indeed the reason for this issue. Can't believe I missed that. Thanks for the contribution!

@Maxr1998 Maxr1998 enabled auto-merge (squash) April 6, 2022 11:24
@Maxr1998 Maxr1998 added the bug Something isn't working label Apr 6, 2022
@Maxr1998 Maxr1998 merged commit 525e5b3 into jellyfin:master Apr 6, 2022
@mingyech mingyech deleted the stoptime-fix branch April 6, 2022 16:11
@nielsvanvelzen nielsvanvelzen added this to the v2.5.0 milestone Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

External player sends wrong stopped timestamps
3 participants