Making chapters official!

pull/97/head
snookfin 2020-11-03 16:33:12 -05:00 zatwierdzone przez GitHub
rodzic 069833fe17
commit 31e9b531b4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 16 dodań i 0 usunięć

Wyświetl plik

@ -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]" />'