ABOUT
iSponsorBlockTV connects to YouTube TV clients and automatically skips SponsorBlock segments, mutes ads, and presses the Skip Ad button when available.
infoNo web UI; run `iSponsorBlockTV setup` inside the container to configure.
infoSSDP auto-discovery requires multicast on your bridge; manual pairing works without it.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU1024 MB RAM4 GB disk
Config path/var/lib/isponsorblocktv/config.json
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/isponsorblocktv.sh'; sha='a0cbae2b648584c92674151afb7a97eb0d6403b727d644bd2e738c95ad88fd7a'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/isponsorblocktv.shSHA-256 a0cbae2b648584c92674151afb7a97eb0d6403b727d644bd2e738c95ad88fd7a LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.