mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[GH-ISSUE #423] Slow connection leads to large delay between tracks #174
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#174
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 @Wulfsta on GitHub (Apr 29, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/423
I've noticed that (while using a spotifyd backend) there can be large delays between tracks with a slow internet connection. I don't know what the architecture of this code looks like, but is there anywhere that caching of the next track expected to play can be introduced to prevent these delays? I know that spotifyd has a cache directory, so I suspect this is probably a feature to request on their side and use here.
@Rigellute commented on GitHub (Apr 30, 2020):
This sounds like a an issue for
spotifyd.Worth noting that this issue is not seen when using the official spotify client as playback device whilst on a slow connection.