kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
Making chapters official!
rodzic
069833fe17
commit
31e9b531b4
16
docs/1.0.md
16
docs/1.0.md
|
@ -69,3 +69,19 @@ This tag lists possible donation/funding links for the podcast. The content of t
|
|||
|
||||
#### Examples
|
||||
`<podcast:funding url="www.mydomain.com/support">Support the show!</podcast:funding>`
|
||||
|
||||
<br><br>
|
||||
|
||||
## Chapters
|
||||
`<podcast:chapters>`
|
||||
Links to an external file (see example file) containing chapter data for the episode. See the [jsonChapters.md](https://github.com/Podcastindex-org/podcast-namespace/blob/main/chapters/jsonChapters.md) file for a description of the chapter file syntax. And, see the [example.json](https://github.com/Podcastindex-org/podcast-namespace/blob/main/chapters/example.json) example file for a real world example.
|
||||
|
||||
#### Parent
|
||||
`<item>`
|
||||
|
||||
#### Attributes
|
||||
- **url:** The URL to be followed to fund the podcast.
|
||||
- **type:** Mime type of file - JSON prefered, 'application/json'.
|
||||
|
||||
#### Examples
|
||||
'<podcast:chapters url="[url to chapter data file]" type="[mime type]" />'
|
||||
|
|
Ładowanie…
Reference in New Issue