43081j / id3

A JavaScript ID3 tags parser for Node & browsers.
MIT License
335 stars 63 forks source link

Metadata from a file stored in GridFS #30

Open gautamverma opened 9 years ago

gautamverma commented 9 years ago

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 1) OPEN_LOCAL -> it give TypeError: path must be a string error. 2) OPEN_FILE -> Browser does not have support for the File API and/or ArrayBuffers

So any other way to do this?