about summary refs log tree commit diff
path: root/tools/music/gettitle
blob: 0bd4cc6979ecccfb15b3a93d31923d0f5efc016a (plain) (blame)
1
2
3
4
#!/bin/bash

osascript -e 'tell application "iTunes" to get name of current track'
osascript -e 'tell application "iTunes" to get artist of current track'