[PR #245] [MERGED] Add support for getting track's data from CLI get command #683

Closed
opened 2026-03-02 23:49:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/245
Author: @aome510
Created: 9/3/2023
Status: Merged
Merged: 9/3/2023
Merged by: @aome510

Base: masterHead: add-get-track-data-from-cli


📝 Commits (2)

  • c8d7137 add support for getting track's data from CLI get command
  • 40b4b3c cleanup

📊 Changes

5 files changed (+42 additions, -37 deletions)

View changed files

📝 spotify_player/src/cli/client.rs (+17 -18)
📝 spotify_player/src/cli/commands.rs (+14 -14)
📝 spotify_player/src/cli/handlers.rs (+4 -4)
📝 spotify_player/src/cli/mod.rs (+1 -1)
📝 spotify_player/src/client/mod.rs (+6 -0)

📄 Description

  • Breaking: replaced get context CLI command with get item CLI command
  • implemented get item track <--id <id>|--name <name>> support for getting track data

🔄 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/245 **Author:** [@aome510](https://github.com/aome510) **Created:** 9/3/2023 **Status:** ✅ Merged **Merged:** 9/3/2023 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `add-get-track-data-from-cli` --- ### 📝 Commits (2) - [`c8d7137`](https://github.com/aome510/spotify-player/commit/c8d7137091764396287cb75f2570fcdbec3c4e7b) add support for getting track's data from CLI `get` command - [`40b4b3c`](https://github.com/aome510/spotify-player/commit/40b4b3ca4e85745776a7f13a751e8f63289e538f) cleanup ### 📊 Changes **5 files changed** (+42 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `spotify_player/src/cli/client.rs` (+17 -18) 📝 `spotify_player/src/cli/commands.rs` (+14 -14) 📝 `spotify_player/src/cli/handlers.rs` (+4 -4) 📝 `spotify_player/src/cli/mod.rs` (+1 -1) 📝 `spotify_player/src/client/mod.rs` (+6 -0) </details> ### 📄 Description - **Breaking**: replaced `get context` CLI command with `get item` CLI command - implemented `get item track <--id <id>|--name <name>>` support for getting track data --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:49:21 +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#683
No description provided.