How can I use Python’s MPNowPlayingInfoCenter to get current song information from Mac OS?
I am attempting to write a daemon in Python that will push the artist and title of the song that I’m currently playing into my Slack status. I previously used MPRIS to do this in Linux, and WinRT for the same functionality in Windows. Now I’m on a Mac and coming up against a wall.