diff --git a/README.en.md b/README.en.md index d57cbe4..124c177 100644 --- a/README.en.md +++ b/README.en.md @@ -75,7 +75,7 @@ I modified [ydls](https://hub.docker.com/r/mwader/ydls/dockerfile) original code - Clone repo recursively with `git clone --recurse-submodules https://github.com/yellowgg2/youngs-ytdl` - Modify `.env` file as you wish - If you are using `Synology` and want to make it work with `DS audio` especially - - You need to create a scheduler as boot script in control panel of Synology that executes `download-watch.sh` included in this repo for Synology to start indexing once download completed. + - You need to create a scheduler as boot script in control panel of Synology that executes `download-watch.sh` included in this repo for Synology to start indexing once download completed. (You MUST change `DOWNLOAD_PATH` in `download-watch.sh` to what `DS audio` watching) - You won't be able to see the file downloaded in `DS audio` if you don't do so - Run `docker-compose up -d --build` finally diff --git a/README.md b/README.md index 84bc59b..05e6f38 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ - `.env` 파일의 값을 본인에 맞게 설정 - `Synology` 사용자 이며, `DS audio`와 함께 사용하고 싶은 사람 - 부팅 스크립트로 repo에 첨부된 `download-watch.sh`를 실행하는 스케쥴러를 등록해야 함 + - `download-watch.sh`의 `DOWNLOAD_PATH`값을 `DS Audio` 가 바라보는 위치로 변경 - 이 작업을 하지 않으면 다운로드를 완료해도 해당 파일이 `DS audio`에서 보이지 않음 - `docker-compose up -d --build` 실행