Pulling metadata out of enhanced podcasts (.m4a) and into XML
August 13th, 2009
2 comments
For my radio show iPhone application project, I wanted to use the metadata contained in my enhanced podcast files. Including:
- chapter information (artist/song)
- chapter start time
- chapter image
Once I had this information I wanted to store it in XML on my server so I could access it whenever I wanted (from the iPhone application).
