Possible Duplicate:
Access the Windows Media Player library C#
I'm trying to figure out how to programmatically query the Windows Media Player library from a C# program. I don't want to control the media player, just be able to query the index of recordings stored in the library.
Using OleDbConnections I have been able to connect to the Windows SystemIndex to query for various files and conditions, but these searches are across all files in my system and not just those maintained in the WMP library.
Can anyone point me in the right direction, please?
-- Robert