-
Notifications
You must be signed in to change notification settings - Fork 452
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
Can't find spotifyd in playerctl #276
Comments
Nop. See here for a temporal fix: #271 (comment) The dependency got updated and probably broke something down the line |
v0.2.18 fixes a lot of MPRIS related issues, alongside your described one. |
Weird, I compiled the newest git commit and tried the release binary, both didn't work for me |
I also have the same Issue. For me spotifyd doesn't register any service in dbus. |
Same here, tried grabbing the latest release and building using cargo (using the |
See #434 for further details. This is not only the case for spotifyd so I'll move discussions over to that issue. |
Hi, I can't seem to find spotifyd in playerctl, at the moment I can only control it with Spotify connect.
I used the precompiled binary and "playerctl status" returned "No players found"
I then tried to build it with:
cargo build --release --features="dbus_mpris" and ran the compiled binary but it didn't work either.
Did I do anything wrong?
The text was updated successfully, but these errors were encountered: