LaunchBarでiTunesで再生中の曲を表示するスクリプト。
デフォルトで有るんじゃないかと思ったけど、どれかわからなかったし、ネットで調べなくてもすぐ作れそうというわけで自作。
tell application "iTunes" set currentTrack to current track set theName to name of currentTrack as text set theArtist to artist of currentTrack as text end tell tell application "LaunchBar" display in large type theName with title theArtist delay 2 hide end tell |
表示がかっこよくない気が…。