buzz / mediainfo.js

Extract media file metadata in the browser using WebAssembly.
https://mediainfo.js.org
BSD 2-Clause "Simplified" License
689 stars 107 forks source link

set coverData:true, but no coverData in result #138

Closed qyjandroid closed 1 year ago

qyjandroid commented 1 year ago

my code

MediaInfo({ coverData: true }).then((mediainfo: any) => mediainfo .analyzeData(() => file.size, this.readChunk(file)) .then((result: any) => { console.log(result); // I did not found the coverData }) there is no coverData in result, where is the coverData?

image

buzz commented 1 year ago

Hey @qyjandroid, thanks for filing a bug report. Could you use the issue template for bugs and fill in the missing data? Much appreciated