mid0111 / gpm-play-server

Server for random playing from Google play music.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GCM Play Server CircleCI

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 !!

Requirement

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.

Install

git clone https://github.com/mid0111/gpm-play-server.git
npm install

cp -p config/secret.json{.sample,}
vi config/secret.json

npm start

Open web UI

About

Server for random playing from Google play music.


Languages

Language:JavaScript 89.7%Language:HTML 9.1%Language:CSS 1.2%