I'm trying to get the lyrics to the current playing song in iTunes using osascript
. The command I'm using is:
osascript -e '''tell application "iTunes" to lyrics of the current track'''
The problem with this is that I'm only getting the last line of the lyrics when I run it on the terminal.
Is it possible to get the full lyrics without first copying them to a temp file?