mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[PR #1596] Add MPRIS support #1448
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#1448
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/librespot-org/librespot/pull/1596
Author: @paulfariello
Created: 9/23/2025
Status: 🔄 Open
Base:
dev← Head:mpris📝 Commits (10+)
8fe221eAllow cloning SPIRCd7951f1add release date to AudioItemae47002add Spirc.seek_offset command8b78253add initial MPRIS support using zbus89f26cdfeat(mpris): serve identity based on configured namee49c287feat(mpris): Add set_volume handlerc54b260feat(mpris): Retry with pid specific name on NameTaken error019fa4cfeat(player): Send current state of player for all new player listeners4a26063feat(mpris): Notify when volume changedfc17df4fix(mpris): Remove done todo📊 Changes
9 files changed (+1658 additions, -35 deletions)
View changed files
📝
CHANGELOG.md(+4 -0)📝
Cargo.lock(+24 -21)📝
Cargo.toml(+8 -1)📝
connect/src/spirc.rs(+29 -0)📝
metadata/src/audio/item.rs(+4 -0)📝
playback/src/player.rs(+60 -6)📝
src/main.rs(+24 -1)➕
src/mpris_event_handler.rs(+1489 -0)📝
src/player_event_handler.rs(+16 -6)📄 Description
Taking back on @wisp3rwind work for adding MPRIS support #1341.
Not sure about:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.