-
Notifications
You must be signed in to change notification settings - Fork 3k
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 proper way to restart playback at the end of a video? #3001
Comments
You could just |
Adding |
I want to set But both Is there a different unpause we should use these days? |
I believe this commit fixes the behavior you describe: fcf0b80 |
You're correct, I updated to the current build on macOS using |
I'm using the latest build and getting the behavior @mindfulsource described. No matter whether I put |
You can use my script to do that. In input.conf: |
This is a great solution. How the play button can be changed to replay (reload) button (both visually and functionally) after the video is finished. |
When "keep-open" is set to "yes", at end of playback, the video will pause at the last frame and stay there. What If I want to restart playing the same video again?
Currently, I have this keybinding set up that somewhat solves the problem, but the player will still be in a paused state requiring a second key press to start playing:
BS seek 0 absolute-percent ; show_text "Seek to 0% - ${playback-time} / ${duration} (${percent-pos}%)" 2000 0
I tried adding a "; cycle pause" to the end of that binding line, and while it works when the video indeed reached its end, it will pause the video if used while playback is still running.
Is there a better approach to accomplish this?
The text was updated successfully, but these errors were encountered: