views:

146

answers:

3

Windows 7 has a very nifty way of showing "Contributing Artist" metadata in Windows Explorer. In wonder how can I access that metadata from C++? Maybe you even point to some source code? Greatly appreciate in advance.

+2  A: 

Assuming we're talking about MP3s, I'd guess it uses ID3 tags.

Nick
+1  A: 

Assuming you can limit your app to Windows Vista and later, use IPropertyStore. Otherwise each file type needs to be parsed independently.

Rom
A: 

I found this metadata reader worked well with mp3 and wma files.

Grammarian