I need a library to allow me to read and edit ID3 Tags from C++ in Linux. Suggestions?
Asked
Active
Viewed 2,957 times
3 Answers
2
Taglib is quite feature rich.
It comes as C++ lib without dependencies to Qt or KDE libs. A C API is bundled (and there are a lot of other languages bindings available). A lot of projects (like amarok, juk, vlc ...) use this library.
The homepage contains some claims some advantages of taglib over id3lib (mainly performance).
maxschlepzig
- 56,316
- 50
- 205
- 279
1
id3lib has an OO C++ interface you may like. It is licensed under the LGPL.
The MAD MPEG audio decoder includes an ID3 manipulation component. Since it is used as the underlying decoder for so many applications — there's a long list on the page I linked to — it may be in your distro's repository already. It is GPL'd.
Warren Young
- 71,107
- 16
- 178
- 168