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.6.0@sha256:1a1a5dd22b3ac607ecf46f7ccb8875f10002c7c05486406a5cc20e575b0b9e79
    restart: unless-stopped
    volumes:
      - config:/app/data
    network_mode: host #required for auto-discovery of Android TV

volumes:
  config:
Host Volume
Container Volume
Purpose

/scripts/isponsorblocktv

/app/data

Configuration file

Integration
Purpose

Last updated

Was this helpful?