From b704d38fa6a78632ed91e4ffb68f323b9f8eb01a Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sat, 2 Mar 2019 19:50:04 -0600 Subject: [PATCH] Updated Preferences (markdown) --- Preferences.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Preferences.md b/Preferences.md index d676db5..9534bb8 100644 --- a/Preferences.md +++ b/Preferences.md @@ -6,10 +6,10 @@ These are the preferences you can set: ``` { - "video_loop":false, // Always loop? + "video_loop":false, // Always loop "autoplay":false, "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' "quality":"hd720", // Also accepts 'dash' for 1080p, 'medium', 'small' "volume":100, @@ -17,16 +17,17 @@ These are the preferences you can set: "youtube", "" // Also accepts 'reddit' ], - "captions":[ // Language captions in order of preference? + "captions":[ // Language captions in order of preference "", "", "" ], - "related_videos":true, - "redirect_feed":false, + "related_videos":true, // Show related videos + "redirect_feed":false, // Redirect homepage to subscription feed "locale":"en-US", "dark_mode":false, - "thin_mode":false, + "thin_mode":false, // Don't include pictures in page load + // For registered users (currently unused): "max_results":40, "sort":"published", "latest_only":false,