Gwenview is adding MPRIS support in D10972. I tested it and noticed that it was quite buggy. Turns out,
Gwenviews implementation is (almost) fine, the problem was on our side. Unlike pure music players like
Spotify Gwenview changes canPlay, canPause, canGoNext and canGoPrevious when needed, but those updates
didn't reach our UI. The packages containing those updates were not parsed because they didn't contain
several fields.
Details
Details
- Reviewers
mtijink - Group Reviewers
KDE Connect - Commits
- R225:959c7c722033: Correctly handle changing canPlay, canPause, canGoNext and canGoPrevious
Controlling Spotify and Gwenview (patched to support playPause) works fine now.
Diff Detail
Diff Detail
- Repository
- R225 KDE Connect - Android application
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.