Search code examples
pythonid3m4a

Python, reading ID3 tags from m4a files


I have a large collection of m4a files, all with ID3 tags for genre, artist, and titles. What I would like is to be able to read these tags and store them as strings.


Solution

  • For such common tasks, ready-made libraries almost always exist. A quick Google search for python m4a yields: