Skip to content

Video Player desktop application suitable for movie booths created with Electron JS and React JS

Notifications You must be signed in to change notification settings

lm-abhijit/electron-js-video-player

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CROSS PLATFORM MOVIE PLAYER WITH ELECTRON JS AND REACT JS.

The application needs a folder filled with categories and movies in this pattern:

  • main_folder
    • name_of_category_folder
      • image
        • movie_title.png
      • video
        • movie_title.mp4

You can change the main_folder path inside index.js at MOVIES_PATH const.

Here some examples:

alt text alt text alt text

How to run the app

TO RUN IN DEV:

  1. npm start (to run react server)
  2. npm run electron-dev

TO RUN IN PRODUCTION:

  1. npm run build (to build react into static files)
  2. npm run electron

TO PACKAGE:

  1. npm run build
  2. electron-packager project_folder_name app_name (--asar)

Don't forget to star this repo ;)

About

Video Player desktop application suitable for movie booths created with Electron JS and React JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.4%
  • HTML 7.3%
  • CSS 5.3%