Our great sponsors
- Appwrite - The open-source backend cloud platform
- Amplication - open-source Node.js backend code generator
- SurveyJS - A Non-Cloud Alternative to Google Forms that has it all.
- Mergify - Updating dependencies is time-consuming.
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Sonar - Write Clean JavaScript Code. Always.
-
A reminder ha LG webOS can be exploited by visiting a website https://github.com/RootMyTV/RootMyTV.github.io
-
iptv
Collection of publicly available IPTV channels from all over the world [UnavailableForLegalReasons - Repository access blocked]
A reminder that https://github.com/iptv-org/iptv is back up now with all its hardware non-requirements!
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
That's where it became clear that the article was taking advantage of the question to frame the source as an out-of-touch weirdo. "If you can find one manufactured recently that isn’t smart" implies they didn't try to find one and made up this content to avoid doing so. The assumed "missing salient features" are smart features; this statement framing the article's thesis is tautological.
It's a disingenuous response to an honest question introduced as "by far the most-asked among Ask Wirecutter readers", and a disrespectful, misleading way to treat their audience.
Not just readers. Is this how Wirecutter treats brands who don't treat with them? "We suspect it stems from an FTC complaint and a class-action lawsuit that Vizio..."? Why throw Vizio under the bus so explicitly? Is it because Vizio has never played ball with Wirecutter?
https://duckduckgo.com/?q=site%3Anytimes.com%2Fwirecutter%2F...
-
Furthermore, if you're connecting devices like PC GPUs that don't support CEC, most LG TVs have an RS-232 interface that supports all the basic "dumb TV" commands, including most of what you'd want to do with CEC or IR remote (power on/off, input select, volume, brightness, and other basic audio and video settings).
RS-232 control also has a command to disable OSD, which has the pleasant side effect of disabling annoying smart TV bits like pop-up notifications even when the TV is connected to the Internet (and also superfluous [to me] non-smart TV pop-ups that ordinarily appear when switching inputs and adjusting visually apparent settings like brightness).
Disabling the OSD also disables the bundled Magic Remote, though IR remotes still work (unless locked out with another command) and OSD can be re-enabled via RS-232, or by simply power-cycling the TV.
As a bonus, input switching via IR remote (or RS-232) is noticeably faster than switching via Magic Remote, even if you set up hotkeys, as full-featured LG IR remotes have hard buttons for each input that don't require press-and-hold to activate (this includes sub-$10 service remote knock-offs on Amazon, which work perfectly fine IME, though you may want to steer away from these in a casual setting as some of the service buttons can cause undesirable behavior).
For my own use, I wrote a trivial ASP.NET Web API wrapper around the LG RS-232,
https://github.com/jasminetroll/LgTvControl
While only tested on macOS controlling the TV I own (55SK9000), the documentation it's written against isn't model-specific and I'm not using any platform-specific .NET APIs, so it should work across many TV models and on any platform that supports RS-232 and .NET (.NET 6.0+ as currently configured, though it was mostly developed on .NET Core 3.1, so changing TargetFramework in the csproj file should suffice to get it running on older versions).