From a83a6fcc412ab21a681deeeab4868bd475d90358 Mon Sep 17 00:00:00 2001 From: MintMain21 <91362684+MintMain21@users.noreply.github.com> Date: Sat, 4 Mar 2023 14:03:03 -0800 Subject: [PATCH 1/5] Update with quality_dash preference The documentation has been updated to include the quality_dash preference to enforce preferred quality using dash. --- docs/url-parameters.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/url-parameters.md b/docs/url-parameters.md index 0144d78..de02dc7 100644 --- a/docs/url-parameters.md +++ b/docs/url-parameters.md @@ -52,6 +52,10 @@ _This list is incomplete. You can help by expanding it._ | `quality=dash` | [DASH](https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP) | | `quality=hd720` | 720p | | `quality=medium` | 480p | +| _Quality_DASH_ | Default player quality when using DASH (default is Auto) | +| `quality_dash=auto` | Automatically change quality based on network conditions | +| `quality_dash=best` | Automatically use the best quality avalible | +| `quality_dash=480` | always use 480p | | _Related Videos_ | Show "Related videos" tab on the right-hand side | | `related_videos=false` | Disabled | | _Comments_ | Show comments below the video| From 4047372ceff2950a49821f53358b05576ce846b4 Mon Sep 17 00:00:00 2001 From: MintMain21 <91362684+MintMain21@users.noreply.github.com> Date: Wed, 5 Apr 2023 20:18:37 -0700 Subject: [PATCH 2/5] Added Extend Description As far as I know, only two URL parameters are missing from here now, VR Mode and Save Player Position. I have left these off intentionally because I do not know these option well enough to know what they do, how they work, or if they would be helpful parsed through extensions like Redirector or the URL Parameters Userscript. I shall leave these two to be added by an individual more knowledgeable. --- docs/url-parameters.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/url-parameters.md b/docs/url-parameters.md index de02dc7..7a27f43 100644 --- a/docs/url-parameters.md +++ b/docs/url-parameters.md @@ -59,7 +59,9 @@ _This list is incomplete. You can help by expanding it._ | _Related Videos_ | Show "Related videos" tab on the right-hand side | | `related_videos=false` | Disabled | | _Comments_ | Show comments below the video| -| `comments=false` | Disabled | +| `comments=false` | Disabled | +| _Extended Description_ | Extend Video Description by default | +| `extend_desc=true` | Enabled | _Speed_ | Default player speed, can be any positive number | | `speed=0.5` | Play at 0.5x speed | | `speed=2` | Play at 2x speed | From 4b308d03a619777818f00e98f4a3d987ab991f60 Mon Sep 17 00:00:00 2001 From: MintMain21 <91362684+MintMain21@users.noreply.github.com> Date: Thu, 6 Apr 2023 13:34:17 -0700 Subject: [PATCH 3/5] Added `dark_mode=auto` Parameter --- docs/url-parameters.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/url-parameters.md b/docs/url-parameters.md index 7a27f43..1bbbd94 100644 --- a/docs/url-parameters.md +++ b/docs/url-parameters.md @@ -9,7 +9,8 @@ _This list is incomplete. You can help by expanding it._ | **Site-wide parameters** | | | _Dark mode_ | Configure default theme without setting cookies | | `dark_mode=true` | Use dark theme | -| `dark_mode=false` | Use light theme | +| `dark_mode=false` | Use light theme | +| `dark_mode=auto` | Use system/browser theme | _Thin mode_ | Load HTML, CSS, JS and video elements (disables images) | | `thin_mode=true` | Enabled | | `thin_mode=false` | Disabled | From 66572c14c7818bb7610eab578feb5c8f57e21f9c Mon Sep 17 00:00:00 2001 From: MintMain21 <91362684+MintMain21@users.noreply.github.com> Date: Thu, 6 Apr 2023 13:37:31 -0700 Subject: [PATCH 4/5] Moved _Player Style_ up to Player parameters --- docs/url-parameters.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/url-parameters.md b/docs/url-parameters.md index 1bbbd94..926a10a 100644 --- a/docs/url-parameters.md +++ b/docs/url-parameters.md @@ -63,6 +63,9 @@ _This list is incomplete. You can help by expanding it._ | `comments=false` | Disabled | | _Extended Description_ | Extend Video Description by default | | `extend_desc=true` | Enabled +| _Player Style_ | Video Player UI | +| `player_style=invidious` | Invidious, the default | +| `player_style=youtube` | YouTube, using a centered play button and always visible video control bar | | _Speed_ | Default player speed, can be any positive number | | `speed=0.5` | Play at 0.5x speed | | `speed=2` | Play at 2x speed | @@ -98,6 +101,4 @@ _This list is incomplete. You can help by expanding it._ | _Region_ | Provide "hint" (as ISO 3166 country code) for Invidious to load trending videos from the specified region | | | `region=JP` | Load videos that are trending in Japan | | `region=DE` | Load videos that are trending in Germany | -| **Player Style** | | -| `player_style=invidious` | Invidious, the default | -| `player_style=youtube` | YouTube, using a centered play button and always visible video control bar | + From 1cb3ea84cab7e8db03a48bcc6a642b014d82ac20 Mon Sep 17 00:00:00 2001 From: MintMain21 <91362684+MintMain21@users.noreply.github.com> Date: Sat, 15 Jul 2023 00:18:27 -0700 Subject: [PATCH 5/5] Update url-parameters.md How's this? --- docs/url-parameters.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/url-parameters.md b/docs/url-parameters.md index 926a10a..b302703 100644 --- a/docs/url-parameters.md +++ b/docs/url-parameters.md @@ -56,7 +56,8 @@ _This list is incomplete. You can help by expanding it._ | _Quality_DASH_ | Default player quality when using DASH (default is Auto) | | `quality_dash=auto` | Automatically change quality based on network conditions | | `quality_dash=best` | Automatically use the best quality avalible | -| `quality_dash=480` | always use 480p | +| `quality_dash=###` | always use desired quality (480, 720, etc). | +| `quality_dash=worst` | Automatically use the worst quality avalible | | _Related Videos_ | Show "Related videos" tab on the right-hand side | | `related_videos=false` | Disabled | | _Comments_ | Show comments below the video|