Maassoft / ColorControl

Easily change NVIDIA display settings and/or control LG TV's
GNU General Public License v3.0
970 stars 42 forks source link

HMDI profile switching on LG TVs #153

Open L337Fool opened 1 year ago

L337Fool commented 1 year ago

I am attempting to have my LG TV switch from the HDMI PC profile to the plain HDMI profile whenever I start it then revert when I close the app. I realize I can do this manually through the expert options under remote control. Is this feature not available or am I missing something here?

Maassoft commented 1 year ago

Currently there is no way to automatically execute a LG profile on startup or when closing the app. You can however start presets from the command line: ColorControl.exe --lg-preset "Name of preset"

Or you can just simply leave the app running and assign keyboard shortcuts to presets to start them without UI interaction.

L337Fool commented 1 year ago

Currently there is no way to automatically execute a LG profile on startup or when closing the app. You can however start presets from the command line: ColorControl.exe --lg-preset "Name of preset"

Or you can just simply leave the app running and assign keyboard shortcuts to presets to start them without UI interaction.

Thanks, appreciate the fast response.

Is there a way to hotkey

LG Controller>Expert>Misc>HDMI 1 Icon>HMDI

then

LG Controller>Expert>Misc>HDMI 1 Icon>PC

as this would do the trick nicely?

Maassoft commented 1 year ago

Yes, you can create a new preset and then use the "Add step" button to add one or more actions (same ones as under the Expert button). To change the HDMI 1 icon you can use the menu path: "Add step -> Actions -> Misc -> HDMI 1 icon" and then choose the desired icon. The end result for the steps would be: HDMI_1_icon(hdmigeneric), HDMI_1_icon(pc)

L337Fool commented 1 year ago

Thank you so much for your support here and the time you've put into this!