[GH-ISSUE #448] Allow app to run in the background while using terminal. #1185

Closed
opened 2026-03-14 13:51:33 +03:00 by kerem · 2 comments
Owner

Originally created by @DjTuner13 on GitHub (May 14, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/448

Is your feature already implemented in the latest master?
No, I have search the repo for the work "background" as well as the issue section. I was not able to find any references to exiting while app runs in background.

Is your feature request related to a problem? Please describe.
I'm always frustrated when I want to continue to work in terminal and i have to split or open a new window in tmux.

Describe the solution you'd like
I would like to be able to have a key that allows the player to continue to play in the background. To open the app backup up i would still want the same application name to open it backup.

Describe alternatives you've considered
I have been splitting my pane or creating a new window to allow the application to run while working in terminal.

Additional context
None

Originally created by @DjTuner13 on GitHub (May 14, 2024). Original GitHub issue: https://github.com/aome510/spotify-player/issues/448 **Is your feature already implemented in the latest `master`?** No, I have search the repo for the work "background" as well as the issue section. I was not able to find any references to exiting while app runs in background. **Is your feature request related to a problem? Please describe.** I'm always frustrated when I want to continue to work in terminal and i have to split or open a new window in tmux. **Describe the solution you'd like** I would like to be able to have a key that allows the player to continue to play in the background. To open the app backup up i would still want the same application name to open it backup. **Describe alternatives you've considered** I have been splitting my pane or creating a new window to allow the application to run while working in terminal. **Additional context** None
kerem 2026-03-14 13:51:33 +03:00
Author
Owner

@aome510 commented on GitHub (May 15, 2024):

Maybe running the app as daemon and using CLI to control the background daemon is what you're looking for

<!-- gh-comment-id:2112437054 --> @aome510 commented on GitHub (May 15, 2024): Maybe running the app as [daemon](https://github.com/aome510/spotify-player?tab=readme-ov-file#daemon) and using [CLI](https://github.com/aome510/spotify-player?tab=readme-ov-file#cli-commands) to control the background daemon is what you're looking for
Author
Owner

@DjTuner13 commented on GitHub (May 15, 2024):

Thank you that did the trick. I had installed using brew on macOS so that was the issue.
I uninstalled using brew, reinstalled using cargo and the flags in the Readme. After that I ran spotify_player -d and it is now working when I quit the application using the and can use the cli as well to skip tracks and pause. Thank you very much for the reminder. You can close this request as you have already added this feature in.

<!-- gh-comment-id:2112545133 --> @DjTuner13 commented on GitHub (May 15, 2024): Thank you that did the trick. I had installed using brew on macOS so that was the issue. I uninstalled using brew, reinstalled using cargo and the flags in the Readme. After that I ran spotify_player -d and it is now working when I quit the application using the <C-c> and can use the cli as well to skip tracks and pause. Thank you very much for the reminder. You can close this request as you have already added this feature in.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#1185
No description provided.