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

Video playback is stopped at the end of the video when opened from Jellyfin #177

Open
BinaryWarlock opened this issue Dec 17, 2024 · 2 comments

Comments

@BinaryWarlock
Copy link

  • Play video in Jellyfin, open with mpvKt 0.1.6
  • Video opens stopped at the end of the video (e.g. 32:00 of a 32:00 minute video)

Have to seek to the beginning for some reason to actually play it. Regular mpv-android opens from the beginning and plays normally.

@abdallahmehiz
Copy link
Owner

mpvKt is probably saving the playback states of other videos from jellyfin and reusing it in new videos.
Try disabling the save playback state in the player settings.

@BinaryWarlock
Copy link
Author

You're right, it uses the position of the file last played, and turning off "Save playback on quit" fixes it, although not ideal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants