Geektool download

broken image
broken image

You can therefore change the 'off' image by replacing default.jpeg.

broken image

If Spotify is stopped or not open it copies default.jpeg over artwork.jpeg. The script then downloads the image to artwork.jpeg. SpotifyNowPlaying.scpt gets all the track info, including the artwork URL. Spotify have now introduced a a new 'artwork URL' property to their Applescript, removing the need to do all the above (which no longer works anyway). The previous version of this Geeklet got the track ID, downloaded the track info from the Spotify API, parsed it for the image URL, then downloaded and displayed that image. Don't alter the osascript or -name, -id, etc. If you used a different install location in step 3, go through the remaining geeklets and change the command so it points at SpotifyNowPlaying.scpt. In the TrackArtwork geeklet, change the image URL to the location of the artwork.jpeg file. Open the geeklets from the 'glet' folder in Geektool. Set pathName to 'Users/YourName/Documents/Geektool/Spotify/' Put your install location in line 10, in full, with a / at the end. Open SpotifyNowPlaying.scpt in Script Editor.ī. The files are set up to use ~/Documents/Geektool/Spotify/ ( '~' means your home directory).