kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
remove "chapters" container - #30
rodzic
0c45d35e2e
commit
b7b60385b6
12
README.md
12
README.md
|
@ -116,22 +116,20 @@ this larger namespace. But, we don't want to be so general that the spec become
|
|||
specified by the RSS \<language\> element. If the rel="captions" attribute is present, the linked file is considered to be a closed captions file, regardless of what the
|
||||
mime type is. In that scenario, time codes are assumed to be present in the file in some capacity.
|
||||
|
||||
- **\<podcast:chapters/>**
|
||||
|
||||
Channel (optional | single)
|
||||
- **\<podcast:chapter start="[Normal Play Time]" title="[(string)]" href="[uri to content]" type="[mime type]"/>**
|
||||
|
||||
This element lists optional `<podcast:chapter/>` item elements.
|
||||
Item
|
||||
|
||||
- **\<podcast:chapter start="[(Normal Play Time)]" title="[(string)]" href="[(uri to content)]" type="[mime type]"/>**
|
||||
|
||||
Item (optional | multiple)
|
||||
(optional | multiple)
|
||||
|
||||
This element specifies a point in time during the podcast that can be linked to directly and optionally supplemented with additional content.
|
||||
`start` is required and uses the [Normal Play Time](https://www.w3.org/TR/media-frags/#naming-time) standard.
|
||||
`title` is required and is used as a user facing identifier for this chapter
|
||||
`title` is optional and is used as a user facing identifier for this chapter
|
||||
`href` is optional and points to additional user facing content
|
||||
`type` is optional but it is strongly encouraged if `href` is used so that clients can handle the chapter content appropriately
|
||||
|
||||
|
||||
- **\<podcast:alternateEnclosure type="[mime type]" length="[(int)]" bitrate="[(float)]" title="[(string)]" stream>**[uri of media asset]**\</podcast:alternateEnclosure>**
|
||||
|
||||
Channel (optional | single)
|
||||
|
|
Ładowanie…
Reference in New Issue