mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #833] No devices available - manually restarting spotifyd #349
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#349
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 @BeneCollyridam on GitHub (Jun 17, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/833
I often have the problem, that after a suspend spotifyd is down. The process is still running, but it does not show up in the device list.
I added a quick hack in my local version to solve this problem, by adding the following snippet to
main.rsI wanted to hear if you're interested in a better solution, where maybe the user could supply a command in the config file to be run if there are no devices available? Maybe it is better to fix it upstream in spotifyd? I'll be happy to implement it properly, if you think it would be useful