C# MP3 ID3 Tags

Associate
Joined
30 Dec 2005
Posts
415
Hey to all,

I'm currently writing a program in C# to read and write ID3 tags in mp3s. Has anyone done this before? I'm trying to determine which is the best library/method to do this.

I need to be able to read / update some of the more advanced fields, which did stop me from using a few solutions I found...

ID3v1 Track #
ID3v1 Title
ID3v1 Artist
ID3v1 Album
ID3v1 Year
ID3v1 Genre
ID3v1 Comment

ID3v2 Track
ID3v2 Title
ID3v2 Artist
ID3v2 Album
ID3v2 Year
ID3v2 Genre
ID3v2 Comment
ID3v2 Album Artist
ID3v2 Composer
ID3v2 Orig. Artist
ID3v2 Copyright
ID3v2 URL
ID3v2 Encoded
ID3v2 Disc #

Any comments would be appreciated :)
 
Back
Top Bottom