From 406997d6d27b0284a2be92baa23d52e273cd1e83 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Fri, 16 Jul 2021 15:04:42 +0200 Subject: [PATCH] Document new options recently added --- config/config.example.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/config/config.example.yml b/config/config.example.yml index 88d139c1..64e3a43d 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -713,6 +713,15 @@ default_user_preferences: ## #volume: 100 + ## + ## Allow 360° videos to be played. + ## + ## Note: This feature requires a WebGL-enabled browser. + ## + ## Accepted values: true, false + ## Default: true + ## + #vr_mode: true # ----------------------------- # Subscription feed @@ -781,3 +790,23 @@ default_user_preferences: ## Default: false ## #local: false + + ## + ## Show the connected user's nick at the top right. + ## + ## Accepted values: true, false + ## Default: true + ## + #show_nick: true + + ## + ## Automatically redirect to a random instance when the user uses + ## any "switch invidious instance" link (For videos, it's the plane + ## icon, next to "watch on youtube" and "listen"). When set to false, + ## the user is sent to https://redirect.invidious.io instead, where + ## they can manually select an instance. + ## + ## Accepted values: true, false + ## Default: false + ## + #automatic_instance_redirect: false