Skip to content

HeinrichHartmann/pile-video

 
 

Repository files navigation

Pile video

Based on https://github.com/hyeonsangjeon/youtube-dl-nas

Simple Web-Application that allows to:

  1. Show gallery view of video files in ./videos
  2. 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

Usage

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

Folders

  • ./videos -- video gallery
  • ./videos/pile -- downloads go here
  • ./mp3 -- extracted audio goes here
  • ./cache -- previews go here
  • ./tmp -- used during download and recoding

About

youtube download queue websocket server with login for private NAS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.4%
  • JavaScript 21.8%
  • Smarty 18.6%
  • Makefile 2.0%
  • Nix 1.3%
  • Dockerfile 1.2%
  • Shell 0.7%