For those wanting a quick fix for WLM9, change line 237 of main.js to:
code:
setNowPlaying(true, "Music", "{0} - {1}", player.CurrentTrack().Title, player.CurrentTrack().Artist);
Note that this doesn't allow for custom formatting and just displays the default following:
Title - Artist