mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #776] [MERGED] feat: add playlist edit command for adding/removing tracks #1809
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#1809
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/776
Author: @rrotaru
Created: 7/19/2025
Status: ✅ Merged
Merged: 8/31/2025
Merged by: @aome510
Base:
master← Head:feat/playlist-edit-command📝 Commits (6)
c7434c8feat: add playlist edit command for adding/removing tracksa6f05f1Implement playlist edit <add|delete> --album-id CLI commande5f5988Merge pull request #1 from tojamrok/feat/playlist-edit-album-command-external86be1bcMerge branch 'master' into feat/playlist-edit-commandd6e8b63Merge remote-tracking branch 'origin/master' into feat/playlist-edit-command137badbcleanup📊 Changes
4 files changed (+162 additions, -4 deletions)
View changed files
📝
spotify_player/src/cli/client.rs(+93 -2)📝
spotify_player/src/cli/commands.rs(+26 -0)📝
spotify_player/src/cli/handlers.rs(+31 -2)📝
spotify_player/src/cli/mod.rs(+12 -0)📄 Description
Implements
playlist edit <playlist-id> <add|delete> --id <track-id>command that allows users to add or remove tracks from Spotify playlists via CLI.Changes:
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.