phase 2 - season tag - #108

pull/190/head
Dave Jones 2021-02-04 08:52:59 -06:00
rodzic dc31ff9287
commit 9b797830e9
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -208,7 +208,7 @@ Please see the [implementation document](https://github.com/Podcastindex-org/pod
## Season
`<podcast:season>`
This element allows for identifying which episodes in a podcast are part of a "season".
This element allows for identifying which episodes in a podcast are part of a "season", with an optional season name attached.
#### Parent
`<item>`
@ -217,10 +217,10 @@ This element allows for identifying which episodes in a podcast are part of a "s
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.
The node value is an integer, and represents the season "number". It is required.
#### Attributes
- **name:** (optional) - This is the "name" of the season.
- **name:** (optional) - This is the "name" of the season. If this attribute is present, applications are free to **not** show the season number to the end user, and may use it simply for chronological sorting and grouping purposes.
Please do not exceed `128 characters` for the name attribute.