-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update with all but two URL Parameters #360
Conversation
The documentation has been updated to include the quality_dash preference to enforce preferred quality using dash.
@SamantazFox Can you please review this PR, I don't know all the URL parameters. |
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
Outdated
| _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 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might add the opther qualities here (720p, 1080p, etc..)
Alternatively, you can point to the DASH quality dropdown in the preferences, or (better yet) to config option in config.example.yml
.
worst
is also a supported value here!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if I should individually highlight every quality option, but I did at least add quality_dash=worst
and clarified that any quality can be put in and it would work.
How's this?
Returned the video player parameters
The documentation has been updated to include the quality_dash preference to enforce preferred quality using dash.