Add episode duration to the DB
Open
@stolinski is already working on this.
Since Jun 27, 2024.
- Dominant language
- Svelte
- Stars
- 1.2k
- Forks
- 515
- Avg merge
- 23h
- Merged PRs (30d)
- 13
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.