| Summary: | Repeat current track 'breaks' next button | ||
|---|---|---|---|
| Product: | [Applications] Elisa | Reporter: | Quinten Kock <quinten> |
| Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 23.08.1 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/multimedia/elisa/-/commit/633144fbe8d2cc2a275ce6dffd8865a898b7b78a | Version Fixed/Implemented In: | 24.02 |
| Sentry Crash Report: | |||
|
Description
Quinten Kock
2023-10-17 14:43:47 UTC
I think I've used other music players that did this too, but yeah, probably not the right UX. :) A possibly relevant merge request was started @ https://invent.kde.org/multimedia/elisa/-/merge_requests/504 A possibly relevant merge request was started @ https://invent.kde.org/multimedia/elisa/-/merge_requests/504 Git commit 633144fbe8d2cc2a275ce6dffd8865a898b7b78a by Jack Hill, on behalf of Quinten Kock. Committed on 03/11/2023 at 17:40. Pushed by jackh into branch 'master'. Make next button override Repeat::One This adds a forceNext parameter to skipNextTrack so that it can go to the next track in spite of Repeat::One when the user explicitly clicked the next button. M +8 -0 src/elisautils.h M +2 -2 src/manageaudioplayer.cpp M +3 -2 src/manageaudioplayer.h M +9 -9 src/mediaplaylistproxymodel.cpp M +1 -1 src/mediaplaylistproxymodel.h M +1 -1 src/mpris2/mediaplayer2player.cpp M +15 -2 src/plugins.qmltypes M +1 -1 src/qml/shared/BasePlayerControl.qml M +1 -1 src/windows/PlatformIntegration.qml https://invent.kde.org/multimedia/elisa/-/commit/633144fbe8d2cc2a275ce6dffd8865a898b7b78a |