mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #193] [MERGED] Add daemon support #656
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#656
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?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/193
Author: @aome510
Created: 5/7/2023
Status: ✅ Merged
Merged: 5/8/2023
Merged by: @aome510
Base:
master← Head:add-daemon-support📝 Commits (9)
46b0bb9handle errors in the socket request handler instead of propagating the errorsd41cde7adddaemonize7abfb4bwip9a8e051wip 2c051b6fmakenew_streaming_connectionnon-asyncc02f651Merge branch 'master' into add-daemon-supportefcc525adddaemonfeature45ef017restructure the task spawn order3f99273log when starting the app as a daemon📊 Changes
7 files changed (+125 additions, -57 deletions)
View changed files
📝
Cargo.lock(+10 -0)📝
spotify_player/Cargo.toml(+2 -0)📝
spotify_player/src/cli/socket.rs(+15 -4)📝
spotify_player/src/client/handlers.rs(+1 -4)📝
spotify_player/src/client/mod.rs(+1 -1)📝
spotify_player/src/main.rs(+87 -48)📝
spotify_player/src/ui/mod.rs(+9 -0)📄 Description
Resolves #135. Resolves #42.
Added support for daemonizing
spotify_player.Changes
daemonfeature-d/--daemonflag to run the application as a daemon🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
client_id_commandoption & trim output #833client_id_commandoption & trim output #1767