osascript \ -e "tell application \"iTunes\"" \ -e " if player state is not playing then" \ -e " play" \ -e " end if" \ -e "end tell"