id3lib
Description
id3lib is a software library for reading, writing, and manipulating ID3v2 tags. Additionally it is possible to get some basic mp3 header information like bitrate etc.
Update Notifications
User Ratings
User Reviews
-
Id3lib works perfectly.
-
It works. It supports pretty much everything you can think of. It doesn't crash in the hands of a casual user.
-
I am not able to see the video of these tutorials. If I could it is really a good job
-
Love it!
-
very good project
-
It's leaking memory big times and no hint of whatsoever how to clean up after usage. Even the examples are missing clean up's (e.g. "tag = ID3Tag_New()" allocates with "new" but does not consider "delete"). Very badly.