ympd.1 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .\" Manpage for ympd.
  2. .\" Contact andy@ympd.org to correct errors or typos.
  3. .TH man 8 "18 Mar 2014" "1.2" "ympd man page"
  4. .SH NAME
  5. ympd \- Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
  6. .SH SYNOPSIS
  7. ympd [OPTION]...
  8. .SH DESCRIPTION
  9. 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.
  10. ympd is based in part on the work of the mongoose http server (https://github.com/cesanta/mongoose)
  11. .SH OPTIONS
  12. .TP
  13. \fB\-h\fR, \fB\-\-host HOST\fR
  14. connect to mpd at host, defaults to localhost
  15. .TP
  16. \fB\-p\fR, \fB\-\-port PORT\fR
  17. connect to mpd at port, defaults to 6600
  18. .TP
  19. \fB\-w\fR, \fB\-\-webport PORT\fR
  20. specifies the port for the webserver to listen to, defaults to 8080
  21. .TP
  22. \fB\-u\fR, \fB\-\-user username\fR
  23. drop privileges to the provided username after socket binding
  24. .TP
  25. \fB\-V\fR, \fB\-\-version\fR
  26. print version and exit
  27. .TP
  28. \fB\-\-help\fR
  29. print all valid options and exits
  30. .SH BUGS
  31. No known bugs.
  32. .SH AUTHOR
  33. Andrew Karpow (andy@ndyk.de)
  34. http://www.ympd.org