mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #567] spotify_player stop music when quitting it #1262
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#1262
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 @oliv3340 on GitHub (Sep 30, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/567
Hi, thanks for your work. Awesome app! I use it and love it a lot!
Describe the bug
When I launch a song in
spotify_player(the Spotify app launches but does not play anything), it works but stops as soon as I quit the app from the terminal. However, if I launch a song from Spotify itself first, other manipulations work as expected.When I play music from
spotify_player, I can relaunch it after quittingspotify_playerusing the "play" button on my keyboard, but it would be better if the music didn't stop at all. I don't know if something can be done about this.To Reproduce
On macOS (I don't know about other systems):
spotify_player.spotify_player(the music should stop).Expected behaviour
Music shouldn't stop after quitting
spotify_player.Log and backtrace
Only infos in logs (nothing intersting) and no backtrace on the issue.
Environment
Additional context
I've install spotify_player with homebrew.
@aome510 commented on GitHub (Oct 2, 2024):
hmm music stops when you close the app is kinda unexpected when streaming is handled by the app. Not sure what is the bug here. Do you specifically mean if you stream music from an external source and use
spotify_playeras the remote control device, quitting the app stops the music played by the external source?@derekbunch commented on GitHub (Oct 9, 2024):
this also happens for me.
if i start streaming from the spotify app it will keep playing, but if i start playing from
spotify_playerit will stop as soon as spotify_player is quit.ive tested these scenarios
spotify_playerspotify_playerspotify_playerspotify_playerspotify_playerspotify_playerspotify_playerspotify_playerso it seems to be only when streaming originates from
spotify_playerEnvironment
macOS Sonoma 14.6.1 (23G93) (M3 Pro, Nov 2023 MacBook Pro 16)
@aome510 commented on GitHub (Oct 9, 2024):
look expected to me. Not sure why you guys expect music to continue playing when exiting the
spotify_playerapp when music is from the app.@derekbunch commented on GitHub (Oct 10, 2024):
I don't think we expected it to keep running (or that was not my understanding). It makes sense that it doesn't.
I think we were just saying it would be nice if it could continue running after exiting (like with a daemon or something)
Edit: I guess to be fair, I can just ctrl-z or run it in a tmux pane and it's fine, not a big deal
@aome510 commented on GitHub (Oct 14, 2024):
I see. That means it should be feature request instead of a bug report.
spotify_playerdoes support daemon mode. See https://github.com/aome510/spotify-player?tab=readme-ov-file#daemon for more details