Designed for elementary OS
If you liked Play My Music, and would like to support it's development of this app and more, consider buying me a coffee :)
As first you need elementary SDK
sudo apt install elementary-sdk
Install dependencies
sudo apt install libsoup2.4-dev
sudo apt install libsqlite3-dev
sudo apt install libgstreamer-plugins-base1.0-dev
sudo apt install libtagc0-dev
Clone repository and change directory
git clone https://github.com/artemanufrij/playmymusic.git
cd playmymusic
Create build folder, compile and start application
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
Install and start Play My Music on your system
sudo make install
com.github.artemanufrij.playmymusic