This application is Local video manage and player using electron.
The application based on electron-react-boilerplate.
- Keyboard friendly
- Tagging and favorites the video
- Preview it when mouse hover on the seekbar
- Bookmarking any playing position, and playing later
- Mamakita button (means showing emergency evacuation screen)
Download here to your pc
- select [JSON export] on application menu, and then save the file to local strage.
- replace your app with latest the app
- select [JSON import] on application menu, and then open your local file.
caution just replace the app, json data will clear.
--
Install dependencies.
$ npm install
Run this two commands simultaneously in different console tabs.
$ npm run hot-server
$ npm run start-hot
Note: requires a node version >= 4 and an npm version >= 2.
$ npm run package
To package apps for all platforms:
$ npm run package-all
- --name, -n: Application name (default: ElectronReact)
- --version, -v: Electron version (default: latest version)
- --asar, -a: asar support (default: false)
- --icon, -i: Application icon
- --all: pack for all platforms
Use electron-packager
to pack your app with --all
options for darwin (osx), linux and win32 (windows) platform. After build, you will find them in release
folder. Otherwise, you will only find one for your os.
test
, tools
, release
folder and devDependencies in package.json
will be ignored by default.
MIT © y-takey