Skip to content

Cover will removed by write data #11

@kanbekotori

Description

@kanbekotori

My mp3 has a cover and i run the code, the cover has removed.
ffmetadata.write(p, data, function(err) {
if (err) {
console.log(err);
} else {
ffmetadata.read(p, function(err, data) {
if (err) console.error("Error reading metadata", err);
else console.log(data);
});
}
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions