psc:chapters

psc:chapters

[1] Specifications | Podlove ( 版) <http://podlove.org/specifications/>

The Podlove Project wants to drive Podcast development by providing community-backed that solve real problems of podcasters, podcast client and podcast users alike.

[2] Podlove Simple Chapters | Podlove ( 版) <http://podlove.org/simple-chapters/>

Podlove Simple Chapters is an XML 1.0 based format meant to extend file formats like Atom Syndication [1] and RSS 2.0 [2] that reference enclosures (podcasts). As the name implies, this format defines simple chapter structures in media files.

[3] Podlove Simple Chapters | Podlove ( 版) <http://podlove.org/simple-chapters/>

<link rel="enclosure" type="audio/mpeg" length="12345" href="http://podlove.org/files/fiatlux.mp3"/>

<!-- specify chapter information -->

<psc:chapters version="1.2" xmlns:psc="http://podlove.org/simple-chapters">

<psc:chapter start="0" title="Welcome" />

<psc:chapter start="3:07" title="Introducing Podlove" href="http://podlove.org/" />

<psc:chapter start="8:26.250" title="Podlove WordPress Plugin" href="http://podlove.org/podlove-podcast-publisher" />

<psc:chapter start="12:42" title="Resumée" />

</psc:chapters>

</item>