[PR #1091] [CLOSED] Playlist Editing - Import,Fork,Update,New,Delete #1153

Closed
opened 2026-02-28 14:54:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/1091
Author: @justjokiing
Created: 7/4/2023
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • 6e8283e Added playlist creation through command line
  • 452e39e Forgot format
  • a22595e Added playlist new, delete, import
  • 0505b64 Added fork, update, and more verbosity
  • 51cf7af cleaned up import and error messages

📊 Changes

8 files changed (+1590 additions, -537 deletions)

View changed files

📝 Cargo.lock (+785 -535)
📝 Cargo.toml (+1 -0)
📝 src/cli/clap.rs (+52 -0)
📝 src/cli/cli_app.rs (+235 -0)
📝 src/cli/handle.rs (+42 -0)
📝 src/cli/mod.rs (+3 -1)
📝 src/main.rs (+2 -1)
📝 src/network.rs (+470 -0)

📄 Description

I have added a few command line actions to edit playlists, mainly the import function.

This function adds all tracks from a playlist into one that you own. It keeps track of the state of the imported playlist and if it is imported again, adds any new tracks and prompts for deletion of deleted tracks. The fork function creates an identical playlist from the one prompted and does an import. The update function calls import on all of the previously imported playlists, updating them.


🔄 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/Rigellute/spotify-tui/pull/1091 **Author:** [@justjokiing](https://github.com/justjokiing) **Created:** 7/4/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`6e8283e`](https://github.com/Rigellute/spotify-tui/commit/6e8283ec0df21c7ba61b83a96140a110a1caf2de) Added playlist creation through command line - [`452e39e`](https://github.com/Rigellute/spotify-tui/commit/452e39ece769c6a37eba513b23aa54e68bb19485) Forgot format - [`a22595e`](https://github.com/Rigellute/spotify-tui/commit/a22595eeac3844a9e001c6fc4cd27065d774b60c) Added playlist new, delete, import - [`0505b64`](https://github.com/Rigellute/spotify-tui/commit/0505b646187daa1ac63a99a0aaf94df582e991dd) Added fork, update, and more verbosity - [`51cf7af`](https://github.com/Rigellute/spotify-tui/commit/51cf7af079eb8840d883c6a69bfb1e6b704fd2c5) cleaned up import and error messages ### 📊 Changes **8 files changed** (+1590 additions, -537 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+785 -535) 📝 `Cargo.toml` (+1 -0) 📝 `src/cli/clap.rs` (+52 -0) 📝 `src/cli/cli_app.rs` (+235 -0) 📝 `src/cli/handle.rs` (+42 -0) 📝 `src/cli/mod.rs` (+3 -1) 📝 `src/main.rs` (+2 -1) 📝 `src/network.rs` (+470 -0) </details> ### 📄 Description I have added a few command line actions to edit playlists, mainly the import function. This function adds all tracks from a playlist into one that you own. It keeps track of the state of the imported playlist and if it is imported again, adds any new tracks and prompts for deletion of deleted tracks. The fork function creates an identical playlist from the one prompted and does an import. The update function calls import on all of the previously imported playlists, updating them. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:54:39 +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-tui#1153
No description provided.