1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-07-04 02:23:15 +00:00
ympd/mympd.1

52 lines
1.4 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\-\-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\-D\fR, \fB\-\-digest HTDIGEST\fR
path to htdigest file for authorization
.TP
2018-05-24 16:10:11 +00:00
\fB\-l\fR, \fB\-\-localport PORT\fR
skip authorization for local port
.TP
2014-01-17 17:34:59 +00:00
\fB\-w\fR, \fB\-\-webport PORT\fR
specifies the port for the webserver to listen to, defaults to 8080
.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\-m\fR, \fB\-\-mpdpass PASSWORD\fR
2017-02-18 16:51:03 +00:00
specifies the password to use when connecting to mpd
.TP
2018-05-27 14:13:42 +00:00
\fB-i\fR, \fB\-\-coverimage FILENAME\fR
filename for coverimage [folder.jpg]
.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