mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #754] Stop playing upon exit #302
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#302
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 @petobens on GitHub (Feb 28, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/754
Hi! I'm using spt with spotifyd. I've noticed that if a song is playing and I exit spt then the music continues until I actually exit spotifyd (i'm running it with
--no-daemon). I would've expected the music to stop upon exiting spt. Is this a feature? Thanks in advance.@OrangeFran commented on GitHub (Mar 3, 2021):
spotify-tuiis just a frontend to the spotify web api. It doesn't actually play the songs. That is done byspotifyd.So closing spotify-tui should not stop the other process that actually plays the songs provided by spotify. Imagine this: You want to change the song playing on your phone through your computer. If you open spotify-tui, change the song and then close spotify-tui again, the music should not stop, right?
Anyway, if you want to just stop spotifyd upon exiting spotify-tui on your local computer, you could create a wrapper script.
@petobens commented on GitHub (Mar 3, 2021):
Thanks. I guess it makes total sense.
@petobens commented on GitHub (Mar 5, 2021):
Feel free to close if there is nothing else to do from spt side.
@Rigellute commented on GitHub (Mar 15, 2021):
Thank you both 👍