jmbannon / ytdl-sub

Lightweight tool to automate downloading and metadata generation with yt-dlp

Home Page:https://ytdl-sub.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working directory

nothing2obvi opened this issue · comments

How do I edit the working directory? My hard drive is getting filled up from all of the downloads. I have the path /ytdl-sub/temp mapped out to an external hard drive, but it doesn't seem to be downloading to this directory.

From config.yaml

configuration:
  working_directory: ‘/ytdl-sub/temp’

From docker-compose.yml

    volumes:
      - /Volumes/ExternalHardDrive/ytdl-sub:/ytdl-sub

I just changed the config folder to the external hard drive. That's fine for now.