Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.22 KB

DaPlayer - All the music you want in a single application

DaPlayer is a music player that lets you synchronize your SoundCloud and YouTube library easily while managing your local musics.

Living on the edge

If you want to run an un-released version of DaPlayer, make sure that you have Yarn installed and then, you are done with:

$ git clone https://github.com/daplayer/daplayer
$ cd daplayer
$ yarn
$ yarn rebuild
$ yarn start

License

This project is based on these amazing pieces of software:

  • Electron which is released under the MIT license.
  • jQuery which is also available under the MIT license.
  • Handlebars which is also available under the MIT license.
  • Glyphicons Halflings which are normally not available for free but that have been extracted from Twitter Bootstrap.
  • TagLib which is available under either the terms of the LGLP or MPL license.

The source code provided in this repository is however available under the terms of the AGPL-3.0 license. Checkout the LICENSE file for further information.