Show HN: CastDop – Search Inside Podcasts (castdop.com)

4 points by t0mkaka ↗ HN
Hi fellow hackers,

I made a website to search full episodes in podcasts. You can search by terms/words, or list all episodes of podcast and view their transcripts. (To list available episodes, click on the podcast name in the search result)

- Search in transcripts - View Full transcripts of episodes - Highlight important section of podcast episode - Currently only for English podcasts

There is another feature in transcripts which highlights important sentences in the podcast.

The website has around 2500 episodes transcribed from around 80 podcasts. I am working on adding around 1000 episodes per day but the list is random.

If you provide your favorite podcast in comment / on the website form, then I can prioritize that.

Note that full transcript is not available for some episodes but search is working. For full episodes, you can look for 10 podcasts with full transcripts on the right side of the page. e.g (Lex Fridman doesn't have search result for latest 20 podcasts but before that we have around 245 episodes full transcript and searchable.)

Few questions : 1. I know that sooner or later big companies like Apple / Google /Spotify might add this feature on their podcasts. Is it worth pursuing it ?

2. How can I make it self-sustainable for getting server costs?

Thanks to @wenbin, hackernews - for showing one person can build a product.

Any help / comment / feedback is appreciated. Thanks

6 comments

[ 4.6 ms ] story [ 25.4 ms ] thread
Is this being done leveraging the podcast:namespace and features made available in Podcasting 2.0?
No, I have just just used the RSS feed from podcasts. The the audio files are transcribed and processed and ingested into database.

I have not know podcasting 2.0 but will take a look.

Documentation on the <podcast:transcript> tag is here: https://github.com/Podcastindex-org/podcast-namespace/blob/m...

To see which apps currently support which Podcasting 2.0 features: https://podcastindex.org/apps (some of the apps are web apps not all that dissimilar to yours)

Thanks a lot. I see some apps with transcript support. Some of them have transcripts and some of them not. This will solve my problems of having a podcast index as I was having major issues in getting a list of podcasts to transcribe and this will help.

Maybe I can also put my app with them but need to read about it first about the compliance.

(comment deleted)