schedutron / home-server

A media home server to stream video from your laptop to any device on the same Wi-Fi!
MIT License
20 stars 47 forks source link

Add thumbnails for the list of videos #8

Open schedutron opened 6 years ago

schedutron commented 6 years ago

Currently, the videos are listed with just their names. It would be awesome to have their thumbnails beside them.

schedutron commented 6 years ago

@Kalwing Wanna do something here?

Kalwing commented 6 years ago

Sure. Is there a way somehow to generate thumbnail image file with python ? Because otherwise I could probably put the video and just remove the control. so it would appear to be just an image. The problem is that it would force the brother to load more data. So it's not ideal !

Edit : It appear that I can't prevent the browser from loading the video. still not perfect as it is not semantically correct to use a video as an image (and it can be problematic for accessibility) but it would works