666 / koel-app

The desktop application for Koel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

koel app

The official desktop application for Koel, built on Electron.

The app will inherit all features from its web-based counterpart, plus functionalities only possible in a desktop environment, e.g. lower-level OS interactions like global media shortcuts. Basically, the best of both worlds.

Still in its early days, but here is a screenshot:

Screenshot

Installation

git clone git@github.com:phanan/koel-app.git
cd koel-app
npm install
npm start # if you want to try it out, or just to take a peek
npm run release # to create an cool installation package

The project got its boilerplate from electron-boilerplate-vue, so head there for in-depth instructions.

Notes

  • Only tested on OS X Yosemite so far, since that's the only OS I have.
  • Again, still very raw. Expect bugs and incomplete functionalities.

About

The desktop application for Koel.


Languages

Language:Vue 65.0%Language:JavaScript 29.3%Language:CSS 4.1%Language:NSIS 1.3%Language:HTML 0.3%