views:

667

answers:

3

how can i access the summary of a file like music file (any format) and edit it and especially the artwork of this file(the photo that are included in the file) and edit it too? thanks.

+1  A: 

You'll probably need to read up on the specification for whatever music file format you're using. Each music format has a different metadata format and compression/encoding scheme. Some formats might have libraries available for maniuplating the files, and some might have to be manipulated by hand.

For example, try searching google for "mp3 spec" or "mp3 file format"

Andy White
+1  A: 

There is a project on SourceForge that allows you to edit ID3 tags for MP3 files, but ive never used it, so I cant vouch for how good it is.

Mike_G
+2  A: 

May I recommend TagLib Sharp for mp3 tag editing. Very powerful and easy to use with clear documentation.

Andrew Weir