Updated Preferences (markdown)
This commit is contained in:
parent
096721ee02
commit
b704d38fa6
|
@ -6,10 +6,10 @@ These are the preferences you can set:
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"video_loop":false, // Always loop?
|
"video_loop":false, // Always loop
|
||||||
"autoplay":false,
|
"autoplay":false,
|
||||||
"continue":false, // Autoplay next video
|
"continue":false, // Autoplay next video
|
||||||
"listen":false, // Audio-only mode by default?
|
"listen":false, // Audio-only mode by default
|
||||||
"speed":1.0, // Also accepts '0.5', '1.5', '2.0'
|
"speed":1.0, // Also accepts '0.5', '1.5', '2.0'
|
||||||
"quality":"hd720", // Also accepts 'dash' for 1080p, 'medium', 'small'
|
"quality":"hd720", // Also accepts 'dash' for 1080p, 'medium', 'small'
|
||||||
"volume":100,
|
"volume":100,
|
||||||
|
@ -17,16 +17,17 @@ These are the preferences you can set:
|
||||||
"youtube",
|
"youtube",
|
||||||
"" // Also accepts 'reddit'
|
"" // Also accepts 'reddit'
|
||||||
],
|
],
|
||||||
"captions":[ // Language captions in order of preference?
|
"captions":[ // Language captions in order of preference
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
"related_videos":true,
|
"related_videos":true, // Show related videos
|
||||||
"redirect_feed":false,
|
"redirect_feed":false, // Redirect homepage to subscription feed
|
||||||
"locale":"en-US",
|
"locale":"en-US",
|
||||||
"dark_mode":false,
|
"dark_mode":false,
|
||||||
"thin_mode":false,
|
"thin_mode":false, // Don't include pictures in page load
|
||||||
|
// For registered users (currently unused):
|
||||||
"max_results":40,
|
"max_results":40,
|
||||||
"sort":"published",
|
"sort":"published",
|
||||||
"latest_only":false,
|
"latest_only":false,
|
||||||
|
|
Loading…
Reference in New Issue