Open andrewrk opened 11 years ago
node-taglib supports what TagLib's Tag class supports - http://taglib.github.io/api/classTagLib_1_1Tag.html That said, it is possible to extract extra properties using Tag::properties() but node-taglib does not expose that yet. Patches are welcome.
the README says that these fields are available:
title (string) album (string) comment (string) artist (string) track (string) year (integer) genre (string)
Is it possible to get other fields, such as album artist?