aadsm / jsmediatags

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

Getting song duration #95

Closed ithustle closed 6 years ago

ithustle commented 6 years ago

Hi,

Is there a way to get a song duration?

Thanks

CG

captbaritone commented 6 years ago

I have a similar need. I ended up doing this: https://github.com/captbaritone/webamp/blob/master/js/fileUtils.js#L34

It requires a separate request (and that you are running in the browser) so it’s far from ideal, but it works okay.

ithustle commented 6 years ago

Hi @captbaritone Nice one.

Thanks