After alot of thought, i didnt think i liked the idea of using proprietary software to show the currently playing media in Windows Media Player, so i thought i would write a plugin that didnt need additional software, or an external file, or additional configuration to work. Anyway, here is the result.
I kept the syntax the same as for wmpblog so that it is still compatible if anyone does want to change over.
The readme file has detailed instructions on the operation of the plugin
To install, unzip BOTH dll's into the plugin directory of LCDSmartie. Also, ensure you use all lower case letters when refencing the dll (i.e. $dll(wmpcom,1,1,1) as opposed to $dll(WmpCom,1,1,1) as it may cause problems with namespaces)
This library was compiled for the .NET Framework v3.0, however if anyone needs it, I can provide source code, or .NET version 2.0 binaries.
Hope it helps those of you who dont want a plugin installed in Windows Media Player.

The plugin now supports actions, i.e. Play Pause etc. A full list of supperted functions are listed in the included readme.txt.
Enjoy