saecki / mp4ameta

A library for reading and writing iTunes style MPEG-4 audio metadata
Apache License 2.0
35 stars 5 forks source link

Error parsing #23

Closed probablykasper closed 3 years ago

probablykasper commented 3 years ago

With mp4ameta v0.11.0, I edited this file's artworks. I believe it ran tag.take_artworks() and then tag.set_artworks(Vec::new()), so it should just have removed the artworks. Aero Chord - 4U copy.m4a.zip

On 0.11.0, read_from_path() works fine on the file, but on the master branch, it results in this error:

Error parsing moov: Error parsing udta: Error parsing meta: Error parsing ilst: Error constructing meta item 'covr', missing data atom
saecki commented 3 years ago

I think this is already fixed on the chapter branch, and will be merged soon. Can you give that a try?

probablykasper commented 3 years ago

Yeah that does work, thanks! Feel free to close