mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #295] [QUESTION]: How can I tell if there is a daemon running? #155
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#155
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 @joebonneau on GitHub (Nov 18, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/295
Hey there,
I was curious if there was any easy way to tell whether a spotify_player daemon is already running. I would need to do some more defined testing to provide context, but it seems that sometimes it's not running when I expect it to be, which then requires me to close the player and run
spotify_player -dto spin it up again.I have a feeling this might be accomplished by running some sort of system command - if it matters, I'm on MacOS.
Thanks in advance!
@aome510 commented on GitHub (Nov 18, 2023):
Daemon should also provide log and backtrace, you can check them in the cache folder
@joebonneau commented on GitHub (Nov 19, 2023):
Gotcha, thanks. I was hoping for something less manual if it exists. Like a specifically named process within htop or a cli command I can run.
@aome510 commented on GitHub (Nov 21, 2023):
I'll close this issue for now. Feel free to re-open it if you have other related questions