trying to read Metadata from FLAC-files with musicmetadata.js and jsmediatags.js

143 Views Asked by At

I'm a newby to web development and I'm stuck with retrieving metadata like Composer from FLAC audiofiles.

I tried to extract this information with jsmediatags.js and musicmetadata.js in Chrome with Javascript, and I could only read the title, artist, genre, picture, track and year.

My question is: am I doing something wrong, or are these libraries not supporting all the fields inside the FLAC files?

I'm happy for any help I can get.

I tried to extract all metadata from FLAC and MP3 files

0

There are 0 best solutions below