diff --git a/assets/web/config.html b/assets/web/config.html index 9c33df77..39a2f58f 100644 --- a/assets/web/config.html +++ b/assets/web/config.html @@ -85,7 +85,7 @@ -
Automatically configure port forwarding
+
Choose which type of gamepad to Emulate on the host
@@ -186,7 +186,8 @@ The display modes advertised by Sunshine
Some versions of Moonlight, such as Moonlight-nx (Switch), rely on this list to ensure that the requested resolutions and fps are - supported. + supported.
+ This setting does not change how the screen stream is sent to Moonlight
@@ -628,6 +629,9 @@ placeholder="superfast" v-model="config.sw_preset" /> +
+ Available Values: ultrafast, superfast, veryfast, faster, fast, medium, slow, slower, veryslow +
@@ -637,6 +641,15 @@ placeholder="zerolatency" v-model="config.sw_tune" /> +
+ Available Tune settings:
+ film - use for high quality movie content; lowers deblocking
+ animation - good for cartoons; uses higher deblocking and more reference frames
+ grain - preserves the grain structure in old, grainy film material
+ stillimage - good for slideshow-like content
+ fastdecode - allows faster decoding by disabling certain filters
+ zerolatency - good for fast encoding and low-latency streaming
+
diff --git a/assets/web/header.html b/assets/web/header.html index fba95031..a66117cb 100644 --- a/assets/web/header.html +++ b/assets/web/header.html @@ -54,3 +54,14 @@ + + + + \ No newline at end of file diff --git a/assets/web/pin.html b/assets/web/pin.html index 4b5fb3be..b584ccc3 100644 --- a/assets/web/pin.html +++ b/assets/web/pin.html @@ -28,14 +28,14 @@ fetch("/api/pin", { method: "POST", body: b }) .then((response) => response.json()) .then((response) => { - if (response.status) { + if (response.status.toString().toLowerCase() === "true") { document.querySelector( "#status" ).innerHTML = ``; } else { document.querySelector( "#status" - ).innerHTML = ``; + ).innerHTML = ``; } }); }); diff --git a/assets/web/welcome.html b/assets/web/welcome.html index 374f3b13..8b728609 100644 --- a/assets/web/welcome.html +++ b/assets/web/welcome.html @@ -2,12 +2,11 @@

Welcome to Sunshine!

- Before Getting Started, write down below these credentials + Before Getting Started, we need you to make a new username and password for accessing the Web UI.

- These Credentials down below are needed to access the rest of the - application.
+ The credentials below are needed to access Sunshine's Web UI.
Keep them safe, since you will never see them again!