Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Fix iChat's iTunes status message format' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Fix iChat's iTunes status message format
Authored by: ibarek on Mar 20, '10 12:07:23PM

If someone is still stuck with the static "%Artist - %Track", then here is the trick. You need to do the update at two places:
1. for ichat menubar (com.apple.iChatAgent)
2. for ichat app status bar (com.apple.iChat)

Here is the code:
<b>
defaults write com.apple.iChat iTunesMessageFormat -string '&#9835; %Track - %Artist'
defaults write com.apple.iChatAgent iTunesMessageFormat -string '&#9835; %Track - %Artist'
</b>



[ Reply to This | # ]