Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save artemgordinskiy/8bc551502e6ca2d73809 to your computer and use it in GitHub Desktop.
Save artemgordinskiy/8bc551502e6ca2d73809 to your computer and use it in GitHub Desktop.
Get current Spotify track's properties
tell application "Spotify"
get player state
get artist of current track
get name of current track
get duration of current track
get popularity of current track
get track number of current track
get spotify url of current track
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment