kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
phase 2 - season tag - #108
rodzic
dc31ff9287
commit
9b797830e9
|
@ -208,7 +208,7 @@ Please see the [implementation document](https://github.com/Podcastindex-org/pod
|
||||||
|
|
||||||
## Season
|
## Season
|
||||||
`<podcast: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
|
#### Parent
|
||||||
`<item>`
|
`<item>`
|
||||||
|
@ -217,10 +217,10 @@ This element allows for identifying which episodes in a podcast are part of a "s
|
||||||
Single
|
Single
|
||||||
|
|
||||||
#### Node Value
|
#### 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
|
#### 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.
|
Please do not exceed `128 characters` for the name attribute.
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue