]> kaliko git repositories - python-musicpd.git/commit
mpd.py: adding support for asynchronous commands
authorJ. Alexander Treuman <jat@spatialrift.net>
Thu, 15 Jul 2010 17:19:57 +0000 (13:19 -0400)
committerJ. Alexander Treuman <jat@spatialrift.net>
Thu, 15 Jul 2010 17:19:57 +0000 (13:19 -0400)
commit5c84adfc3853f683df1a79f4e4852386c4714508
treed927783f26f3096761f4a65cd51dc368e8961e21
parentc7cae3cb4d94dbd675ef5256c02d0ee3b250c468
mpd.py: adding support for asynchronous commands

send_<cmd>/fetch_<cmd> may now be used to send/fetch the command <cmd>.
fetch_<cmd> may be called multiple times to queue up various commands, but
they must be fetched in the same order they were sent.  This functionality
cannot be mixed with command lists.
mpd.py