Skip to content

Instantly share code, notes, and snippets.

View ppmx's full-sized avatar
🇺🇦

mx ppmx

🇺🇦
  • Europe
View GitHub Profile
@ppmx
ppmx / s.md
Created October 11, 2022 21:45 — forked from zfarbp/s.md
Trigger Spotify with osascript

Trigger Spotify with osascript

/Applications/Spotify.app/Contents/Resources/Spotify.sdef

# read-only
osascript -e 'tell application "Spotify" to player state'                  # stopped,playing,paused
osascript -e 'tell application "Spotify" to current track'                 # The current playing track.
osascript -e 'tell application "Spotify" to artwork of current track'      # Image data in TIFF format.
osascript -e 'tell application "Spotify" to artist of current track'       # The artist of the track.