[PR #789] [CLOSED] Implement playlist edit <playlist-id> <add|delete> --album-id <album-id> CLI command #878

Closed
opened 2026-03-03 00:01:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/789
Author: @tojamrok
Created: 7/31/2025
Status: Closed

Base: masterHead: feat/playlist-edit-album-command-external


📝 Commits (2)

  • c7434c8 feat: add playlist edit command for adding/removing tracks
  • a6f05f1 Implement 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.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/789 **Author:** [@tojamrok](https://github.com/tojamrok) **Created:** 7/31/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/playlist-edit-album-command-external` --- ### 📝 Commits (2) - [`c7434c8`](https://github.com/aome510/spotify-player/commit/c7434c84f7a1ab7e5bc547f00979058d449415f7) feat: add playlist edit command for adding/removing tracks - [`a6f05f1`](https://github.com/aome510/spotify-player/commit/a6f05f1b0010202783930bc693f901305ec0c353) Implement playlist edit <playlist-id> <add|delete> --album-id <album-id> CLI command ### 📊 Changes **4 files changed** (+167 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Implement playlist edit <playlist-id> <add|delete> --album-id <album-id> CLI command On top of PR #776, which implements <add|delete> --id <track-id> CLI command, allow adding and removing whole albums. Modified track manipulation - it is now done with --track-id instead of --id parameter. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:01:15 +03:00
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#878
No description provided.