SUMMARY Can't replay a file once it has ended STEPS TO REPRODUCE 1. Open a media file 2. Play it until the end 3. Click on Play/Pause or drag the position slider back OBSERVED RESULT No effect EXPECTED RESULT The file to be playable anew. SOFTWARE/OS VERSIONS Linux/KDE Plasma: openSUSE Leap 15.3 KDE Plasma Version: 5.18.6 KDE Frameworks Version: 5.76.0 Qt Version: 5.12.7 ADDITIONAL INFORMATION Ideally there should be an extra "Stop" button as in other players.
Can confirm the issue after disabling "Auto load videos…" and "Repeat".
Git commit 6f2a0d8d68fbbb4887b56431355112a04ff50f89 by George Florea Bănuș. Committed on 28/10/2021 at 16:44. Pushed by georgefb into branch 'master'. fix: keep file loaded after reaching end of file M +1 -0 src/mpvobject.cpp https://invent.kde.org/multimedia/haruna/commit/6f2a0d8d68fbbb4887b56431355112a04ff50f89
No change. Do I need to do more than deleting ~/.cache after install?
It works when you change the position (progress bar or seek action), but there are other issues too so I'm reopening.
If I play a file to the end, the play button doesn't do a thing after that.
Git commit 8190c049271336880d8264ee4850bdc5c15b1739 by George Florea Bănuș. Committed on 31/10/2021 at 07:24. Pushed by georgefb into branch 'master'. feat(mpv): keep file loaded after eof is reached When playlist repeat is turned off and last file in the playlist reaches end of file, reload the file and pause the player M +15 -0 src/qml/MpvVideo.qml M +3 -0 src/qml/main.qml https://invent.kde.org/multimedia/haruna/commit/8190c049271336880d8264ee4850bdc5c15b1739