This is the MusicPimp server software for Windows/Linux desktops. Check www.musicpimp.org for details.
- musicpimp as a standalone app
- pimpbeam deployed to beam.musicpimp.org
- pimpcloud deployed to cloud.musicpimp.org
To run tests:
sbt test
If tests fail on Ubuntu, run
sudo apt install libncurses5
If audio doesn't work on Linux, make sure the musicpimp
user belongs to the audio
group:
sudo adduser musicpimp audio