c# - Querying content of Windows Media Center library -


i'm trying create program in c# lists content of library in windows media center (for instance video library).

is possible using windows media center sdk, without having create addin wmc, "external" program, running on same machine wmc?

doesn't good, quote msdn:

with few exceptions, windows media center object model not accessible windows service or other process other started windows media center.

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

though don't know exceptions are.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -