Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 916 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 916 Bytes

Vidviewer

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//

banner

Features

  • Import videos from disk (webm, mp4)
  • Search videos
  • Create playlists
  • Dark/light mode
  • Download videos with yt-dlp
  • Choose resolution when downloading

Dependencies

Develop

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)