ympd.1 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .\" Manpage for ympd.
  2. .\" Contact andy@ympd.org to correct errors or typos.
  3. .TH man 1 "19 Oct 2014" "1.2.3" "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\-m\fR, \fB\-\-mpdpass password\fR
  26. specifies the password to use when connecting to mpd
  27. .TP
  28. \fB\-V\fR, \fB\-\-version\fR
  29. print version and exit
  30. .TP
  31. \fB\-\-help\fR
  32. print all valid options and exits
  33. .SH BUGS
  34. No known bugs.
  35. .SH AUTHOR
  36. Andrew Karpow (andy@ndyk.de)
  37. http://www.ympd.org