mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #218] a way to open spotify links #112
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#112
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 @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
@aome510 commented on GitHub (Jul 15, 2023):
Let's me think about how this feature should be implemented.
I can search your example playlist just fine.
@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).
@aome510 commented on GitHub (Oct 28, 2023):
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
Contextpage or play a track based on the link in clipboard.docfolder #631docfolder #1570