mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #41] Open playlists by url? #29
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#29
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 @jedahan on GitHub (Oct 10, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/41
Would love to know if I am listening to the correct playlist when a friend shares one, such as https://open.spotify.com/playlist/0LbHaoYiD4HCZrrHsf5JK5?si=LlvBb9ySSDmNqzuH4qhRiw
@Rigellute commented on GitHub (Oct 10, 2019):
Is it that you'd like to see the playlist url?
Would you like to be be able to enter the url and jump to the playlist?
@jedahan commented on GitHub (Oct 10, 2019):
I would like to be able to enter the url and jump to the playlist!
If this is a good first contribution it would be cool to label it so :)
@Rigellute commented on GitHub (Oct 10, 2019):
This is a tricky one, but certainly do able.
We need to
'\n') event in the input handler to check if input is a url, if so parse the url to extract the type (playlist) and idMight not be a great first issue, but please feel free to have a crack at it!
@Utagai commented on GitHub (Oct 13, 2020):
I'll take a crack at this soon because this is one of the ways I would actually use the Spotify desktop client sometimes. I would just put the Spotify URI or share link of whatever a friend shared into the search box to find it.
I think though that this issue can be generalized to any Spotify share link or Spotify URI, since it should also be able to work for albums, tracks, etc, including playlists.
Plus, it should be doable for both URIs and share links.