Skip to content

Existing ID3 Tag Libraries

Nick Condron edited this page Oct 19, 2017 · 2 revisions

http://id3.org/Implementations

Haskell Libraries

  • taglib - a binding for taglib library

  • htaglib - higher level alternative to taglib

  • idiii

Other Libraries

  • TagLib ID3v1 and TagLib ID3v2 - Popular ID3 tag library in C++ also implements many other tagging formats. Useful for ideas on how to structure library api.
Clone this wiki locally