modify mp3 files in C#

  • Thread starter Thread starter Opa1
  • Start date Start date
O

Opa1

Hi folks,

I would like to know if someone has created a routine to open an mp3
file and change it's ID3v1 & ID3v2 tags, then resave the file without
affecting it's audio data. Any ideas?

Thanks
 
I've created a free, fully object-oriented, .NET library for editing ID3v1
and ID3v2 MP3 tags. Simply go to www.hundredmilessoftware.com and click on
"UltraID3Lib" in the menu on the left. (Or go directly to
http://home.fuse.net/honnert/hundred/?UltraID3Lib).

Note: there are seventy-four distinct frame types defined in the ID3v2 tag
standard. UltraID3Lib contains classes with strongly-typed properties
appropriate to the data in these different frame types. I've implemented
all but a handful of the frame type classes. (The only reason I haven't
coded the rest is that I haven't come across any MP3's with the frame
types.)

Enjoy!

- Mitchell S. Honnert
 
Awesome!

As soon as I build my app, this is going to save me a lot of repetetive
typing and awkard windows explorer file renaming. When I'm done with
the app, I'll share it with everyone.

Thanks,

Opa
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top