File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 11ympd
22====
3- [ ![ Build Status] ( http://ci.ympd.org/github.com/notandy/ympd/status.png?branch=mongoose )] ( https://ci.ympd.org/github.com/notandy/ympd )
3+ [ ![ Build Status] ( http://ci.ympd.org/github.com/notandy/ympd/status.svg )] ( https://ci.ympd.org/github.com/notandy/ympd )
44
55Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
66
@@ -23,6 +23,20 @@ Unix Build Instructions
23234 . build ``` make ```
24245 . install ``` sudo make install ``` or just run with ``` ./ympd ```
2525
26+ Run flags
27+ ---------
28+ ```
29+ Usage: ./ympd [OPTION]...
30+
31+ -h, --host <host> connect to mpd at host [localhost]
32+ -p, --port <port> connect to mpd at port [6600]
33+ -w, --webport [ip:]<port> listen interface/port for webserver [8080]
34+ -u, --user <username> drop priviliges to user after socket bind
35+ -V, --version get version
36+ --help this help
37+ ```
38+
39+
2640Copyright
2741---------
2842
Original file line number Diff line number Diff line change 11.\" Manpage for ympd.
22.\" Contact [email protected] to correct errors or typos.3- .TH man 8 "08 Mar 2014" "1.2" "ympd man page"
3+ .TH man 8 "18 Mar 2014" "1.2" "ympd man page"
44.SH NAME
55ympd \- Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
66.SH SYNOPSIS
@@ -31,6 +31,6 @@ print all valid options and exits
3131.SH BUGS
3232No known bugs.
3333.SH AUTHOR
34- Andrew Karpow (andy@ympd.org )
34+ Andrew Karpow (andy@ndyk.de )
3535
36- https ://www.ympd.org
36+ http ://www.ympd.org
You can’t perform that action at this time.
0 commit comments