fix: update formating

This commit is contained in:
jcorporation 2018-07-30 23:28:31 +01:00
parent 9d2b9cc83b
commit 0e2930a90d
1 changed files with 8 additions and 5 deletions

View File

@ -7,13 +7,13 @@ myMPD is a fork of ympd (https://github.com/notandy/ympd).
This fork provides a reworked ui based on Bootstrap 4, a modernized backend and many new features while having the same small footprint as ympd. This fork provides a reworked ui based on Bootstrap 4, a modernized backend and many new features while having the same small footprint as ympd.
Design principles: **Design principles:**
- Keep it small and simple - Keep it small and simple
- Uses only mpd as source of truth - Uses only mpd as source of truth
- Mobile first UI - Mobile first UI
- Keep security in mind - Keep security in mind
Featurelist: **Featurelist:**
- Control mpd functions (play, pause, etc.) - Control mpd functions (play, pause, etc.)
- Set mpd settings (repeat, random, etc.) - Set mpd settings (repeat, random, etc.)
- Browse mpd database by albumartist - Browse mpd database by albumartist
@ -27,9 +27,12 @@ Featurelist:
- Local playback of mpd http stream (html5 audio api) - Local playback of mpd http stream (html5 audio api)
myMPD is work in progress. Bugreportes and feature requests are very welcome. myMPD is work in progress. Bugreportes and feature requests are very welcome.
- Issues and feature request: https://github.com/jcorporation/myMPD/issues - Issues and feature requests: https://github.com/jcorporation/myMPD/issues
- Planed functions: https://github.com/jcorporation/myMPD/projects/1 - Planed functions: https://github.com/jcorporation/myMPD/projects/1
Screenshots
-----------
![image](https://jcgames.de/stuff/myMPD/screenshots.gif) ![image](https://jcgames.de/stuff/myMPD/screenshots.gif)
UI Components UI Components
@ -48,7 +51,7 @@ Dependencies
- libmpdclient 2: http://www.musicpd.org/libs/libmpdclient/ - libmpdclient 2: http://www.musicpd.org/libs/libmpdclient/
- OpenSSL: https://www.openssl.org/ - OpenSSL: https://www.openssl.org/
Build dependencies Build Dependencies
------------------ ------------------
- cmake 2.6 - cmake 2.6
- libasan3: for debug builds only - libasan3: for debug builds only
@ -62,7 +65,7 @@ Unix Build Instructions
3. Link your mpd music directory to ```/usr/share/mympd/htdocs/library``` and put ```folder.jpg``` files in your album directories (mkrelease.sh tries to do this for you). 3. Link your mpd music directory to ```/usr/share/mympd/htdocs/library``` and put ```folder.jpg``` files in your album directories (mkrelease.sh tries to do this for you).
4. Configure your mpd with http stream output to use the local player. 4. Configure your mpd with http stream output to use the local player.
Run flags Run Flags
--------- ---------
``` ```
Usage: ./mympd [OPTION]... Usage: ./mympd [OPTION]...