Fuck食場 のがかっこいいのでまねしてみた。 on idle updateSkype() return 30 end idle on updateSkype() set str to "(Not playing now...)" tell application "iTunes" if (player state) is playing then set str to (name of current track) & " / " & (artist of current track) end if end tell tell application "Skype" send command "SET PROFILE MOOD_TEXT " & str script name "NowPlayingOnSkype" end tell end updateSkype スクリプトエディタで、