Web-Multi-Media / HttpStreamingServer

A Django + React webapp to watch your videos
MIT License
5 stars 3 forks source link

Predefined language for subtitles #30

Open valeneri opened 4 years ago

valeneri commented 4 years ago

The idea here is to set english subtitles as the default langage when launching a video.

We could also store the last subtitle langage selected in client cache with localStorage and set it as the default langage, if changed, after next connection.

In the future, it may be nice to let the user choose whether or not he wants to set a default langage.

xavierfav commented 4 years ago

I think this is a very nice feature! It would be possible to store a default subtitle language in database as a user preference column.