Open reduxdj opened 3 years ago
@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"
No, api calls and applescript still provide and handle uri's, fortunately 😁
By the way: I just found out that uri's can still be displayed in the gui, by pressing alt/ctrl.
As mentioned here: https://community.spotify.com/t5/FAQs/What-s-a-Spotify-URI/ta-p/919201
🤓
Detective work paying off!
No Longer:
Now: