

Step 3: After completing the download, you can check for the song in the iMusic library. Here, you can select MP3 as the output format, and press “Download” to save the song to your Mac. You can now return to the iMusic application on the desktop and paste the link in the URL paste box as you see it on your screen. Step 2: Visit Spotify website, login (if there is a need), and search for the song/songs that are your favorite and want to save to your Mac. Users will notice the following screen on their Mac.

The feature allows a user to download music from any web portal using the URL. From the product window, choose “Get Music” feature and navigate to the “Download” feature. So it seems that your only option is to use the old version of this library and hope that is still working properly.Step 1: Launch the iMusic application on the Mac. It seems that this library is going to be substitute with some new API for Windows/Mac/whatever but for now there are only beta versions for phone OS and I cannot really find anything for Windows. Once there was Libspotify SDK but it is no longer supported. This example comes from the official documentation that you can find here.įor Windows instead I would say that currently there is no clear way to do it. A delay is set added make sure the notification is shown long enough before the script ends Return currentArtist & " - " & currentTrackĭisplay notification "Currently playing " & trackName

Set currentTrack to name of current track as string Set currentArtist to artist of current track as string Method to get the currently playing track

Set currentlyPlayingTrack to getCurrentlyPlayingTrack() Spotify is exposing some API that you can use to query the state of your applicationįor example if you are on an Apple system you can use AppleScript API: - Creates a notification with information about the currently playing track
