Skip to content

Instantly share code, notes, and snippets.

@VVispy
VVispy / guide.md
Last active December 24, 2024 07:01
LG TV Homebrew Guide

How to Install Third Party Apps on LG Brand TVs

  • Homebrew allows users to install select extra apps that are not on the LG content store to their LG TV such as Ad-free YouTube (Sponsorblock included) and Kodi.
  • It's known to work on C and G series LG TVs. May work on others.
  • This is done using webOS dev manager + LG developer mode auto-renewal using GitHub actions. Completely for free.
  • This will not void your warranty and will not break anything if done correctly.
  • This guide is pretty easy and quick to do, so don't be overwhelmed

Guide

Pair TV to Computer and Install Homebrew

  1. Create an LG account on lg.com. (Skip if you own an existing LG account)
@VVispy
VVispy / renew.yml
Last active November 22, 2024 18:26
renew dev mode script
on:
workflow_dispatch:
schedule:
- cron: "15 23 * * *"
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: Make API Request