Skip to content

Instantly share code, notes, and snippets.

@VVispy
VVispy / LG TV Homebrew Guide.md
Last active January 8, 2025 00:53
LG TV Homebrew Guide

How to Install Third Party Apps on LG Brand TVs

  • This is done using webOS dev manager + LG developer mode auto-renewal. Completely for free.
  • 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 will not void your warranty and will not break anything if done correctly.
  • This guide is pretty easy to follow, so don't be overwhelmed

Guide

Pair TV to Computer and Install Homebrew

@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