saecki / mp4ameta

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

Work movement support #4

Closed babysnakes closed 4 years ago

babysnakes commented 4 years ago

Fixes #3

This PR hopefully implements correctly movement/work tags support. Note that I have no experience / knowledge about saving binary files and I it took a long time to figure out what to do. I didn't try heavy usage on this library, I just tried to set metadata and read it with external m4a tools (like AtomicParsley). Please take extra care when reviewing my changes to make sure I didn't break anything...

A few thoughts about this PR:

Thank you very much for this crate. I was searching for a long time for a crate handle m4a 😄 .