DTagLib - D Wrapper Library for the TagLib ID-tagging library
Andrej Mitrovic
andrej.mitrovich at gmail.com
Mon Jul 18 15:36:31 PDT 2011
This project only wraps the C Abstract API of the TagLib library. It's
non-abstract parts are written in C++ and this is way too difficult
for me to wrap. The C API is pretty good for your average use of
reading and writing ID tags.
Note that this is a pre-alpha release, so things might break at any time.
It currently has one working example (only tag reading is shown). I'll
add more later.
Link:
https://github.com/AndrejMitrovic/DTagLib
More information about the Digitalmars-d-announce
mailing list