ISponsorBlockTV

Link to GitHub or Website

Skip sponsor segments in YouTube videos playing on a YouTube TV device

This app is hosted on Latte as a docker container

https://github.com/trentnbauer/agg/blob/main/docker-compose/iSponsorBlockTV.yml
version: '3.3'
services:
  app:
    image: ghcr.io/dmunozv04/isponsorblocktv:v2.5.3@sha256:9610f85ce68c24207bf51ab8abb8a2d322fcb4e5cec3f9ab749115e4a5996256
    restart: unless-stopped
    volumes:
      - config:/app/data
    network_mode: host #required for auto-discovery of Android TV
    labels:
      - cloudflare.tunnel.enable=false

volumes:
  config:
Host Volume
Container Volume
Purpose

/scripts/isponsorblocktv

/app/data

Configuration file

Integration
Purpose

Last updated

Was this helpful?