mcml

How do I get the filename of the currently playing file in Vista Media Center?

I have Windows Vista MCML app, and I need to figure out the current name of the file playing. The Media Center SDK alludes to using MediaMetadata["Title"] to get this information, unfortunately this does not work with playlists (.wpl) files as there is no method for getting the position in the playlist. ...

Resources for getting started with MCML?

Can anyone suggest some references or other resources that are useful in learning MCML? I have a small pet project I have been working on for a while using C# and .Net 3.5. I have reached a point where I want to be able to send output from it to Windows Media Center, but I have been having a hard time finding coherent explanations of ho...