phase 2 - season tag

pull/190/head
Dave Jones 2021-02-04 08:44:28 -06:00
rodzic 96a2eb6a78
commit dc31ff9287
1 zmienionych plików z 27 dodań i 1 usunięć

Wyświetl plik

@ -201,4 +201,30 @@ Please do not exceed `128 characters` for the node value or it may be truncated
`<podcast:location geo="geo:-27.86159,153.3169" osm="W43678282">Dreamworld (Queensland)</podcast:location>`
Please see the [implementation document](https://github.com/Podcastindex-org/podcast-namespace/blob/main/location/location.md) and the [example feed](https://github.com/Podcastindex-org/podcast-namespace/blob/main/example.xml) for more examples.
Please see the [implementation document](https://github.com/Podcastindex-org/podcast-namespace/blob/main/location/location.md) and the [example feed](https://github.com/Podcastindex-org/podcast-namespace/blob/main/example.xml) for more examples.
<br><br>
## Season
`<podcast:season>`
This element allows for identifying which episodes in a podcast are part of a "season".
#### Parent
`<item>`
#### Count
Single
#### Node Value
The node value is an integer, and represents the season "number". It is required. Even though this value is required, if the `name` attribute is used, applications are free to ignore it.
#### Attributes
- **name:** (optional) - This is the "name" of the season.
Please do not exceed `128 characters` for the name attribute.
#### Examples
`<podcast:season name="Race for the Whitehouse 2020">3</podcast:season>`
`<podcast:season name="Egyptology: The 19th Century">1</podcast:season>`