shpotify icon indicating copy to clipboard operation
shpotify copied to clipboard

Spotify no longer surfaces their spotify URI Link

Open reduxdj opened this issue 2 years ago • 4 comments

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

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

reduxdj avatar Oct 27 '21 14:10 reduxdj

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

willhaslett avatar Oct 28 '21 22:10 willhaslett

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

davidem avatar Apr 27 '22 18:04 davidem

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

🤓

davidem avatar Apr 27 '22 18:04 davidem

Detective work paying off!

hnarayanan avatar Apr 27 '22 18:04 hnarayanan