Podlove Simple Chapters Namespace Reference
The Podlove Simple Chapters (PSC) namespace provides structured chapter information for podcasts and other media, allowing creators to define timed segments with titles, links, and images.
Namespace URI | http://podlove.org/simple-chapters |
---|---|
Specification | Podlove Simple Chapters |
Prefix | <psc:*> |
Available in | RSS, Atom |
Property | psc |
Structure
ts
export type Chapter = {
start: string
title?: string
href?: string
image?: string
}
export type Item = {
chapters?: Array<Chapter>
}
Related
- iTunes Namespace - Traditional podcast metadata
- Podcast Namespace - Modern Podcasting 2.0 features
- Parsing Namespaces - How namespace parsing works