The Wayback Machine - http://web.archive.org/web/20201228230128/https://github.com/mchome/arclight
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.