Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowgg2 committed Apr 12, 2022
1 parent 68cdb64 commit 2931481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 실행

Expand Down

0 comments on commit 2931481

Please sign in to comment.