Fix: update featurelist and copyright

This commit is contained in:
jcorporation 2019-01-21 21:42:31 +00:00
parent fb14d8454d
commit 38398ee100
1 changed files with 6 additions and 4 deletions

View File

@ -22,6 +22,7 @@ This fork provides a reworked ui based on Bootstrap 4, a modernized backend and
- Playlist management - Playlist management
- Advanced search (requires mpd >= 0.21.x and libmpdclient >= 2.17) - Advanced search (requires mpd >= 0.21.x and libmpdclient >= 2.17)
- Jukebox mode (add's random songs / albums from database or playlists to queue) - Jukebox mode (add's random songs / albums from database or playlists to queue)
- AutoPlay - add song to (empty) queue and mpd starts playing
- Smart playlists and saved searches - Smart playlists and saved searches
- Play statistics and song voting (requires mpd stickers) - Play statistics and song voting (requires mpd stickers)
- Local coverart support (Albums and Streams) - Local coverart support (Albums and Streams)
@ -65,15 +66,16 @@ Unix Build Instructions
----------------------- -----------------------
1. Install dependencies: cmake, libmpdclient (dev), OpenSSL (dev) and Java are available from all major distributions. 1. Install dependencies: cmake, libmpdclient (dev), OpenSSL (dev) and Java are available from all major distributions.
2. Build and install: ```cd /path/to/src; ./mkrelease.sh```. 2. Build and install: ```cd /path/to/src; ./mkrelease.sh``` (toplevel directory of myMPD tarball).
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
--------- ---------
``` ```
Usage: ./mympd /etc/mypd/mympd.conf Usage: ./mympd /etc/mypd/mympd.conf
``` ```
The ```./mkrelease.sh``` script tries to install a systemd service file. If this failes you can copy the ```mympd.service``` file from ```/usr/share/mympd/``` to appropriate distribution specific location.
SSL SSL
--- ---
@ -85,6 +87,6 @@ SSL
Copyright Copyright
--------- ---------
ympd: 2013-2014 <andy@ndyk.de> myMPD: 2018-2019 <mail@jcgames.de>
myMPD: 2018 <mail@jcgames.de> ympd: 2013-2014 <andy@ndyk.de>