Treat YouTube like your personal video recorder (PVR). This tool functions like Sonarr but for YouTube, designed to synchronize entire channels and playlists directly to your local media server. It operates as a hands-free system, running on a schedule to check for new content, download it in your desired quality, and organize it on your storage.
The web interface makes it simple to add sources and manage your library. Once configured, the tool handles the rest, providing a reliable way to build an offline archive of your favorite content. Key features include:
yt-dlp, it includes gradual retrying with back-off timers to ensure failed downloads are eventually successful.video and audio directories for easy management.services:
tubesync:
image: ghcr.io/meeb/tubesync:latest
container_name: tubesync
restart: unless-stopped
ports:
- 4848:4848
volumes:
- ./config:/config
- ./downloads:/downloads
environment:
- TZ=UTC
- PUID=1000
- PGID=1000# No sensitive environment variables are required for a basic TubeSync setup.
# All configuration and authentication is handled via the web interface on first launch.Auto-fetched about 21 hours ago
Auto-fetched about 21 hours ago