1

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

Community
  • 1
  • 1
rdelrossi
  • 1,114
  • 1
  • 7
  • 17

1 Answers1

1

MSDN has a whole section on the Media Player SDK - and this page in particular should be of considerable use to you, I hope.

Will A
  • 24,780
  • 5
  • 50
  • 61