You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2019. It is now read-only.
MellowPlayer treats the MPRIS2 Pause command the same as PlayPause. In MPRIS2, Pause should only pause if playing, but not play if already paused - PlayPause is for that purpose.
Thank you for reporting the issue! The implementation of Pause (and Play) is fixed in the develop branch (you can check it out by running the AppImage of the next Continuous build)
Description:
MellowPlayer treats the MPRIS2 Pause command the same as PlayPause. In MPRIS2, Pause should only pause if playing, but not play if already paused - PlayPause is for that purpose.
Specification reference: https://specifications.freedesktop.org/mpris-spec/latest/Player_Interface.html
Specifically:
and:
Steps To Reproduce:
Running this command when the player is paused will start playback. This should not happen for "Pause".
Additional Information:
The text was updated successfully, but these errors were encountered: