podsync / issues

An UNOFFICIAL place to track feature and bug reports for podsync.net
https://www.patreon.com/podsync/community
1 stars 0 forks source link

Support Simple Chapters spec #4

Open patcon opened 7 years ago

patcon commented 7 years ago

Spec: https://podlove.org/simple-chapters/

Can't speak for other platforms, but at least on YouTube, descriptions allow auto-linking of timestamps as seen here: https://www.youtube.com/watch?v=O4LYbtAXu7Q

It feels like it wouldn't be too complex to parse description lines with a regex expression like this: http://rubular.com/?regex=^\d\d:\d\d:\d\d%20(.*)&test=00:29:49%20vTaiwan:%20on%20breaking%20stalemates

And from that, auto-generate chapters...! Many people use that format for videos anyhow, so it would Just Work!

This is something I would 100% be willing to contribute to, if you were to move forward on #1 :heart: