mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[PR #200] [MERGED] Add docs for new features and improve CLI/daemon codes #1600
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#1600
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/200
Author: @aome510
Created: 5/17/2023
Status: ✅ Merged
Merged: 5/18/2023
Merged by: @aome510
Base:
master← Head:add-docs-for-new-features📝 Commits (10+)
75aca98setup default values forcache-folderandconfig-folderCLI optionsb85f9d5highlight the default configuration files in config document9b37bb2addclient_portdoc and example configc95d9e8add CLI commands and Daemon documentations2758a7acleanup91cb7caMerge remote-tracking branch 'origin/master' into add-docs-for-new-features3ba3a76handle sending/receiving response for all CLI commands0f6168ausePlayerReqestto handle playback CLI commands874449cmove like command from playback subcommand to be a general subcommand9740667implement authenticate CLI command📊 Changes
11 files changed (+243 additions, -205 deletions)
View changed files
📝
README.md(+33 -2)📝
docs/config.md(+5 -4)📝
examples/app.toml(+1 -0)📝
spotify_player/Cargo.toml(+1 -1)📝
spotify_player/src/auth.rs(+8 -8)📝
spotify_player/src/cli/client.rs(+84 -139)📝
spotify_player/src/cli/commands.rs(+15 -10)📝
spotify_player/src/cli/handlers.rs(+46 -17)📝
spotify_player/src/cli/mod.rs(+8 -2)📝
spotify_player/src/client/mod.rs(+2 -2)📝
spotify_player/src/main.rs(+40 -20)📄 Description
Changes
authenticateandlikeCLI commands (replaceplayback likecommand)playbackcommands to rely on theclient::Client::handle_player_requestfunction🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.