summaryrefslogtreecommitdiffstats
path: root/config/config.example.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.example.yml')
-rw-r--r--config/config.example.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/config/config.example.yml b/config/config.example.yml
index 219aa03f..a3a2eeb7 100644
--- a/config/config.example.yml
+++ b/config/config.example.yml
@@ -173,6 +173,17 @@ https_only: false
##
#force_resolve:
+##
+## Configuration for using a HTTP proxy
+##
+## If unset, then no HTTP proxy will be used.
+##
+http_proxy:
+ user:
+ password:
+ host:
+ port:
+
##
## Use Innertube's transcripts API instead of timedtext for closed captions
@@ -222,6 +233,17 @@ https_only: false
##
#log_level: Info
+##
+## Enables colors in logs. Useful for debugging purposes
+## This is overridden if "-k" or "--colorize"
+## are passed on the command line.
+## Colors are also disabled if the environment variable
+## NO_COLOR is present and has any value
+##
+## Accepted values: true, false
+## Default: true
+##
+#colorize_logs: false
# -----------------------------
# Features
@@ -708,6 +730,22 @@ default_user_preferences:
# -----------------------------
##
+ ## This option controls the value of the HTML5 <video> element's
+ ## "preload" attribute.
+ ##
+ ## If set to 'false', no video data will be loaded until the user
+ ## explicitly starts the video by clicking the "Play" button.
+ ## If set to 'true', the web browser will buffer some video data
+ ## while the page is loading.
+ ##
+ ## See: https://www.w3schools.com/tags/att_video_preload.asp
+ ##
+ ## Accepted values: true, false
+ ## Default: true
+ ##
+ #preload: true
+
+ ##
## Automatically play videos on page load.
##
## Accepted values: true, false
ldtsen 2023-08-12Update Slovenian translationNoa Laznik 2023-08-10Update Slovak translationAti 2023-08-10Update Slovak translationMilan Ĺ alka 2023-08-10Update errors.crsyeopite 2023-08-08Regression from #4037 | Fix storyboardssyeopite PR #4037 introduced a workaround around YouTube's new integrity checks on streaming URLs. However, the usage of this workaround prevents storyboard data from being returned by InnerTube. This commit fixes that by only using the workaround when calling try_fetch_streaming_data 2023-08-08Add workaround for storyboards on priv. instancessyeopite An upstream problem with videojs-vtt-thumbnails means that URLs gets joined incorrectly on any instance where `domain`, `external_port` and `https_only` aren't set. This commit adds some logic with the 404 handler to mitigate this problem. This is however only a workaround. See: https://github.com/iv-org/invidious/issues/3117 https://github.com/chrisboustead/videojs-vtt-thumbnails/issues/31 2023-08-07Update Slovenian translationDamjan Gerl 2023-08-07Update Portuguese translationLeonardo Colman 2023-08-07Update Vietnamese translationHoang Minh Pham 2023-08-07Update Portuguese (Brazil) translationLeonardo Colman 2023-08-07Update Chinese (Simplified) translationEric 2023-08-07Update Italian translationrandom r 2023-08-07Update Italian translationatilluF 2023-08-07Update French translationJohn Donne 2023-08-07Update Sinhala translationOverplant Poster 2023-08-07Update Odia translationSubham Jena 2023-08-07Update Czech translationFjuro 2023-08-07Update Croatian translationMilo Ivir 2023-08-07Update Portuguese (Brazil) translationjoaooliva 2023-08-07Update Japanese translationmaboroshin 2023-08-07Update Russian translationVoidWalker 2023-08-07Update Chinese (Traditional) translationJeff Huang