[GH-ISSUE #218] a way to open spotify links #112

Closed
opened 2026-03-02 23:44:41 +03:00 by kerem · 3 comments
Owner

Originally created by @treeshateorcs on GitHub (Jul 9, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/218

Is your feature request related to a problem? Please describe.
there's currently no way to open spotify links.

Describe the solution you'd like
search page should recognize spotify urls and act accordingly

Describe alternatives you've considered
i tried putting a link into search but it didn't give the result i wanted (and i also couldn't find the playlist by name)

Additional context
example of url - https://open.spotify.com/playlist/0Hm7mXPldSTuokTO7eqtVU?si=VU6LBFIVQkCMePwM26_rPA

Originally created by @treeshateorcs on GitHub (Jul 9, 2023). Original GitHub issue: https://github.com/aome510/spotify-player/issues/218 **Is your feature request related to a problem? Please describe.** there's currently no way to open spotify links. **Describe the solution you'd like** search page should recognize spotify urls and act accordingly **Describe alternatives you've considered** i tried putting a link into search but it didn't give the result i wanted (and i also couldn't find the playlist by name) **Additional context** example of url - https://open.spotify.com/playlist/0Hm7mXPldSTuokTO7eqtVU?si=VU6LBFIVQkCMePwM26_rPA
kerem 2026-03-02 23:44:41 +03:00
Author
Owner

@aome510 commented on GitHub (Jul 15, 2023):

Let's me think about how this feature should be implemented.

(and i also couldn't find the playlist by name)

I can search your example playlist just fine.

Screenshot 2023-07-15 at 3 21 46 PM
<!-- gh-comment-id:1636867354 --> @aome510 commented on GitHub (Jul 15, 2023): Let's me think about how this feature should be implemented. > (and i also couldn't find the playlist by name) I can search your example playlist just fine. <img width="964" alt="Screenshot 2023-07-15 at 3 21 46 PM" src="https://github.com/aome510/spotify-player/assets/40011582/dec4bbf2-937d-4196-b641-ac98abf6bb88">
Author
Owner

@jacksongoode commented on GitHub (Oct 26, 2023):

Its interesting because Spotify will detect urls in their search. Maybe you can do some regex to determine if its a url and then return the relevant results (whether the url contains "/tracks/" use the track API, etc).

<!-- gh-comment-id:1781853950 --> @jacksongoode commented on GitHub (Oct 26, 2023): Its interesting because Spotify will detect urls in their search. Maybe you can do some regex to determine if its a url and then return the relevant results (whether the url contains "/tracks/" use the track API, etc).
Author
Owner

@aome510 commented on GitHub (Oct 28, 2023):

Its interesting because Spotify will detect urls in their search. Maybe you can do some regex to determine if its a url and then return the relevant results (whether the url contains "/tracks/" use the track API, etc).

yeah, that's what I have in mind to implement this feature. Unfortunately, I'm kinda busy nowadays, so I'm currently doing very basic maintaining work for this project.

Edit: not for searching, but a way to open Context page or play a track based on the link in clipboard.

<!-- gh-comment-id:1783885297 --> @aome510 commented on GitHub (Oct 28, 2023): > Its interesting because Spotify will detect urls in their search. Maybe you can do some regex to determine if its a url and then return the relevant results (whether the url contains "/tracks/" use the track API, etc). yeah, that's what I have in mind to implement this feature. Unfortunately, I'm kinda busy nowadays, so I'm currently doing very basic maintaining work for this project. **Edit**: not for searching, but a way to open `Context` page or play a track based on the link in clipboard.
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#112
No description provided.