mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-05-26 12:32:25 +00:00
Implement preferred quality selection
The list is subject to change as I collect more feedback. I just want to get this initial change out for everyone to use and appreciate.
This commit is contained in:
parent
fd854ec222
commit
ac3de4b4e6
6 changed files with 85 additions and 19 deletions
|
|
@ -32,6 +32,14 @@ block content
|
|||
|
||||
+input("instance", "Instance", "url", constants.user_settings.instance.default, false, instances)
|
||||
|
||||
+select("quality", "Preferred qualities", false, [
|
||||
{value: "0", text: "Best combined"},
|
||||
{value: "1", text: "Best DASH"},
|
||||
{value: "2", text: "Best <=1080p"},
|
||||
{value: "3", text: "Best low-fps"},
|
||||
{value: "4", text: "360p"}
|
||||
])
|
||||
|
||||
+select("save_history", "Watched videos history", false, [
|
||||
{value: "0", text: "Don't store"},
|
||||
{value: "1", text: "Store on server"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue