Proposal: <podcast:episodeType> #470
Replies: 4 comments
-
Added a "rerun" type, thanks to inspiration from thejavakat. |
Beta Was this translation helpful? Give feedback.
-
It was pointed out to me that we're allowing decimals in episode numbers to allow for the things I think episode types can solve better. |
Beta Was this translation helpful? Give feedback.
-
I thought of an additional episode type: This kind of content shouldn't be a trailer or bonus because it might not be tied to the rest of the show (it could be promoting a different show or something that's not even a podcast). And it's not a "special episode" either. Promos would be the kind of content a podcaster might want to remove after the event has happened. But they might also opt to leave the promo in the feed indefinitely, such as when crosspromoting another podcast (of their own or someone else's). This would pair perfectly with my new proposal for a |
Beta Was this translation helpful? Give feedback.
-
I like the idea of more parity with the iTunes tags, but also caution against getting too granular. In reading this just now it seemed a bit like splitting hairs. You can almost always find smaller groups to categorize things as, but at a certain point it becomes too granular to be useful. I’m not sure this has made it to that stage yet, but it certainly seems on its way. Do also keep in mind the UI a host would need to present so the type could be specified. One thing that instantly came to mind when thinking about this is that a host won’t want to have two places this is entered so a mapping from all new types to the appropriate iTunes type is likely needed. For example: say I am in Buzzsprout’s web interface uploading an episode that’s not the default “full”. I’d see a list of these types and have to pick one after reading some unambiguous help text.
|
Beta Was this translation helpful? Give feedback.
-
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 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.
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.
Beta Was this translation helpful? Give feedback.
All reactions