mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #424] Jump to current playlist command #173
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#173
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?
Originally created by @maujim on GitHub (Apr 30, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/424
Is it possible to add in a command to jump to the current playlist, similar to the jump to album and jump to artist's album commands?
@Rigellute commented on GitHub (May 4, 2020):
That is not currently possible, but sounds like it would be a nice feature.
I just had a quick look through the spotify docs and didn't find a "playlist_id" in the playback context which we would need to jump to the playlist.
However, a workaround might be to parse out the id from the context uri when the property
type == "playlist".Example context from the api
This could be a good first issue!
@Drewsapple commented on GitHub (May 27, 2020):
I think #474 implemented this feature. Ready to close?
@Rigellute commented on GitHub (May 28, 2020):
Yep, thanks for the feature request @maujim and thanks for implementing @Drewsapple