node-taglib-sharp icon indicating copy to clipboard operation
node-taglib-sharp copied to clipboard

Data Retrieval issues

Open mattiasghodsian opened this issue 9 months ago • 1 comments

Am trying to figure out how to read data from flac and mp3 files., encountering undefined fields such as 'date'. What am i missing here ? all data comes from MusicBrainz

Would be nice to have a 'tags' function for retrieving all available data as object.

image image

 const myFile = File.createFromPath(filePath); // flac or mp3

 console.log(myFile.tag.title);
 console.log(myFile.tag.date)
 console.log(myFile.tag.artists);

mattiasghodsian avatar May 01 '24 11:05 mattiasghodsian

+1 please add date tag

Ed1ks avatar Sep 19 '24 14:09 Ed1ks