5
I have a collection of voice recordings from my Android phone, all stored in .m4a
files. I would like to know the date of the recording, but the file timestamps have all been set to the date at which I extracted the files from the phone.
When I play them in Totem, the metadata sidebar shows the correct year (e.g. 2013), which leads me to think there must be some metadata stored in the file. It's not just showing the current year, or the year of the file timestamp.
Neither mutagen-inspect
nor puddletag
reveal any tags.
What metadata can an m4a
file hold and how do I get at it?
1m4a is an audio-only mpeg-4 and can have metadata allowed by the mpeg-4 specification. I have never dug out the docs, but it appears to be extensible, so theoretically, you can embed arbitrary metadata – Yorik – 2015-08-25T21:21:26.423