aadsm / jsmediatags

Media Tags Reader (ID3, MP4, FLAC)
Other
748 stars 128 forks source link

Getting this to work #54

Closed KensonN closed 7 years ago

KensonN commented 7 years ago

I'm relatively new to JavaScript, so please excuse any errors I make in my explanation. So, I am trying to use the browser version of this, but I can't get the example code to work. Is anyone able to help a beginner out?

aadsm commented 7 years ago

Sure, can you explain what you did? You can also use https://jsfiddle.net/ to show what you did.

KensonN commented 7 years ago

Hi. Thanks for the response! I am trying to read the metadata of local files using the browser version of the library. Are you able to guide me through this?

aadsm commented 7 years ago

The browser version can only read files served through HTTP, it's not able to access the local filesystem.