mediacms icon indicating copy to clipboard operation
mediacms copied to clipboard

Timestamps in Description

Open noboevbo opened this issue 1 year ago • 3 comments

Describe the feature you'd like I would like to add chapters to my videos. To do this, I would like to simply add a list of timestamps in the description that should be clickable (similar to comments), e.g.

00:08 - Intro 00:30 - About XYZ

However, the timestamps in the description don't seem to be recognized. Would it be possible to offer a similar function here as for timestamps in the comments?

Describe alternatives you've considered An alternative would be to create a comment for each video, but this seems to be a little unintuitive for the endusers.

Additional context

noboevbo avatar Apr 09 '23 22:04 noboevbo

I can chime in with a bit of information on this. There seems to be some functionality in the comments module which was intended to allow comments to reference particular spots on the timeline. This used an adapted version of this:

https://github.com/spchuang/videojs-markers

...which is now a dormant project and no longer works properly with newer versions of VideoJS. I ran into that when trying to fix some of the npm audit issues when building the frontend. So I think for something like this, you'd need something similar but actively maintained.

KyleMaas avatar Sep 06 '23 14:09 KyleMaas

Timestamps were added on description, then there has been a bug that prevented them from working, and I disabled them. But there's a fix available that I'm planning to commit to fix that.

mgogoulos avatar Sep 06 '23 15:09 mgogoulos

@mgogoulos were you able to get the fix ready for commit? I tried updating the htmlInDescription but that did not work when I added tags.

bigd1182 avatar Jun 18 '24 12:06 bigd1182