Skip to content

Added encoding and copyright#129

Open
RichardLitt wants to merge 1 commit intoleetreveil:masterfrom
RichardLitt:feat/add-encoding-and-copyright
Open

Added encoding and copyright#129
RichardLitt wants to merge 1 commit intoleetreveil:masterfrom
RichardLitt:feat/add-encoding-and-copyright

Conversation

@RichardLitt
Copy link
Copy Markdown

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

@RichardLitt
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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