Skip to content

Commit ff970b5

Browse files
committed
Converting text file to markdown
1 parent b966fb8 commit ff970b5

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
# AutoHDRSwitch
1+
# PREREQUISITES
2+
3+
If using Windows 11, make sure to set your default terminal to Windows Console Host, otherwise you will notice a PowerShell window minimized on your PC at all times.
4+
5+
## Requirements:
6+
- Host must be Windows
7+
- Sunshine must be installed as a service (it does not work with the zip version of Sunshine)
8+
- Sunshine logging level must be set to Debug
9+
- Users must have read permissions to %WINDIR%/Temp/Sunshine.log (do not change other permissions, just make sure Users have at least read permissions)
10+
- HDR Capable Display
11+
12+
## CAVEAT:
13+
Once installed, you cannot move the folder without reinstalling the script again.
14+
So basically, if you move the folder, run the install script again to resolve.
15+
16+
## What it Does:
17+
Checks to see if the last connected Moonlight client asked for HDR, if so, it will enable HDR. Otherwise, it will disable it.
18+
Once the stream ends, it will configure the last HDR setting prior to starting the stream.
19+
20+
## Credits:
21+
The HDR toggling code is from the following repositories:
22+
- https://github.com/Codectory/AutoActions - The original developer of the HDR toggle code that made calling the DLL possible.
23+
- https://github.com/anaisbetts/AutoActions - She added two additional exported functions to make calling the DLL easier.
24+
25+
## Installation:
26+
Assuming you followed the prerequisites all you have to do is double-click the install script. Removing is the same, except uninstall script.

0 commit comments

Comments
 (0)