id3
id3 copied to clipboard
Metadata from a file stored in GridFS
Hi,
Can i used this library to somehow to read a file stored in gridfs and give me the tags?
I tried giving a stream in both mode
- OPEN_LOCAL -> it give TypeError: path must be a string error.
- OPEN_FILE -> Browser does not have support for the File API and/or ArrayBuffers
So any other way to do this?