Skip to content

Instantly share code, notes, and snippets.

@ccgus
Created March 5, 2010 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccgus/323061 to your computer and use it in GitHub Desktop.
Save ccgus/323061 to your computer and use it in GitHub Desktop.
tell application "iTunes"
set songLocation to get location of current track
end tell
tell application "Finder"
open document file songLocation using application file "Capo.app" of folder "Mail Downloads" of folder "Library" of folder "gus" of folder "Users" of disk "srv"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment