1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-30 08:33:14 +00:00
ympd/contrib/mympd.1

61 lines
1.7 KiB
Groff
Raw Normal View History

2018-05-24 16:10:11 +00:00
.\" Manpage for myMPD.
.\" Contact mail@jcgames.de to correct errors or typos.
.TH man 1 "24 May 2018" "1.0.0" "myMPD man page"
2014-01-17 17:34:59 +00:00
.SH NAME
2018-05-24 16:10:11 +00:00
myMPD \- Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
2014-01-17 17:34:59 +00:00
.SH SYNOPSIS
2018-05-24 16:10:11 +00:00
mympd [OPTION]...
2014-01-17 17:34:59 +00:00
.SH DESCRIPTION
2018-05-24 16:10:11 +00:00
myMPD is a lightweight MPD web client that runs without a dedicated webserver or interpreter.
It's tuned for minimal resource usage and requires only very litte dependencies.
myMPD is a fork of ympd.
2014-01-17 17:34:59 +00:00
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-mpdhost HOST\fR
2014-01-17 17:34:59 +00:00
connect to mpd at host, defaults to localhost
.TP
\fB\-p\fR, \fB\-\-mpdport PORT\fR
2014-01-17 17:34:59 +00:00
connect to mpd at port, defaults to 6600
.TP
\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\-w\fR, \fB\-\-webport PORT\fR
2018-07-09 21:58:25 +00:00
listen interface/port for webserver [80]
.TP
\fB\-S\fR, \fB\-\-ssl\fR
enable ssl
.TP
\fB\-W\fR, \fB\-\-sslport PORT\fR
listen interface/port for ssl webserver [443]
.TP
\fB\-C\fR, \fB\-\-sslcert FILENAME\fR
filename for ssl certificate [/etc/mympd/ssl/server.pem]
2018-07-09 21:58:25 +00:00
.TP
\fB\-K\fR, \fB\-\-sslkey FILENAME\fR
filename for ssl key [/etc/mympd/ssl/server.key]
2014-01-17 17:34:59 +00:00
.TP
\fB-s\fR, \fB\-\-streamport PORT
connect to mpd http stream at port [8000]
.TP
2018-05-27 14:13:42 +00:00
\fB\-u\fR, \fB\-\-user USERNAME\fR
2014-03-08 19:37:03 +00:00
drop privileges to the provided username after socket binding
2014-01-17 17:34:59 +00:00
.TP
2018-05-27 14:13:42 +00:00
\fB-i\fR, \fB\-\-coverimage FILENAME\fR
filename for coverimage [folder.jpg]
.TP
2018-06-21 17:28:07 +00:00
\fB-t\fR, \fB\-\-statefile FILENAME\fR
filename for mympd state [/var/lib/mympd/mympd.state]
.TP
2018-05-29 21:28:11 +00:00
\fB\-v\fR, \fB\-\-version\fR
2014-01-17 17:34:59 +00:00
print version and exit
.TP
\fB\-\-help\fR
print all valid options and exits
.SH BUGS
No known bugs.
.SH AUTHOR
2018-05-24 16:10:11 +00:00
Juergen Mang (mail@jcgames.de)
2014-01-17 17:34:59 +00:00
2018-05-24 16:10:11 +00:00
https://github.com/jcorporation/ympd