automatic download youtube playlist into jellyfin-compatible folder structure.
1.7K
docker-compose.yml
services:
youtube-sync:
image: papersman/auto-ytd:latest
container_name: youtube-sync-jellyfin
restart: unless-stopped
environment:
- PLAYLIST_URL=https://www.youtube.com/playlist?list=PLXXXXXXXXXXXXXXXXXXXXXXXXXX
- SCHEDULE_MINUTES=60
- HTTP_PROXY=http://IP:PORT
# - TEST_MODE=true
# - TEST_MODE_ITEMS=5
- TZ=Asia/Shanghai
- JELLYFIN_LIBRARY_PATH=/downloads
- COOKIE_FILE=/config/youtube-cookies.txt
- ARCHIVE_FILE=/config/.yt-dlp-archive.txt
volumes:
- /volume/youtube-auto:/downloads
- ./data/config:/config
PLAYLIST_URL should be public accessible.
Content type
Image
Digest
sha256:bf23b1f4c…
Size
273.9 MB
Last updated
6 months ago
docker pull papersman/auto-ytd