mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-25 21:05:47 +03:00
[PR #197] [MERGED] Mpris integration #244
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#244
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?
📋 Pull Request Information
Original PR: https://github.com/devgianlu/go-librespot/pull/197
Author: @tooxo
Created: 8/21/2025
Status: ✅ Merged
Merged: 9/13/2025
Merged by: @devgianlu
Base:
master← Head:mpris📝 Commits (10+)
2a967a3feat: add initial poc for mpris integration8ec0a36chore: add mpris enabled to config schema37769f0fix: stop command, sigsegv in state updates960e86cchore: do not allow nil in mpris channelsb31a13arefactor: mpris metadata use correct uris4b76dd4refactor: improve error handling for mpris9189ac7fix: set mpris stopped in the right placea1b5ce5chore: align usage of media control methodse6ffa23chore: refactor enum46b6760chore: add pointer helper method📊 Changes
10 files changed (+798 additions, -24 deletions)
View changed files
📝
cmd/daemon/controls.go(+64 -0)📝
cmd/daemon/main.go(+17 -4)📝
cmd/daemon/player.go(+86 -19)📝
config_schema.json(+5 -0)📝
go.mod(+2 -1)📝
go.sum(+2 -0)➕
mpris/fallback-server.go(+14 -0)➕
mpris/interfaces.go(+230 -0)➕
mpris/model.go(+107 -0)➕
mpris/server.go(+271 -0)📄 Description
Todo:
locks up on receiving mpris commands with no open sessionadd logger to mpris package🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.