mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #789] [CLOSED] Implement playlist edit <playlist-id> <add|delete> --album-id <album-id> CLI command #878
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#878
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/789
Author: @tojamrok
Created: 7/31/2025
Status: ❌ Closed
Base:
master← Head:feat/playlist-edit-album-command-external📝 Commits (2)
c7434c8feat: add playlist edit command for adding/removing tracksa6f05f1Implement playlist edit <add|delete> --album-id CLI command📊 Changes
4 files changed (+167 additions, -3 deletions)
View changed files
📝
spotify_player/src/cli/client.rs(+94 -1)📝
spotify_player/src/cli/commands.rs(+24 -0)📝
spotify_player/src/cli/handlers.rs(+37 -2)📝
spotify_player/src/cli/mod.rs(+12 -0)📄 Description
Implement playlist edit <add|delete> --album-id CLI command
On top of PR #776, which implements <add|delete> --id CLI
command, allow adding and removing whole albums.
Modified track manipulation - it is now done with --track-id instead
of --id parameter.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.