Skip to main content

Module podlove

Module podlove 

Available on crate features http and rss only.
Expand description

Podlove Simple Chapters extension (https://podlove.org/simple-chapters).

Inline per-episode chapter markers, distinct from Podcasting 2.0’s <podcast:chapters> (which points at an external JSON file). The shape on the wire is:

<psc:chapters version="1.2">
  <psc:chapter start="00:00:00.000" title="Intro"/>
  <psc:chapter start="00:02:34.500" title="Sponsor" href="https://…"/>
  <psc:chapter start="00:05:42"     title="Main topic" image="https://…"/>
</psc:chapters>

Structs§

PodloveChapter
A single <psc:chapter> element.
PodloveChapters
A <psc:chapters> element. Item-level only (a chapter list applies to a single episode).