myMPD is a lightweight MPD web client that runs without a dedicated webserver or interpreter. It's tuned for minimal resource usage and requires only very few dependencies.
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.
Design principles:
- Keep it small and simple
- Uses only mpd as source of truth
- Mobile first UI
- Keep security in mind
Featurelist:
- Control mpd functions (play, pause, etc.)
- Set mpd settings (repeat, random, etc.)
- Browse mpd database by tags
- Browse filesystem and playlists
- Bookmarks for directories
- Queue management
- Playlist management
- Advanced search (requires mpd >= 0.21.x and libmpdclient >= 2.17)
- 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
- Play statistics and song voting (requires mpd stickers)
- Local coverart support (Albums and Streams)
- Support for embedded albumart (requires libmediainfo)
- HTTP stream support
- Local playback of mpd http stream (html5 audio api)
- Progressiv Web App enabled
- Embedded Webserver (mongoose)
- Love message for scrobbling clients
- Localized user interface
myMPD is work in progress. Feedback, bug reportes and feature requests are very welcome.
- Bootstrap 4: https://getbootstrap.com/
- Material Design Icons: https://material.io/tools/icons/
- Bootstrap Native: http://thednp.github.io/bootstrap.native/
- Mongoose: https://github.com/cesanta/mongoose
- Frozen: https://github.com/cesanta/frozen
- inih: https://github.com/benhoyt/inih
- incbin: https://github.com/graphitemaster/incbin
- libmpdclient 2: http://www.musicpd.org/libs/libmpdclient/
- OpenSSL: https://www.openssl.org/
- libmediainfo: https://mediaarea.net/en/MediaInfo (to support embedded albumart)
- cmake 2.6
- libasan3: for debug builds only
- Java, Perl: to minify files
- Install dependencies: cmake, libmpdclient (dev), OpenSSL (dev), libmediainfo (dev), Java and Perl
- Extract myMPD tarball and change path to this directory
- Build and install myMPD:
./build.sh releaseinstall
Adapt the configuration file /etc/mympd.conf
to your needs.
Usage: ./mympd [/etc/mympd.conf]
The ./build.sh
script installs a startup script for systemd, openrc (Alpine Linux) or sysVinit.
myMPD: 2018-2019 [email protected]
ympd: 2013-2014 [email protected]