We’re experiencing issues with Premium subscriptions and redeeming gift Cards. This is being actively investigated. Subscribe to this thread here for updates.
Yes, all AppleScript support in latest version has been removed for no reason whatsoever. We would truly appreciate bringing it back as clearly many of us use advanced AppleScripts to control the application in other ways than mouse-clicks.
Yes please bring back AppleScript support. I had a nice little macro in Keyboard Maestro that would let me hit a Mac key to skip ahead 15 seconds but I can't do it any more. This simple AppleScript below used to work great:
tell application "Spotify" set CurrentPosition to the player position set NewPosition to CurrentPosition + 15 set the player position to NewPosition end tell
But now in Spotify 1.0.1.1060.gc75ebdfd it returns the error:
"/var/folders/nn/0kphrdvx58z_s08qns7vm6s40000gn/T/Keyboard-Maestro-Script-EB15F600-6811-493C-B3CD-5EA177F77A26:62:70: script error: Expected end of line but found identifier. (-2741)"
Thanks McManCSU and eproxus! I followed the steps from http://hyperdock.bahoom.com/spotify_fix and now Spotify AppleScript is fine. I didn't have to restart my Mac as the the article suggested -- that's problably something specific to Hyperdock.
2015-04-07
Hey folks, this returned with the 1.0.3 Desktop app update.