https://bugs.kde.org/show_bug.cgi?id=446358
--- Comment #5 from b...@mogwai.be --- (In reply to Tiago from comment #4) > For example, this podcast: https://peterattiadrive.libsyn.com/rss > This podcast's chapters are shown in other podcast apps but I couldn't find > them anywhere in Kasts. Ok, this is going to be tricky. That podcast doesn't actually have chapter marks implemented through any standard method: not in the rss xml feed nor in the media file metadata. The only reference to timestamps is in the description field, which is just a structured text field which is not intended to be parsed for information. (Or at least there's not standard to be able to parse it.) I see that AntennaPod makes the timestamps in the text clickable, but it doesn't actually expose them as proper chapters. That avoids the problem of trying to find the associated chapter title, which could be anything since "description" is a free form text field. I will see if I can do something similar in Kasts. But it will never end up as proper chapter marks because the data is simply not structured enough to properly extract it. (For an example of proper chapter marks see e.g. https://www.pine64.org/feed/mp3/ , which is supported by Kasts.) -- You are receiving this mail because: You are watching all bug changes.