Question

I'm trying to create a program in C# that lists the content of a library in Windows Media Center (for instance the video library).

Is this possible using the Windows Media Center SDK, without having to create it as an addin for WMC, but as an "external" program, running on the same machine as WMC?

Was it helpful?

Solution

Doesn't look to good, quote from MSDN:

With a few exceptions, the Windows Media Center object model is not accessible from a Windows service or any other process other than those started by Windows Media Center.

http://msdn.microsoft.com/en-us/library/ms816271.aspx

Though I don't know what those exceptions are.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top