-
Notifications
You must be signed in to change notification settings - Fork 118
Description
The namespace adoption chicken-and-egg problem
- What would lead to more podcasts using the new namespace? Answer: podcast hosting companies adding these tags to their authoring tools.
- What would lead more podcast hosting companies to add these tags to their authoring tools? Answer: more demand from podcast creators and/or market pressure from the competition.
- What would lead to more demand from podcast creators? Answer: generally, more demand from podcast listeners (with some exceptions).
- What would lead to more demand from listeners? Exciting app features leveraging these tags that offer real value.
- What would lead app developers to implement features leveraging these tags? Answer: support from hosting companies. Oh. Wait.
The key point is that "most" podcast creators will not be able to add these tags to their podcasts via their hosting providers, and it will be a long time (if ever) before they can.
An interim solution
What if we have an alternative (and "standard") way to embed this same metadata into plain old HTML in the channel and item descriptions, as a fallback option for hosts that don't support these tags. Now keep in mind that Spotify supports only a limited subset of HTML. Within these limitations, one way it could be done is to have a specially-named heading, followed by an unordered list of specially-formatted metadata. In the case of chapters and transcripts, the list item could simply be a hyperlink with the label indicating chapters or transcript. For simple key/value metadata, it could be represented by key: value. If the value is a list, that list can be represented as value1, value2, value3.
Another potential way to handle chapters and transcripts is to just allow a hyperlink to the chapters or transcript file to occur anywhere within the episode description, but require the hyperlink label to be formatted in a special way that can be recognised by the apps.
I think with the second approach, there's certainly the appeal that all a podcast creator needs to do to publish their transcript or chapters for an episode is to simply add a link to it in the description. Certainly podcast creators I've spoken with have been happy to publish their transcripts that way given that they aren't currently able to implement the namespace tags. And indeed, some were already doing it that way before the advent of this namespace. If people are in fact doing that, it would be nice to standardise it.
My hope is that this can help to speed up the adoption of this podcast metadata in a way that doesn't depend on the hosting companies, because if the feedback loop is shorter, the effects should iterate faster.