mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 13:25:49 +03:00
[GH-ISSUE #195] Feature Request: MPRIS Support #127
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tooxo on GitHub (Aug 17, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/195
Many other music players support the MPRIS interface on linux, so I think go-librespot should also. With the api_server and events already implemented inside the application, most of the work is already done.
@tooxo commented on GitHub (Sep 9, 2025):
Possible future work to support windows SMTC: https://learn.microsoft.com/en-us/windows/uwp/audio-video-camera/integrate-with-systemmediatransportcontrols
MacOS does not seem to have something comparable, only undocumented, internal apis, which unfortunately feels out of scope for this project.