Based on https://github.com/hyeonsangjeon/youtube-dl-nas
Simple Web-Application that allows to:
- Show gallery view of video files in ./videos
- Add videos to gallery via yt-dlp
Features:
- Automatic updates of yt-dlp to stay up-to date
- Async re-coding of all videos to mp4
- Async audio-extraction of all videos
make serve # serve local development version at port :8080
make docker-image # create docker container
make docker-serve # serve local development version at port :8090
make docker-push # push image to (local) docker registry
./videos-- video gallery./videos/pile-- downloads go here./mp3-- extracted audio goes here./cache-- previews go here./tmp-- used during download and recoding