Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
man(1)				 ympd man page				man(1)

NAME
       ympd  -	Standalone  MPD	Web GUI	written	in C, utilizing	Websockets and
       Bootstrap/JS

SYNOPSIS
       ympd [OPTION]...

DESCRIPTION
       ympd is a lightweight MPD (Music	Player Daemon) web  client  that  runs
       without a dedicated webserver or	interpreters like PHP, NodeJS or Ruby.
       It's  tuned for minimal resource	usage and requires only	very litte de-
       pendencies.

       ympd is based  in  part	on  the	 work  of  the	mongoose  http	server
       (https://github.com/cesanta/mongoose)

OPTIONS
       -h, --host HOST
	      connect to mpd at	host, defaults to localhost

       -p, --port PORT
	      connect to mpd at	port, defaults to 6600

       -w, --webport PORT
	      specifies	 the  port for the webserver to	listen to, defaults to
	      8080

       -u, --user username
	      drop privileges to the provided username after socket binding

       -V, --version
	      print version and	exit

       --help print all	valid options and exits

BUGS
       No known	bugs.

AUTHOR
       Andrew Karpow (andy@ndyk.de)

       http://www.ympd.org

1.2.3				  19 Oct 2014				man(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ympd&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help