Borewit

Results 178 comments of Borewit

I have no problem accepting such a change: https://github.com/Borewit/music-metadata/issues/27

Try [music-metadata](https://github.com/Borewit/music-metadata) instead.

Try [music-metadata](https://github.com/Borewit/music-metadata) instead: ```shell npm uninstall musicmetadata npm install music-metadata ``` ```JavaScript const mm = require('music-metadata'); mm.parseFile('sample.mp3', {duration: true}) .then( metadata => { console.log(`duration = ${metadata.format.duration} milliseconds`) }) ```

Implemented in music-metadata: https://github.com/Borewit/music-metadata/issues/11

MPEG parsing is not done in case a ID3v1 header is assumed to be parsed. I fixed this in [music-metadata](https://github.com/Borewit/music-metadata) by moving the MPEG (MP3) parsing functionality from ID3v2 to...

Not directly Tomás, So far I only managed with [request](https://github.com/request/request) to esteblish and keep up a cookie based authentication session (where the cookie handling requires customization). I suspect this has...

Good point, I did some more testing. Using the same sample, and installed Node v11 on my Windows machine (other results executed on Travis-CI): | Server | Node v8.12.0 |...

Maybe you are interested in the [Amazon S3 metadata parser](https://github.com/Borewit/music-metadata-s3)?