LGTVCompanion Versions Save

Power On and Off WebOS LG TVs together with your PC

v3.5.0

1 month ago

Improvements and additions in this release:

  • Option to blank the screen of devices instead of powering off, when PC is a remote streaming host (RDP, sunshine, gamestream, steam link etc). This may improve compatibility in certain situations.
  • Automatic management of "localized restart words" for select languages (currently English, French, Swedish). The original implementation remains in place for OS localizations which are not yet implemented. The original implementation was confusing at times (that's on me) so moving towards an, hopefully, even more approachable solution by building an internal database.
  • Other minor bugfixes and documentation updates

PLEASE NOTE that in case your OS is localized in a language that is currently not automatically managed (i.e. not English, French, Swedish) consider contributing towards support of your language in a future release by providing your input in this google sheet: https://docs.google.com/spreadsheets/d/1SNjYh7kt4aVhHg0ZjI3i96vCeOJZJS73o9Wl-OVEvzk/edit?usp=drive_link

v3.4.0

3 months ago

This release feature command line control over all aspects of curvature and ambient lighting for compatible devices (i.e. LG OLED Flex).

  • New button command: BENDABLE (virtual key press of the curve settings button on the remote)
  • Set/modify curve presets: -set_curve_preset, -adjust_curve_preset
  • Set curvature directly: -set_curvature
  • Control ambient light: -ambientlight, -ambientlight_mode, -ambientlight_brightness
  • ... and more for controlling ambient light colors, sync modes, etc.

Please check the command line documentation for more details: Here and There

Other:

  • Addition of command line -button_nocheck for sending arbitrary/non-validated button commands to the device
  • Bugfixes
  • Updated documentation

v3.3.3

4 months ago

Happy New 2024!!

Bugfixes:

  • Devices failed to power on/off sometimes - due to recent changes in Win11 which in turn caused issues with the topology feature.
  • Improved a situation on some systems where devices potentially failed to power off.

v3.2.9

5 months ago

v 3.2.5 New feature: added an option to restore the monitor topology before logon, at system boot. You can enable it in the global options. New feature: added command -button_nocheck to allow for sending arbitrary button press commands via the command line interface Bugfix: erroneous calculation of CIDR / subnet mask leading to erroneous warnings

v 3.2.9 Critical bugfix: service crashed in specific circumstances

v3.1.9

7 months ago
  • Improved logic for screen "dimmed" power state
  • Improved subnet detection warning and log output
  • Bugfix: corrected CLI formatted output
  • Bugfix: "restart words" is now saved properly
  • Updated in-app documentation
  • Other minor bugfixes

v3.1.5

10 months ago

This build sees the advent of an additional executable included in the setup package and a few fixes.

"LGTVcli.exe" is a console command line interface which can accept all the normal command line commands, but adds some important tricks. Most importantly it is a console application and will print the output of any command issued to your devices in the console/stdout. So you can now easily query your device for information (f e current system settings, audio settings or picture settings). Please read more about the new console app and usage scenarios in the command line documentation here

Additionally a new user configurable option has been added to control the timing of the shutdown/restart routines. By default the app will trigger the shutdown/restart routine as late as possible during system shutdown, but if you are having issues with the display not properly powering off you may want to try changing this option. The option can be found in the general options. Please make sure to read the help text in the app by clicking on the "What's this?" link to learn more about how it works.

New features

  • Addition of LGTVcli.exe, the console command line interface
  • New feature to control the shutdown timing

Important fixes

  • Improved error handling in the Wake-on-LAN thread to prevent potential issue with waking devices

v3.0.7

11 months ago

Version 3 of the application expands on the original scope and provide the user with a large range of command line tools to control both the application and managed devices. For example you can now simulate remote key presses, set picture and audio preferences, manage options and menus, launch apps, launch service menus (careful). This can be used standalone or in external scripts/applications to automate, e.g automatic picture mode changes when a game is launched etc

New features:

  • Many, many new command line tools for controlling the app and devices. The documentation can be found here

Other important fixes

  • Improved support for multiple users accounts logged in on the system
  • Improved reliability when powering off the screen at shutdown/reboot
  • Tweaked User Idle Mode to prevent a situation where the screen was awoken erroneously by some applications (f e Rocket League, Hogwarts Legacy) and also by some controllers.
  • Added further validation of the application configuration.

v3.0.1 adds a bugfix for the virtual remote button press function over v3.0.0 v3.0.7 fixes a major bug which prevented some devices from turning off properly when system was shutting down, as well as a few minor bugfixes wrt log messages and parsing of some command line. This build also sees the addition of the -freesyncinfo command line. Documentation has been updated accordingly.

v2.2.2

1 year ago

This is a quick bugfix release, so with the same changelog as v2.2.0:

New features:

  • Option to enable API for external scripts and applications (i e scripting support)
  • Option to enable user idle mode fullscreen exclusions
  • Option to mute built-in speakers in user idle mode
  • Command line parameter for muting built in TV-speakers: -mute [DeviceX|Name], -unmute [DeviceX|Name]

Bugfixes:

  • Powering off the devices while currently in user idle mode did not work properly
  • Rapidly executing command line parameters did not work properly
  • Additional checks implemented to ensure correct configuration settings
  • Display Topology feature sometimes disabled erroneously
  • Double buffered drawing of windows
  • Rate limiter for topology changes
  • Many minor fixes

Other important:

  • VCPKG dependency management incl manifest, with build instructions added to source
  • Updated intra-process communication backend (for the scripting support)
  • Tweaked performance of the network communications

Please note! The "Discussions" tab on GitHub was opened and a post has been added outlining the new scripting feature , with some usage examples. External scripts/applications can use the feature to communicate with LGTV companion and attached devices. This has the potential to, for example, open up for user created scripts for syncing power state of other brands of TVs and "smart" devices, launching applications, integration with home automation, access to the LG api etc etc. The scripting feature is to be considered beta in this version and is not feature complete, but is quite usable and useful already.

v2.2.0

1 year ago

New features:

  • Option to enable API for external scripts and applications (i e scripting support)
  • Option to enable user idle mode fullscreen exclusions
  • Option to mute built-in speakers in user idle mode
  • Command line parameter for muting built in TV-speakers: -mute [DeviceX|Name], -unmute [DeviceX|Name]

Bugfixes:

  • Powering off the devices while currently in user idle mode did not work properly
  • Rapidly executing command line parameters did not work properly
  • Additional checks implemented to ensure correct configuration settings
  • Display Topology feature sometimes disabled erroneously
  • Double buffered drawing of windows
  • Rate limiter for topology changes
  • Many minor fixes

Other important:

  • VCPKG dependency management incl manifest, with build instructions added to source
  • Updated intra-process communication backend (for the scripting support)
  • Tweaked performance of the network communications

Please note! The "Discussions" tab on GitHub was opened and a post has been added outlining the new scripting feature , with some usage examples. External scripts/applications can use the feature to send messages to LGTV Companion and read events from the app. This has the potential to, for example, open up for user created scripts for syncing power state of other brands of TVs and "smart" devices, launching applications, integration with home automation, full access to the LG api etc etc. The feature is to be considered beta in this version and is not feature complete, but is quite usable and useful already.

v2.1.0

1 year ago
  • new command line options for setting/unsetting user idle mode (-idle, -unidle)
  • bugfix: sunshine remote host support
  • refactored code for common modules
  • minor bugfixes