mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #712] Mpris playback status spammed #1358
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1358
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 @JohnOberhauser on GitHub (May 6, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/712
Describe the bug
When watching for mpris signals, I can see the playback status getting sent once per second.
Also, I find that mpris signals are about 1-2 seconds delayed. E.g. after switching tracks, I don't see track updates for about 1-2 seconds. In the official app, I see them immediately.
To Reproduce
Run this python script to watch for mpris signals. Then run spotify-player and observer the mpris signals
Expected behaviour
Playback status should not be spammed once per second. The signal should only be sent when playback status has changed.
Environment
@itsvyle commented on GitHub (May 31, 2025):
I'm having the same issue, with very delayed updates; any progress on this?