mchome / arclight

another video player (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:GNU General Public License v3.0


Languages

Language:JavaScript 56.4%Language:Vue 42.6%Language:HTML 1.0%