Borewit / music-metadata-browser

Browser version of music-metadata parser Supporting a wide range of audio and tag formats.
MIT License
240 stars 21 forks source link

Broken data in metadata result #740

Closed Fuchsoria closed 2 years ago

Fuchsoria commented 2 years ago

Hi, today we found that metadata parse doesn't work anymore in our case, image

package versions were tested: 2.2.6, 2.5.4. browser chrome latest version

const metadata = mm.parseReadableStream(file.stream());

metadata.then(result => {
    console.log(result);
});
mhyeganeh commented 2 years ago

Same Here: Annotation 2022-02-24 164512

await musicMetadata.parseBlob(audio_file).then(metadata => {
     console.log(metadata);
});

I was using this package and top method for a long time and suddenly it stopped working! (Aroung 2 weeks ago...)

Borewit commented 2 years ago

Thank you so much for reproducing the issue @Fuchsoria, that is what allowed me to nail this issue!

Should be resolved in music-metadata-browser v2.5.5 my friend mhyeganeh.

mhyeganeh commented 2 years ago

@Borewit

Good Job! 👍 and so many thanks for your effort. It has been resolved completely in 2.5.5