Question

I would like to add metadata to mp3 files in C/Objective-C (OS X). I found several libraries (e.g. id3lib), but I have no clue on how to compile them. Are there any tutorials on how you can do that? Is there any other framework for C/Objective-C to write ID3 tags to an MP3 file (song name, artist and coverart)?

Was it helpful?

Solution

Take a look at the id3lib Library Documentation. It provides a quick tutorial.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top