Client Libraries
From Music Player Daemon Community Wiki
Contents |
[edit] .NET (C# / VB.net)
- NMusicPD - A CLR-compliant library written in C# used for communicating with a MusicPD server.
- LibMPD.net - A .net 2.0 MPD client library written in C#.
[edit] C / C++
- libmpd - A high level library reference to libmpdclient
- libmpdclient - A library written in C and can be used to create MPD clients that are coded in C, obj-C and C++
[edit] Java
- JavaMPD - A Java MPD library
- JMPDComm - A library written in Java used to create MPD clients written in Java
[edit] Lisp
- CL-MPD - A pure Common Lisp interface to Music Player Daemon. (hosted at [1])
- libempd - A LISP interpretation to interface a LISP program (EMACS) to MPD
- libmpdee - An Emacs Lisp library to interface MPD
[edit] Other
- libmpd-haskell - MPD library for Haskell
- tclmpds - A Tcl package for controlling MPD
- mpd-client - A CHICKEN Scheme Library for controlling MPD
- erlmpd - An Erlang module for MPD
[edit] PERL
- Audio::MPD - Audio::MPD is a Perl module for interfacing MPD through perl scripts.
- POE::Component::Client::MPD - a Perl module for interfacing MPD through poe-aware perl scripts.
[edit] PHP
- MPD-Class - A PHP class for MPD used to create custom web interfaces to MPD
- Net_MPD - A high quality PEAR/PHP interface for MPD
[edit] Python
- py-libmpdclient - Python client library for MPD (deprecated)
- py-libmpdclient2 - A rewrite of py-libmpdclient with a new API
- python-mpd - Python MPD client library (recommended)
