From ed7d03ff1844c92f0a3dd0b076a7dd1cbc8c9dee Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Thu, 6 May 2021 08:23:36 -0500 Subject: [PATCH] trailer tag bug fix --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb6a60b..19f6f5f 100644 --- a/README.md +++ b/README.md @@ -171,8 +171,11 @@ 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 basically just like an `` with the extra `pubdate` and `season` attributes added. +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, it must be a number that matches +the format of the `` tag. So, for a podcast that has 3 published seasons, a new `` tag can be put in the channel to later be matched up with a `4` +tag when it's published within a new ``. + +This element is basically just like an `` with the extra `pubdate` and `season` attributes added. - `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. @@ -189,9 +192,9 @@ Example with Season Linkage: ```xml Season 4: Race for the Whitehouse -(combined with) +(later matches with) -4 +4 ```