adamtootle / servizi

Desktop music player for Planning Center Services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Servizi is a desktop music player for Planning Center Services written using Electron, React, and Redux. It is a complete rewrite of an old project called PCS Player.

Download for macOS

Download for Windows (unsigned and will trigger warnings)

screenshot-1

Run locally

git clone https://github.com/adamtootle/servizi.git
npm install

Webpack handles bundling all frontend javascript for powering the UI.

npm run webpack-server

And finally, launch the actual music player with:

npm run run-dev

TODO

  • Multiple accounts support
  • PDF attachment support
  • Full song library support
  • Offline playback
  • Simultaneous track playback (for live tracking/practice)
  • MIDI/remote control for playback

Feedback

Create an issue

About

Desktop music player for Planning Center Services

License:Apache License 2.0


Languages

Language:JavaScript 90.3%Language:CSS 8.4%Language:HTML 1.3%