Description
I'm preparing an episode of The Audacity to Podcast to teach about the "full," "bonus," and "trailer" episode types and when to use them. And I thought it would be good for use to include a drop-in replacement tag for <itunes:episodeType>
since it pairs very well with episode numbers and seasons.
Thus, the <podcast:episodeType>
tag, but with some improvements.
Apple explains their tag as follows:
The episode type.
If an episode is a trailer or bonus content, use this tag.
Where the episodeType value can be one of the following:
Full (default). Specify full when you are submitting the complete content of your show.
Trailer. Specify trailer when you are submitting a short, promotional piece of content that represents a preview of your current show.
Bonus. Specify bonus when you are submitting extra content for your show (for example, behind the scenes information or interviews with the cast) or cross-promotional content for another show.
The rules for using trailer and bonus tags depend on whether the itunes:season and itunes:episode tags have values:
Trailer:
No season or episode number: a show trailer
A season number and no episode number: a season trailer. (Note: an episode trailer should have a different than the actual episode)
Episode number and optionally a season number: an episode trailer/teaser, later replaced with the actual episode
Bonus:
No season or episode number: a show bonus
A season number: a season bonus
Episode number and optionally a season number: a bonus episode related to a specific episode
The resulting tag would look like <itunes:episodeType>trailer</itunes:episodeType>
The most important takeaway is that these bonus and trailer types are connected to something: the whole show, a season, or an episode.
I think our tag should function the same with this information, and add some additional uses.
- Extra or special: This would be the type for any kind of extra episode that's a break from the norm, but is not a bonus for existing content. For example, if my show is a weekly solo show, but I publish a bunch of 5-minute interviews from an event, those interviews would not be the bonus type, because they're not attached to any existing content. They're standalone, but extra, and thus the "extra" type would be more appropriate than "bonus." This would give podcasters the episode type I often see them incorrectly thinking "bonus" is for.
- Rerun: This would indicate that the episode is republishing old content—either in whole or multiple segments.
- Sequel or miniseries: That might not be the right word, but here's what I envision. This type indicates that an episode is a part of a miniseries regardless of the whole show type. Consider some TV shows, for example. The show is an overall serial format, but then there's a part 1 and part 2 miniseries. In other words, a small series within a series. But with out bonus and trailer types are attached to an episode/season number, I think this tag would stand alone, allowing "part 1" to be episode 10 and "part 2" to be episode 11. What happens when there are multiple miniseries and how to group them? That could probably be handled with our season tag. But the following is another possible solution.
Additional label attribute?
While the Apple tag allows only a single value, I think our tag should have an optional "label" attribute, which can display to the audience as well as help group miniseries together.
For example, <podcast:episodeType label="Foundations">miniseries</podcast:episodeType>
This could be used when a particular season is already necessary, but the miniseries spreads across seasons or is independent of them.
But I'll admit this is probably an extremely rare scenario and nearly every situation I consider could be handled by <podcast:season>
instead.
For example, many pastors will preach sermon series, but sometimes take a break from that series for holiday themes or summer. So a "Foundations" sermon series could be indicated in the season tag, while the episodes are assigned to it as normal episodes. But the "miniseries" episode type could be for a series too small to warrant its own season.
Support multiple types?
I can foresee the need for an episode to be multiple types. Like rerunning a past bonus episode. Or maybe something is a trailer for a miniseries. So it might be necessary to allow multiple instances of the episodeType tag.