[GH-ISSUE #41] Open playlists by url? #29

Closed
opened 2026-02-28 14:46:28 +03:00 by kerem · 4 comments
Owner

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

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
kerem closed this issue 2026-02-28 14:46:28 +03:00
Author
Owner

@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?

<!-- gh-comment-id:540470772 --> @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?
Author
Owner

@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 :)

<!-- gh-comment-id:540627504 --> @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 :)
Author
Owner

@Rigellute commented on GitHub (Oct 10, 2019):

This is a tricky one, but certainly do able.

We need to

  1. Update the 'enter' ('\n') event in the input handler to check if input is a url, if so parse the url to extract the type (playlist) and id
  2. Fetch the playlist
  3. Push the playlist view onto the navigation stack

Might not be a great first issue, but please feel free to have a crack at it!

<!-- gh-comment-id:540640434 --> @Rigellute commented on GitHub (Oct 10, 2019): This is a tricky one, but certainly do able. We need to 1. Update the 'enter' (`'\n'`) event in the input handler to check if input is a url, if so parse the url to extract the type (playlist) and id 1. Fetch the playlist 1. Push the playlist view onto the navigation stack Might not be a great first issue, but please feel free to have a crack at it!
Author
Owner

@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.

<!-- gh-comment-id:707420263 --> @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.
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#29
No description provided.