This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Brian Reily (author)
Fri Jan 30 21:16:09 -0800 2009
pympd /
README
PyMPD - A MPD Library
=====================
* by: brian reily
* url: http://brianreily.com/projects/pympd
status
------
* PyMPD was written a while ago and is no longer being
actively maintained/developed. No efforts will be made
to keep up with changes/additions to MPD's protocol. It
works at the moment, though.
usage
-----
>>> import mpd
>>> m = mpd.MPD() # or m = mpd.MPD(host='127.0.0.1', port=6600)
>>> m.status()
...data sent back...
>>> m.find('artist Disturbed')
...data sent back...








