Skip to content

Instantly share code, notes, and snippets.

@kristianfreeman
Created September 1, 2013 17:47
Show Gist options
  • Save kristianfreeman/6406069 to your computer and use it in GitHub Desktop.
Save kristianfreeman/6406069 to your computer and use it in GitHub Desktop.
tell application "iTunes"
set art to artist of current track
set na to name of current track
set value to art & " - " & na & return
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment