
Java MPD Client
Sat, 03/17/2007 - 17:39 — dave
![]() |
JMPC is a Java client for the mpd music player daemon. It uses a (slightly modified) version of the JMPDComm libraries by Gustavo Almeida.
Features of note are:
- full control of usual MPD features (play, pause, skip, seek, volume, info display etc.)
- browse by filename or info provided by MPD. Uses configurable browsers with artist, album, genre etc. in any order
- (internal) drag and drop support
- regex search over track information
- playlist creation, editing and saving
- timed command execution (e.g. alarm clock functionality) with saved state
- ID3 editing (including regexing titles/artists from filename)
- Most functionality is modular so that new guis can be built easily

