bradgearon / hdr-switch

turns hdr on while running for windows 10
MIT License
188 stars 16 forks source link

[Request] CMD ability to specify on/off rather than just toggle #14

Open PlayingKarrde opened 3 years ago

PlayingKarrde commented 3 years ago

The hdr toggle is very welcome and awesome but it would also be handy if we could use hdr_on and hdr_off as well. This means that if hdr_on gets called while it is already on it does nothing. This is just useful for scripting sequences where you can't be sure if it is already on or not.

Also, it would be really great if the CMD could be run without it needing to be running in the tray already.

Thanks for the super useful app tho.

XVII commented 11 months ago

This would also let us pass parameters like SUNSHINE_CLIENT_HDR used for Sunshine which would auto-set HDR based on Client capabilities. They use true/false.

hdr true hdr on hdr false hdr off