mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-26 14:57:17 +00:00
commit
acc5855e17
10
README.md
10
README.md
@ -17,7 +17,7 @@ Dependencies
|
|||||||
Unix Build Instructions
|
Unix Build Instructions
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
1. Install Dependencies, cmake and libmpdclient are available from all major distributions.
|
1. install dependencies, cmake and libmpdclient are available from all major distributions.
|
||||||
2. create build directory ```cd /path/to/src; mkdir build; cd build```
|
2. create build directory ```cd /path/to/src; mkdir build; cd build```
|
||||||
3. create makefile ```cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr```
|
3. create makefile ```cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr```
|
||||||
4. build ```make```
|
4. build ```make```
|
||||||
@ -28,12 +28,12 @@ Run flags
|
|||||||
```
|
```
|
||||||
Usage: ./ympd [OPTION]...
|
Usage: ./ympd [OPTION]...
|
||||||
|
|
||||||
-h, --host <host> connect to mpd at host [localhost]
|
-h, --host <host> connect to mpd at host [localhost]
|
||||||
-p, --port <port> connect to mpd at port [6600]
|
-p, --port <port> connect to mpd at port [6600]
|
||||||
-w, --webport [ip:]<port> listen interface/port for webserver [8080]
|
-w, --webport [ip:]<port> listen interface/port for webserver [8080]
|
||||||
-u, --user <username> drop priviliges to user after socket bind
|
-u, --user <username> drop priviliges to user after socket bind
|
||||||
-V, --version get version
|
-V, --version get version
|
||||||
--help this help
|
--help this help
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
2
ympd.1
2
ympd.1
@ -6,7 +6,7 @@ ympd \- Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
ympd [OPTION]...
|
ympd [OPTION]...
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
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.
|
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.
|
||||||
|
|
||||||
ympd is based in part on the work of the mongoose http server (https://github.com/cesanta/mongoose)
|
ympd is based in part on the work of the mongoose http server (https://github.com/cesanta/mongoose)
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user