Meta Data Support for M4A #2068
pschatzmann
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking for someone who is willing to extend the functionality to add meta data support to the M4AContainer.
This should not be to difficult to implement:
We just need some new parser callback for the meta
[meta] ; Metadata box
├── 4 bytes: version and flags
├── [hdlr] ; Handler box (usually "mdir")
└── [ilst] ; Item list box
├── [©nam] ; Title
├── [©ART] ; Artist
├── [©alb] ; Album
├── [©gen] ; Genre (string)
└── [gnre] ; Genre (numeric ID)
└── [covr] ; Cover image (can be large)
Beta Was this translation helpful? Give feedback.
All reactions