mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #248] spotify_player get key playback command is slow #1064
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#1064
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 @sewnie on GitHub (Sep 7, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/248
Describe the bug
Using the
get key playbackto retrieve Playback data, it is slow as it makes a new network request to retrieve the data instead of spotify-player grabbing from it's state directly.This is an issue for me since i want to retrieve data from spotify-player in my statusbar, and it will slow it down significantly.
A workaround for this would be to use MPRIS and retrieval of D-Bus data, which already by itself is much quicker.
To Reproduce
(feels like an entire second, or two)
Expected behavior
spotify-player fetches the playback data from it's own state, being near instant.