Click here to Skip to main content
16,013,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get Artist,Album,Singer,etc of a media file,not only mp3 formate but including video file also in C sharp ..... I have created a media player in visual studio 2010 by using windows media player .. please help me to get over it
Posted
Updated 30-Sep-13 3:48am
v2
Comments
[no name] 28-Sep-13 20:03pm    
http://www.mediamonkey.com/information/free/
Syed Ghulam Ali 30-Sep-13 6:30am    
Im not adding only mp3 file ,but im also adding video file how to get over it ....and how to add this Id3lib in to project

 
Share this answer
 
Comments
Syed Ghulam Ali 30-Sep-13 6:29am    
Im not adding only mp3 file ,but im also adding video file how to get over it ....and how to add this Id3lib in to project
Use the ID3[^] library to read and write ID3 tags (containing album, artist, title, genre, etc.) information from your media file.  You may also find the CP article Do Anything With ID3[^] helpful.

/ravi
 
Share this answer
 
Comments
Abhinav Gauniyal 29-Sep-13 16:51pm    
Does ID3.net allows reading up Album Art ?
Ravi Bhavnani 29-Sep-13 16:55pm    
I think you need to use TagLib# for that. See https://github.com/mono/taglib-sharp.

/ravi
Abhinav Gauniyal 29-Sep-13 17:08pm    
It is corrupt or something else, dosent gets build up. I have already asked questions here and at stackoverflow about it , but no response yet.
Abhinav Gauniyal 29-Sep-13 17:21pm    
Ravi Bhavnani 29-Sep-13 17:25pm    
This (current) C# library seems to have promise: http://sourceforge.net/projects/csid3lib/.

/ravi

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