Sign inSign up

papersman/auto-ytd

By papersman

•Updated 6 months ago

automatic download youtube playlist into jellyfin-compatible folder structure.

Image
1

1.7K

papersman/auto-ytd repository overview

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.

Tag summary

Content type

Image

Digest

sha256:bf23b1f4c…

Size

273.9 MB

Last updated

6 months ago

docker pull papersman/auto-ytd