Organize, download and watch videos on your computer.
Vidviewer is a locally run video streaming server (and web client) that integrates with yt-dlp. //in development//
- Import videos from disk (webm, mp4)
- Search videos
- Create playlists
- Dark/light mode
- Download videos with yt-dlp
- Choose resolution when downloading
Run dev servers:
go run runner/main.go --mode=dev
Run tests:
go run runner/main.go --mode=test --cypress_mode=open
(opens cypress)go run runner/main.go --mode=test
(runs cypress in headless mode)