[GH-ISSUE #648] playback (CLI) should be able to play a single chosen track #377

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

Originally created by @coreymwamba on GitHub (Dec 29, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/648

Is your feature already implemented in the latest master?
No. But maybe it is buried in an undocumented feature?

Is your feature request related to a problem? Please describe.
If I want to play a specific track from a specific album using the CLI, I should be able to do that through the CLI. I know I can do it through the TUI; but this functionality is not easily available through the CLI.

Describe the solution you'd like

spotify_player search <search> | {json fiddling here}
{get the id}
spotify_player playback start context track --id <id>
Originally created by @coreymwamba on GitHub (Dec 29, 2024). Original GitHub issue: https://github.com/aome510/spotify-player/issues/648 **Is your feature already implemented in the latest `master`?** No. But maybe it is buried in an undocumented feature? **Is your feature request related to a problem? Please describe.** If I want to play a specific track from a specific album using the CLI, I should be able to do that through the CLI. I know I can do it through the TUI; but this functionality is not easily available through the CLI. **Describe the solution you'd like** ``` spotify_player search <search> | {json fiddling here} {get the id} spotify_player playback start context track --id <id> ```
kerem 2026-03-02 23:47:01 +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#377
No description provided.