From ed401fae2dd4c7e70b5eb72ef10733384436fd19 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 5 May 2021 11:29:00 -0500 Subject: [PATCH] finalize trailer tag - #84 --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79d462a..fb6a60b 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ The following tags should be considered purely as work in progress proposals. T
-### **\** - [Discuss](https://github.com/Podcastindex-org/podcast-namespace/issues/84) +### **\** - [Finalized](https://github.com/Podcastindex-org/podcast-namespace/issues/84)
@@ -154,10 +154,10 @@ The following tags should be considered purely as work in progress proposals. T ```xml [Title of Trailer(string)] @@ -170,10 +170,12 @@ Channel (optional | multiple) -This element is used to define the location of an audio or video file to be used as a trailer for the entire podcast or a specific season. There can be more than one trailer present in the channel of the feed. If there is more than one listed, the most recent one according to it's `pubdate` should be chosen by default within podcast apps. If the `season` attribute is present, then the `` element it references must also be present within the feed. +This element is used to define the location of an audio or video file to be used as a trailer for the entire podcast or a specific season. There can be more than one trailer present in the channel of the +feed. If there is more than one listed, the most recent one according to it's `pubdate` should be chosen by default within podcast apps. If the `season` attribute is present, then the `` element +it references must also be present within the feed. This element is basically just like an `` with the extra `pubdate` and `season` attributes added. -- `pubdate` (required) The date the trailer was published. - `url` (required) This is a url that points to the audio or video file to be played. +- `pubdate` (required) The date the trailer was published. - `length` (recommended) The length of the file in bytes. - `type` (recommended) The mime type of the file. - `season` (optional) If this attribute is present it specifies that this trailer is for a particular season number.