Querying content of Windows Media Center library
I'm trying to create a program in C# that lists the content of a library in Windows Media Center (for 开发者_Go百科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?
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.
精彩评论