From 0774c2a35f21bb9181379fff8b934db2f9c7d8ad Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Thu, 4 Feb 2021 09:48:36 -0600 Subject: [PATCH] phase 2 - episode tag - #108 --- docs/1.0.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/docs/1.0.md b/docs/1.0.md index 564cbb0..637cf3f 100644 --- a/docs/1.0.md +++ b/docs/1.0.md @@ -225,8 +225,40 @@ The node value is an integer, and represents the season "number". It is require Please do not exceed `128 characters` for the name attribute. #### Examples +`5` + `3` `1` -`3` \ No newline at end of file +`3` + +

+ + +## Episode +`` +This element exists largely for compatibility with the `season` tag. But, it also allows for a similar idea to what "name" functions as in that element. + +#### Parent +`` + +#### Count +Single + +#### Node Value +The node value is a decimal number. It is required. + +#### Attributes + - **display:** (optional) - If this attribute is present, podcast apps and aggregators are encouraged to show it's value instead of the purely numerical node value. This attribute is a string. + +The episode numbers are decimal, so numbering such as `100.5` is acceptable if there was a special mini-episode published between two other episodes. In that scenario, the number would help with proper chronological sorting, while the `display` attribute could specify an alternate special "number" (like `display="100a - Special"`) to display for the episode in a podcast player app UI. While these options are perfectly legal with this element, podcasts are encouraged to keep this element to it's simplest form of just a single, whole number in the node value and no attributes. + +Please do not exceed `64 characters` for the display attribute. + +#### Examples +`3` + +`315.5` + +`204` \ No newline at end of file