Summary: | Can't repeat play by hand | ||
---|---|---|---|
Product: | [Applications] Haruna | Reporter: | Luigi Baldoni <aloisio> |
Component: | generic | Assignee: | george fb <georgefb899> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gabriel |
Priority: | NOR | ||
Version First Reported In: | 0.7.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/haruna/commit/8190c049271336880d8264ee4850bdc5c15b1739 | Version Fixed In: | |
Sentry Crash Report: |
Description
Luigi Baldoni
2021-10-08 09:01:23 UTC
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 |