-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MPRIS dbus command play_pause only plays, does not pause #1018
Comments
The same problem! However, I noticed that |
playerctl --player spotifyd play |
I have the same issue. Let me know if there is anything I can do to help fix this. |
Actually, this may be already fixed upstream: librespot-org/librespot@392a12a Edit: Probably fixed with #977 |
It's merged to spotifyd 17 minutes ago, so we need to test it. |
Just tested, doesn't seem to work :( |
Indeed, but I don't even see the option |
Nevermind I war missing the feature flags to properly build with mpris support... Sorry for the noise. I just tested with the prebuilt binary instead as I have no idea how to activate the feature flags and the wiki is missing instructions on that. It works fine for me! 🎉 |
I used the prebuilt binary from the latest release on GitHub 🤷♂️ |
I tried using the prebuilt binary and it worked! |
For those on Arch, the version with the fix is available as regular package and it works. This issue can be closed. |
I use fedora copr spotifyd with the newest version spotifyd 0.3.3, and it's working fine. |
The uldated version works well. I am closing the issue |
Description
MPRIS dbus command play_pause only plays, does not pause a playing song.
To Reproduce
Expected behavior
Song stops playing
Compilation flags
Versions (please complete the following information):
Additional context
spotifyd run via systemd
When spotify run without systemd, it does not react to any MPRIS commands
The text was updated successfully, but these errors were encountered: