-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spotify_player stop music when quitting it #567
Comments
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 |
this also happens for me. if i start streaming from the spotify app it will keep playing, but if i start playing from ive tested these scenarios
so it seems to be only when streaming originates from Environment
|
look expected to me. Not sure why you guys expect music to continue playing when exiting the |
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 |
I see. That means it should be feature request instead of a bug report. |
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_player
using 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.
The text was updated successfully, but these errors were encountered: