cbenning / fussel

A static photo gallery generator
https://github.com/cbenning/fussel
MIT License
260 stars 17 forks source link

[Suggestion] Add video support #42

Open nkoester opened 3 years ago

nkoester commented 3 years ago

My gallery contains short videos which were mostly recorded by mobile phones and/or cut together from longer ones. I would love to also have these within the library and allow watching them in the fullscreen view.

(This might be feature-creep. If so please close this issue. But there was no issue regarding videos, so I went ahead and suggested it)

cbenning commented 3 years ago

Seems reasonable, as it can probably be done almost entirely on the client side. We've need to detect a video, add a flag to the metadata and then have the React Code actually provide a streaming widget or something?

nkoester commented 3 years ago

That sounds good. Maybe even extract an image to use as a thumbnail.

satchlj commented 1 year ago

I would also love this feature.