mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #147] Is it possible to play open.spotify links with start_playback? #51
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#51
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 @timlag1305 on GitHub (Oct 31, 2020).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/147
I was reading through the Spotify web API documentation and I think this a limitation on their side. However, I thought I'd ask here anyway. I would like to play songs via https://open.spotify.com links rather than URIs when calling
start_playback. Is that possible? If not, is it possible to convert the links to URIs?@ramsayleung commented on GitHub (Nov 1, 2020):
Sorry for not getting your point, it seems what you want is nothing to do with
Rspotify, right?@timlag1305 commented on GitHub (Nov 3, 2020):
You're right, this is not directly related to Rspotify, but I am using this information in software that uses rspotify. I was looking at understanding how to convert a URL to a URI for the Spotify. In any case I'll close this. I figured it out anyway.