Registry / other / taglib

taglib

JSON →
library2.2.1vcpkgunverified

TagLib Audio Meta-Data Library

vcpkg install taglib
INSTALL
IMPORT
SIG · TAGLIB
T
taglib
othercppv2.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

taglib/tag.h
#include <taglib/tag.h>

Read audio file metadata using TagLib

#include <taglib/tag.h> #include <taglib/fileref.h> #include <iostream> int main() { TagLib::FileRef f("song.mp3"); if (!f.isNull() && f.tag()) { TagLib::Tag *tag = f.tag(); std::cout << "Title: " << tag->title().to8Bit(true) << std::endl; std::cout << "Artist: " << tag->artist().to8Bit(true) << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

taglib — pip install taglib · libregistry