ympd/ympd.1

40 lines
1.2 KiB
Groff
Raw Normal View History

2014-01-17 17:34:59 +00:00
.\" Manpage for ympd.
.\" Contact andy@ympd.org to correct errors or typos.
.TH man 1 "19 Oct 2014" "1.2.3" "ympd man page"
2014-01-17 17:34:59 +00:00
.SH NAME
ympd \- Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
.SH SYNOPSIS
ympd [OPTION]...
.SH DESCRIPTION
2014-04-15 17:16:04 +00:00
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 dependencies.
2014-01-17 17:34:59 +00:00
2014-03-08 19:37:03 +00:00
ympd is based in part on the work of the mongoose http server (https://github.com/cesanta/mongoose)
2014-01-17 17:34:59 +00:00
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-host HOST\fR
connect to mpd at host, defaults to localhost
.TP
\fB\-p\fR, \fB\-\-port PORT\fR
connect to mpd at port, defaults to 6600
.TP
\fB\-w\fR, \fB\-\-webport PORT\fR
specifies the port for the webserver to listen to, defaults to 8080
.TP
2014-03-08 19:37:03 +00:00
\fB\-u\fR, \fB\-\-user username\fR
drop privileges to the provided username after socket binding
2014-01-17 17:34:59 +00:00
.TP
2017-02-18 16:51:03 +00:00
\fB\-m\fR, \fB\-\-mpdpass password\fR
specifies the password to use when connecting to mpd
.TP
2014-01-17 17:34:59 +00:00
\fB\-V\fR, \fB\-\-version\fR
print version and exit
.TP
\fB\-\-help\fR
print all valid options and exits
.SH BUGS
No known bugs.
.SH AUTHOR
2014-03-18 00:37:33 +00:00
Andrew Karpow (andy@ndyk.de)
2014-01-17 17:34:59 +00:00
2014-03-18 00:37:33 +00:00
http://www.ympd.org