Skip to content

pscn/web-mpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web MPC

A small web client for MPD written in go using websockets.

Install

go get github.com/pscn/web-mpc

Run

If your MPD is running on localhost on the standard port:

web-mpc

And go to http://localhost:8666.

To listen on a different port use (e. g. 8080):

web-mpc -addr :8080

To connect to a different MPD use:

web-mpc -mpd 192.168.0.1:6000 -password changeme

#eof