mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-26 23:07:17 +00:00
Readme adaptions for 1.2.0 release
This commit is contained in:
parent
14e807850c
commit
fd3a4e183a
16
README.md
16
README.md
@ -1,6 +1,6 @@
|
||||
ympd
|
||||
====
|
||||
[![Build Status](http://ci.ympd.org/github.com/notandy/ympd/status.png?branch=mongoose)](https://ci.ympd.org/github.com/notandy/ympd)
|
||||
[![Build Status](http://ci.ympd.org/github.com/notandy/ympd/status.svg)](https://ci.ympd.org/github.com/notandy/ympd)
|
||||
|
||||
Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
|
||||
|
||||
@ -23,6 +23,20 @@ Unix Build Instructions
|
||||
4. build ```make```
|
||||
5. install ```sudo make install``` or just run with ```./ympd```
|
||||
|
||||
Run flags
|
||||
---------
|
||||
```
|
||||
Usage: ./ympd [OPTION]...
|
||||
|
||||
-h, --host <host> connect to mpd at host [localhost]
|
||||
-p, --port <port> connect to mpd at port [6600]
|
||||
-w, --webport [ip:]<port> listen interface/port for webserver [8080]
|
||||
-u, --user <username> drop priviliges to user after socket bind
|
||||
-V, --version get version
|
||||
--help this help
|
||||
```
|
||||
|
||||
|
||||
Copyright
|
||||
---------
|
||||
|
||||
|
6
ympd.1
6
ympd.1
@ -1,6 +1,6 @@
|
||||
.\" Manpage for ympd.
|
||||
.\" Contact andy@ympd.org to correct errors or typos.
|
||||
.TH man 8 "08 Mar 2014" "1.2" "ympd man page"
|
||||
.TH man 8 "18 Mar 2014" "1.2" "ympd man page"
|
||||
.SH NAME
|
||||
ympd \- Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
|
||||
.SH SYNOPSIS
|
||||
@ -31,6 +31,6 @@ print all valid options and exits
|
||||
.SH BUGS
|
||||
No known bugs.
|
||||
.SH AUTHOR
|
||||
Andrew Karpow (andy@ympd.org)
|
||||
Andrew Karpow (andy@ndyk.de)
|
||||
|
||||
https://www.ympd.org
|
||||
http://www.ympd.org
|
||||
|
Loading…
Reference in New Issue
Block a user