ympd.1 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .\" Manpage for ympd.
  2. .\" Contact andy@ympd.org to correct errors or typos.
  3. .TH man 8 "17 Jan 2014" "1.0" "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 werbserver 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 libwebsockets project (http://libwebsockets.org)
  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\-i\fR, \fB\-\-interface INTERFACE\fR
  20. specifies the interface to listen to
  21. .TP
  22. \fB\-w\fR, \fB\-\-webport PORT\fR
  23. specifies the port for the webserver to listen to, defaults to 8080
  24. .TP
  25. \fB\-r\fR, \fB\-\-resourcepath PATH\fR
  26. resource path to htdocs directory, defaults to the supplied htdocs directory
  27. .TP
  28. \fB\-c\fR, \fB\-\-ssl_cert PATH\fR
  29. path the the ssl certificate
  30. .TP
  31. \fB\-k\fR, \fB\-\-ssl_key PATH\fR
  32. path the the private ssl key
  33. .TP
  34. \fB\-u\fR, \fB\-\-uid UID\fR
  35. drop privileges to the provided uid after socket binding
  36. .TP
  37. \fB\-g\fR, \fB\-\-gid GID\fR
  38. drop privileges to the provided gid after socket binding
  39. .TP
  40. \fB\-v\fR, \fB\-\-verbose [LEVEL]\fR
  41. sets the verbository level
  42. .TP
  43. \fB\-V\fR, \fB\-\-version\fR
  44. print version and exit
  45. .TP
  46. \fB\-\-help\fR
  47. print all valid options and exits
  48. .SH BUGS
  49. No known bugs.
  50. .SH AUTHOR
  51. Andrew Karpow (andy@ympd.org)
  52. http://ympd.org