website icon indicating copy to clipboard operation
website copied to clipboard

Add episode duration to the DB

Open wesbos opened this issue 2 years ago • 1 comments

Episode duration isn't something we have saved. IT would need to be calculated at import.

I initially thought we could do this when we get the transcripts, because we have ffmpeg out. BUT I think we can do it without ffmpeg?

Perhaps though the metadata of the mp3?

https://github.com/transitive-bullshit/get-mp3-duration https://stackoverflow.com/questions/50503460/get-duration-of-remote-mp3-file-without-full-download

wesbos avatar Nov 06 '23 19:11 wesbos