views:

160

answers:

1

I've downloaded the Windows Media Center SDK and have looked through the documentation, but I don't really see how I can interact with the "Now Playing" queue. Is it possible?

+1  A: 

In Windows 7 you get full interaction. Use MediaCollection

In Windows Vista stuff kind of works but its really fragile see this code.

Sam Saffron
I'm stuck with Vista for now - is there any way to get the current queue as a list, and also modify it (re-ordering, removing, etc)?
Daniel Schaffer
There is nothing built in. Its possible you could do something with com interop against the media player sdk, but you are looking at a major time sink figuring it out.
Sam Saffron
ewwwww yeah looks like it might be time to look into windows 7 then
Daniel Schaffer