Skip to content

Instantly share code, notes, and snippets.

@jpterry
Created November 29, 2012 22:51
Show Gist options
  • Save jpterry/4172439 to your computer and use it in GitHub Desktop.
Save jpterry/4172439 to your computer and use it in GitHub Desktop.
Lists the files being played by itunes. Including what home sharing users are listening to.
# A neat trick to find out what embarrassing songs in your library your family or coworkers are listening to.
# Execute this in terminal
lsof +p $(pgrep -x iTunes) | grep iTunes\ Music/Music
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment