tvl-depot/tools/music/gettitle

5 lines
155 B
Text
Raw Normal View History

2012-02-22 22:03:31 +01:00
#!/bin/bash
osascript -e 'tell application "iTunes" to get name of current track'
osascript -e 'tell application "iTunes" to get artist of current track'