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

How to read picture in mp3? #4

Open
kanbekotori opened this issue Jul 27, 2014 · 1 comment
Open

How to read picture in mp3? #4

kanbekotori opened this issue Jul 27, 2014 · 1 comment

Comments

@kanbekotori
Copy link

The result dosen't have a property like picture(my song really has a cover picture).

ffmetadata.read("song.mp3", function(err, data) {
    if (err) console.error("Error reading metadata, err");
    else console.log(data);
});
@parshap
Copy link
Owner

parshap commented Jul 27, 2014

@kanbekotori: We don't have an API for reading cover images. Writing cover images was just recently added, but no API for reading was added. It shouldn't be too hard to implement. See #3 for details.

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

No branches or pull requests

2 participants