Skip to content
HemantKumar edited this page Oct 31, 2020 · 2 revisions

Welcome to the ElectronMediaPlayer wiki!

Code

You can download the code at

https://github.com/HemantKumar01/ElectronMediaPlayer.git

Or using git cli

gh repo clone HemantKumar01/ElectronMediaPlayer

ElectronMediaPlayer

note - the code will only work after installing electron; check package.json for more details.

Goal

this project aims on creating a media player, which can be most easily used and has a nice gui and functioning. it is not completed yet. things that need to be added-

  1. a slider to show video duration and time
  2. Changing arguments in process.argv as they differ after building
  3. adding a loop button with respect to the code
  4. Zoom in and out in a video any change will be APPRECIATED. you can contribute by adding any simple thing from above or anything else to make it best

Usage

clone the code using gh repo clone HemantKumar01/ElectronMediaPlayer then install electron and other dependencies ,if any, from npm from the folder then run using npm start or adding a script with arguments

Note change the args script in package.json according to your arguments

Clone this wiki locally