tvl-depot/tools/music/gettitle
"Vincent Ambo ext:(%22) b951faa6b4 * initial checkin
2012-02-22 22:03:31 +01:00

4 lines
155 B
Bash
Executable file

#!/bin/bash
osascript -e 'tell application "iTunes" to get name of current track'
osascript -e 'tell application "iTunes" to get artist of current track'