-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
Vlc player resume does not work #1208
Comments
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. |
Unsure how is this closed issue when it does not work. On my TV - Just Player will report back where the viewing was paused and report to server. If using VLC this does not happen. Also, though this is probably separate issue, if "always ask" is set inside Jellyfin video player options, then playback is never remembered, even if we pick internal player. @okan35 I know this is graveyard issue, but when you mentioned fork, did you mean VLC fork or Jellyfin fork? It would be most helpful for this issue to actually get resolved, as VLC is only player that plays all files I throw at it, even .ISO (DVD VIDEO_TS structure) |
Can we reopen this bug? Since libvlc has been removed I have to use the external player. Some videos won‘t run smoothly (I have a Sony xh90 Android TV and the Exoplayer is awful here) and the missing resume feature is annoying. |
Seems like it is implemented since #1719, maybe it has not been moved to the new replay code @nielsvanvelzen? |
Reason is mpv and mx use "position" on activity result while vlc is using "extra_position".
I made this work and have been using this on my fork, will make a pull request soon.
The text was updated successfully, but these errors were encountered: