Chocobozzz / PeerTube

ActivityPub-federated video streaming platform using P2P directly in your web browser
https://joinpeertube.org/
GNU Affero General Public License v3.0
13.16k stars 1.52k forks source link

Auto filter video languages for anonymous users #2642

Open Chocobozzz opened 4 years ago

Chocobozzz commented 4 years ago

Implement an option in the admin, to automatically set video languages for anonymous users. See https://github.com/Chocobozzz/PeerTube/issues/1408#issuecomment-614119630

user_config:
  anonymous:
    video_languages: 'all' | 'set_from_browser'
ncorder commented 3 years ago

My understanding is the standard JS variable for languages is navigator.language.

But it might also be useful to have a fallback for legacy browsers if the setting isn't set, but the vast majority of users will be utlizing a modern version of Gecko or Chromium or Webkit.