This project is a fork of the libmpdclient.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/libmpdclient.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownertoto@0-mail.com
last changeSun, 22 Feb 2009 12:28:56 +0000 (22 13:28 +0100)
content tags
add:
README
                             libmpdclient
                        http://www.musicpd.org

This is a library for interfacing Music Player Daemon (MPD).

MPD is released under the revised BSD License. 
For the full license, see COPYING.
shortlog
2009-02-22 Marc PavotRemove unused macrosmaster
2009-02-22 Marc PavotRemove some CamelCase
2009-02-22 Marc PavotRemove CamelCase for mpd_InfoEntity
2009-02-22 Marc PavotReplace 'int' by 'bool' in search commands
2009-02-22 Marc PavotRewrite 'Search' interface
2009-02-20 Marc PavotUse enum mpd_tag_type instead of int
2009-02-17 Marc PavotRemove some CamelCase
2009-02-14 Romain Bignonadded mpd_send_shuffle_range() function.
2009-02-13 Romain Bignonadded the mpd_send_range_command() function
2009-02-09 Roman (Ky6uk... removed mpd_executeCommand(), update documentation
2009-02-09 Marc PavotRemove declaration of not implemented functions
2009-02-09 Marc Pavotstats: make "struct mpd_stats" and "struct mpd_search_s...
2009-02-09 Marc Pavotstatus: make "struct mpd_status" opaque
2009-02-09 Marc PavotAdd unit tests to libmpclient
2009-02-06 Roman (Ky6uk... moved output functions to command.h
2009-02-05 Roman (Ky6uk... added libtool's M4 files to .gitignore
...
heads
15 years ago master