Is there a way to get the metadata for embedded chapters in mp3/m4a files using MediaMetadataRetriever in Android? This is for audio only files. I just need to get the chapter name, starting position, and duration. Embedded artwork would be nice but not necessary.
I have tried using FFmpegMediaMetadataRetriever library but I am having some issues with API 19. https://github.com/wseemann/FFmpegMediaMetadataRetriever
Maybe there is a better library that I can use?