Jul 11, '03 07:00:00AM • Contributed by: Anonymous
on idle tell application "iTunes" if player state is playing then set a to artist of current track if a is "" then set a to "mysterious unknown music" end if else set a to "nothing" end if end tell tell application "iChat" set status message to "listening to " & a end tell return 20 end idleSave this in script editor as application with "Stay Open" enabled. Have fun!
