←back to thread

55 points jonathang6k | 1 comments | | HN request time: 0s | source
Show context
spike021 ◴[] No.40153967[source]
Nice! Back in around 2012 or so Spotify still didn't even do MacOS notifications so I rigged up an easy AppleScript to do it (I want to say with Growl first and a bit later with native notifications? Been a while).

It's always surprising to me that Spotify/Apple Music/etc. don't seem to want to natively add functionality like this to their UX.

replies(2): >>40154253 #>>40158645 #
1. jonathang6k ◴[] No.40158645[source]
Yep! The current release actually still uses AppleScript. The next release will use Scripting Bridge to hook into the app's playback state change events. Much more efficient.