Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Good evening,

I try to get the Album Art of a MP3 Song in .net Compact Framework (C#).

I currently use WMPLib to play songs. Can I use it to get the Album Art, too?
If yes, how?

Do you have an idea?
Thanks!!!


Dragon812
Posted
Comments
Sergey Alexandrovich Kryukov 6-May-11 16:14pm    
Likely. What do you know about Album Art format(s)? Any API? I never heard of it before...
--SA

1 solution

If WMPLib supports the ID3v2.3 tags then it should be possible to extract the png or jpg images. If not, you could extract the image yourself, the IDv2.3 documentation is very good.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900