pocket-casts-android icon indicating copy to clipboard operation
pocket-casts-android copied to clipboard

Support Chapters in m4a Files

Open akirk opened this issue 1 year ago • 0 comments

What problem does this address?

Currently, chapters in m4a files are not supported in Pocketcasts Android, likely because it uses android.support.v4.media.MediaMetadataCompat which is an Android provided API.

What is your proposed solution?

The Android library https://github.com/wseemann/FFmpegMediaMetadataRetriever could be used to get the chapters from m4a files. Here is some sample code: https://github.com/bottiger/SoundWaves/blob/master/app/src/main/java/org/bottiger/podcast/utils/chapter/ChapterUtil.java#L84

Did you search for existing feature suggestions?

  • [X] I have searched for existing feature suggestions.

akirk avatar Oct 11 '22 14:10 akirk