X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=README.txt;h=5388229e06eb793a6fcec2985eb2a74592fe4684;hb=8b540cb8ec163a457d81b84098eba80d630ed7e7;hp=3b3fa5fbf02f251b2fac791cc1e31817f7cebe43;hpb=31862f7b50f32589826f7c606e7962931e7fdd8e;p=python-musicpd.git diff --git a/README.txt b/README.txt index 3b3fa5f..5388229 100644 --- a/README.txt +++ b/README.txt @@ -14,7 +14,7 @@ Getting the latest source code If you would instead like to use the latest source code, you can grab a copy of the development version from git by running the command: - git clone http://git.thejat.be/python-mpd.git + git clone git://git.kaliko.me/python-musicpd.git Installing from source @@ -22,10 +22,10 @@ Installing from source To install python-mpd from source, simply run the command: - python setup.py install + python3 setup.py install You can use the `--help` switch to `setup.py` for a complete list of commands -and their options. See the http://docs.python.org/inst/inst.html[Installing +and their options. See the http://docs.python.org/3/install/[Installing Python Modules] document for more details. @@ -45,9 +45,9 @@ client.disconnect() # disconnect from the server A list of supported commands, their arguments (as MPD currently understands them), and the functions used to parse their responses can be found in -`doc/commands.txt`. See -http://mpd.wikia.com/wiki/MusicPlayerDaemonCommands[MusicPlayerDaemonCommands] -on the http://mpd.wikia.com/[MPD Wiki] for more details. +`doc/commands.txt`. See the +http://www.musicpd.org/doc/protocol/[MPD protocol documentation] for more +details. Command lists are also supported using `command_list_ok_begin()` and `command_list_end()`: @@ -64,17 +64,17 @@ Commands may also return iterators instead of lists if `iterate` is set to ------------------------------------------------------------------------------ client.iterate = True -for song in client.listallinfo(): +for song in client.playlistinfo(): print song["file"] ------------------------------------------------------------------------------ -Extra care must be taken to exhaust the iterator before executing *any* other -commands. +Contacting authors +------------------ -Contacting the author ---------------------- - -You can contact the author by emailing J. Alexander Treuman +You can contact the original author by emailing J. Alexander Treuman . He can also be found idling in #mpd on irc.freenode.net as jat. + +The current maintainer can be found on xmpp chat room kaliko.me@conf.azylum.org +or you can contact him by email/xmpp .