Server for playing your Google play music library.
Make your audio system to be a Google play music client.
Connect audio system to server, then you can listen google play music on your audio system and operate (play, skip, stop...) from another machine through web UI !!
GCM Play Server depends on play-sound.
To play audio, require audio player like mpg321, mpg123, aplay, etc...
See play-sound options for more informations.
git clone https://github.com/mid0111/gpm-play-server.git
npm install
cp -p config/secret.json{.sample,}
vi config/secret.json
npm start
- To open web UI open http://localhost:3000