/shokushu

Local video player using electron

Primary LanguageHTMLMIT LicenseMIT

shokushu

This application is Local video manage and player using electron.

list edit view

The application based on electron-react-boilerplate.

Features

  1. Keyboard friendly
  2. Tagging and favorites the video
  3. Preview it when mouse hover on the seekbar
  4. Bookmarking any playing position, and playing later
  5. Mamakita button (means showing emergency evacuation screen)

Install

Download here to your pc

Upgrade

  1. select [JSON export] on application menu, and then save the file to local strage.
  2. replace your app with latest the app
  3. select [JSON import] on application menu, and then open your local file.

caution just replace the app, json data will clear.

--

Development

Install

Install dependencies.

$ npm install

Run

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.

Packaging

$ npm run package

To package apps for all platforms:

$ npm run package-all

Options

  • --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.

License

MIT © y-takey