Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spotify no longer surfaces their spotify URI Link #154

Open
reduxdj opened this issue Oct 27, 2021 · 4 comments
Open

Spotify no longer surfaces their spotify URI Link #154

reduxdj opened this issue Oct 27, 2021 · 4 comments

Comments

@reduxdj
Copy link

reduxdj commented Oct 27, 2021

No Longer:
Screen Shot 2021-10-27 at 7 07 24 AM

Now:
Screen Shot 2021-10-27 at 7 05 29 AM

@willhaslett
Copy link

willhaslett commented Oct 28, 2021

@reduxdj Does this break anything? This code appears to still work:

uri=`osascript -e 'tell application "Spotify" to spotify url of current track'`;
remove='spotify:track:'
url=${uri#$remove}
url="https://open.spotify.com/track/$url"

@davidem
Copy link

davidem commented Apr 27, 2022

No, api calls and applescript still provide and handle uri's, fortunately 😁

@davidem
Copy link

davidem commented Apr 27, 2022

By the way: I just found out that uri's can still be displayed in the gui, by pressing alt/ctrl.

image

As mentioned here: https://community.spotify.com/t5/FAQs/What-s-a-Spotify-URI/ta-p/919201

🤓

@hnarayanan
Copy link
Owner

Detective work paying off!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants