remove "chapters" container - #30

pull/31/head
Dave Jones 2020-10-13 16:56:39 -05:00
rodzic 0c45d35e2e
commit b7b60385b6
1 zmienionych plików z 5 dodań i 7 usunięć

Wyświetl plik

@ -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 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. 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]"/>** (optional | multiple)
Item (optional | multiple)
This element specifies a point in time during the podcast that can be linked to directly and optionally supplemented with additional content. 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. `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 `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 `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>** - **\<podcast:alternateEnclosure type="[mime type]" length="[(int)]" bitrate="[(float)]" title="[(string)]" stream>**[uri of media asset]**\</podcast:alternateEnclosure>**
Channel (optional | single) Channel (optional | single)