Skip to content

mchome/arclight

Repository files navigation

Arclight

A video player (WIP) based on mpv.js (libmpv).

Build Setup

  1. grab mpvjs.node from https://github.com/Kagami/mpv.js/releases
  2. grab mpv-1.dll from libmpv
  3. drop mpvjs.node and mpv-1.dll to static/mpv.js/ folder
  4. drop youtube-dl binary to top-level of project (If you want to support youtube or other video site witch supported by youtube-dl)
  5. build it
# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build


# lint all JS/Vue component files in `src/`
npm run lint

This project was generated with electron-vue@16fb2b9 using vue-cli. Documentation about the original structure can be found here.

image

About

another video player (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published