iChat 3.0 comes with a "Current iTunes Track" option in the status message list. However, for most Internet-savvy audiophiles, this format is backwards. The standard format is Artist - Track but iChat gives it as Track - Artist!
However, this is fixable. Here's how:
- Quit iChat.
- In Terminal, enter this command: defaults write com.apple.iChatAgent iTunesMessageFormat -string '%Artist - %Track'.
- Enter the command killall iChatAgent -- this kills iChat's background daemon.
- Restart iChat, and choose the Current Track message option.
%Artist
%Track
%Album
%Genre
%Year
%URL
Or, you can add a music note by putting \342\231\253 in the string.
[robg adds: I tested this, and it works -- other than I can't figure out how to enter the string shown in the "musical note" option at the end. I've asked several well-versed Unix and Terminal users, and none of them knew the answer, either. So now I'll ask the real experts -- how about it, readers, how should that string be entered? If you're going to paste examples with code formatting in HTML mode, please use the [ code ] [ /code ] (without the spaces around the words!) tag pair to protect your backslashes!]

