Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added encoding and copyright #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RichardLitt
Copy link

Also added TLEN alias to duration (see https://en.wikipedia.org/wiki/ID3).

@RichardLitt
Copy link
Author

Hmm: reading the README, TLEN doesn't mean duration. Any idea how to get the duration in seconds from TLEN?

The other lines should stay, but I will have to edit this. Not RFM!

@leetreveil
Copy link
Owner

I would never use TLEN to fetch the duration of an mp3 file.

Use:

mm(fs.createReadStream('sample.mp3'), { duration: true }, function (err, metadata) {});

Instead.

Also added TLEN alias to duration (see https://en.wikipedia.org/wiki/ID3).
@RichardLitt RichardLitt force-pushed the feat/add-encoding-and-copyright branch from 61e11bb to f03001a Compare October 17, 2016 22:27
@RichardLitt
Copy link
Author

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants