Proposal: Fallback for the transcript tag #549
Replies: 2 comments 18 replies
-
IMO, putting links to SRT files in the show notes feels hacky and very hostile to the listener. But if podcasters are willing to link to a transcript somewhere, I’d love to see transcript providers support some sort of markup on their listener-facing web pages that podcast apps could crawl. For example, if a podcaster links to a public Descript project, those webpages already include:
I’ve built a feature for Steno.fm that can recognize those links, crawl those pages, and display those transcripts alongside the audio. The major downside to this approach is that apps have to develop heuristics for which links to crawl, but I think asking podcasters to include something like a Maybe there should be a
|
Beta Was this translation helpful? Give feedback.
-
By offering a shim alternative to "my podcast host can't be bothered to let me link to my transcripts properly", are we not perpetuating the issue that some podcast hosts can't be bothered to let podcasters link to their transcripts properly?
... then send your host's support team this email, which contains: I'm nervous about producing shims to cover up for podcast hosting company ineptitude. Surely the right thing to do is to pressure podcast hosts to implement at least the simplest version of this tag (which is to paste a URL into a box). |
Beta Was this translation helpful? Give feedback.
-
This is both a proposal and an open letter to podcast app developers to please consider supporting a modest fallback to the
<transcript>
tag that will not deny listeners access to transcripts, even when a hosting platform hasn't supported them yet.The proposal is simple. When a podcast app loads a transcript:
<podcast:transcript>
tag..srt
extension. (For the uninformative JSON extensions, see Proposal: replace generic `*.json` extension with specific extensions for each file type #452)Lagging adoption by hosting platforms and podcaster apathy should not be reasons to deny a listeners access to transcripts in the present, and so we need a pragmatic way to balance the immediate needs of certain listeners with the desire to roll out the namespace standard universally in the long term. Although the march for universal adoption of the namespace should continue on, this proposal is about ensuring comprehension and accessibility for all listeners in the present.
Background
Over the past few years, I have been approaching podcasters to ask if they would consider publishing transcripts via this new tag, and the response has almost universally been along these lines:
"I see. What if you just add a link to the transcript in your episode description? Would be willing to publish transcripts then?"
I am hearing definite interest in transcripts and a willingness from podcasters to add a link to transcripts in at least SOME way, whatever they can manage within their current setup, but as yet, there are no apps that actually support this, and so even if they did add a link in this way, the podcast apps would not yet actually take advantage of it and show those transcripts to the listener. In theory, it is a small step from here to there for any developer who wants pick up these links.
I am not going to give up the advocacy work of trying to get more hosting companies to support the namespace, however in the meantime, my job would be a lot easier if my typical dialogue (above) could finish with "Great! If you do that, here are a few podcast apps you can recommend to your listeners that will pick up and display these transcripts."
Beta Was this translation helpful? Give feedback.
All reactions