| Summary: | Pressing the Next Frame key, while paused, to try to view the last frame of a video instead skips ahead to playing the next video | ||
|---|---|---|---|
| Product: | [Applications] Haruna | Reporter: | Fernando M. Muniz <fernandommuniz> |
| Component: | generic | Assignee: | george fb <georgefb899> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | john.kizer |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 1.2.1 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| URL: | https://github.com/mpv-player/mpv/issues/16942 | ||
| Latest Commit: | https://invent.kde.org/multimedia/haruna/-/commit/36d5b2798077da7a9d5752473ec43e6286e91629 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Fernando M. Muniz
2024-12-23 19:44:39 UTC
Hi - can you please specify: * The steps you used to reproduce this issue? * The version of Haruna on which you observed this? I'm able to see the last frame of a video as you are by dragging the bar to the end while paused, so I'm unclear what steps are being followed to trigger the video restarting. Thanks, (In reply to John Kizer from comment #1) > Hi - can you please specify: > > * The steps you used to reproduce this issue? > * The version of Haruna on which you observed this? > > I'm able to see the last frame of a video as you are by dragging the bar to > the end while paused, so I'm unclear what steps are being followed to > trigger the video restarting. > > Thanks, It repeats the video if you get to the last frame by pressing the "Next Frame" key, in my case it's the ">." key. Thanks, I can reproduce on Fedora KDE 41, same Haruna version. Git commit 36d5b2798077da7a9d5752473ec43e6286e91629 by George Florea Bănuș. Committed on 16/08/2025 at 01:11. Pushed by georgefb into branch 'master'. mpvitem: enable KeepOpen when playback is paused prevents loading the next file while using frame step to go to the last frame when holding the frame step action key the playback state is considered to be playing, resulting in the next file being loaded M +7 -3 src/mpv/mpvitem.cpp https://invent.kde.org/multimedia/haruna/-/commit/36d5b2798077da7a9d5752473ec43e6286e91629 This issue is reproducible in 1.4.0 now. Videos don't loop if I press >. when I'm already on the last frame, but it does loop if, for example, I go backwards frame, then go back to the last frame, it will loop. That's an mpv quirk, I don't know how to work around it nor do I want to spend more time on it. (In reply to george fb from comment #7) > That's an mpv quirk, I don't know how to work around it nor do I want to > spend more time on it. Apparently there is a way: https://github.com/mpv-player/mpv/issues/16942#issuecomment-3558306108 Nevermind, they missunderstood the issue. |