Last updated 6 months ago
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
/scripts/isponsorblocktv
/app/data
Configuration file
version: '3.3' services: app: image: ghcr.io/dmunozv04/isponsorblocktv:v2.2.1 restart: unless-stopped volumes: - $configdir:/app/data network_mode: host #required for auto-discovery of Android TVs