A music player by developers for developers.
Lucki Media Player is a simple media player. It makes no attempts to be the best, only the most flexible.
Everyone is encouraged to work on this project, if you have the time and interest feel free to make some changes.
- The
mainbranch is essentially our pre-release versions.- Report any bugs or issues you may have discovered on it
- Suggest new features for our to-do list
- Do check if they already exist
- By writing code
- No patch is too small, be it fixing typos or adding comments
- Fork this repository
- Clone your repository
- Run
git checkout developmentto switch to the development branch - Run
npm installto install dependencies - Make some changes
- Run
npm startto run your changes - Run
npm testto validate your code passes xo tests. - Submit your pull request
The package electron-packager handles the heavy lifting of exporting for other systems, to use it, Run npm run build
- Daniel Caaz
- Gentry Rolofson
- Michael Bartlett
We couldn't have made this possible without those who created Electron, NodeJS, and those who handle ID3 libraries so credit to those creators as well.
MIT © Daniel Caaz
