Skip to content

Electron-based player that reads video files as a playlist

Notifications You must be signed in to change notification settings

dolma/video-player

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video player

This is a quick personal electron app I created to be able to quickly watch a series of video files. It allows you to specify a folder which contains videos files or a folder structure that contains video files, and it will create a playlist from those videos. The video next video will autoplay when one finishes and the interface will allow you to control the playback speed.

  • Works with your file structure
  • Playback speed control
  • Automatically plays next video

App preview

Usage

Clone the repo and run:

npm install -g electron-forge
npm install
electron-forge start

Warning

This project has been duck-taped together in an evening and has only been tested on my macOS computer, so use very carefully. I am open to contributions if you want to help make this thing better.

About

Electron-based player that reads video files as a playlist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 65.8%
  • JavaScript 19.1%
  • CSS 9.4%
  • HTML 5.7%