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
With mp4ameta v0.11.0, I edited this file's
artworks
. I believe it rantag.take_artworks()
and thentag.set_artworks(Vec::new())
, so it should just have removed theartworks
. Aero Chord - 4U copy.m4a.zipOn 0.11.0,
read_from_path()
works fine on the file, but on the master branch, it results in this error: