-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Playback position not always saved when closing window via close button #981
Comments
Would you be able to test with the git version? I think this might have been fixed already. |
Thank you for your response. I installed the celluloid-git package from AUR, version 0.27.r35.g8356432-1, but unfortunately, the issue still persists. |
Dear dev, |
Can you try reproducing the bug again with logging enabled and post the log file here? |
I have a video file called video_for_test.mkv, and i play it for 3-5 seconds, and then close it. Test with click close button:
Test with press q:
Also to mention that this is an occasional issue. I tested by clicking the close button five times, and one time the watch_later recorded the correct position. Test file with additional stderr message: (not sure if it's helpful.) Test with click close button and redirect stderr: Test with press q and redirect stderr: |
Is 3f2aef9 fixed a crash on exit that could prevent the watch_later file from being written, but it doesn't look like there's a crash happening in your log. I'm unable to reproduce the bug with the fix applied. |
Yes, for the |
Can confirm no such issue with the flatpak version. The issue only exists when using the celluloid package from arch extra repo, or using celluloid-git from aur. |
I'm experiencing the same on 0.27 on a freshly installed Ubuntu 24.10, both with the snap and the ppa:xuzhen666/gnome-mpv versions |
Overview Description:
When using an external MPV configuration with save-position-on-quit = yes, the video playback position is consistently saved when quitting with the q key. However, when closing the window by clicking the "close" button, the playback position is not always saved.
Steps to Reproduce:
Actual Results:
Playback position is not always saved when closing the window using the "close" button.
Expected Results:
Playback position should be saved consistently when closing the window, just as it is when quitting with the q key.
Version:
0.27 (installed via Arch's extra repo)
Additional Information:
Running Arch Linux, GNOME.
The text was updated successfully, but these errors were encountered: