empc/TODO
Renaud Casenave-Péré 4575a05167 Allow the call of multiple closures when getting the server response.
Each closure is called in turn with the parsed data as argument.
2011-08-05 15:29:10 +09:00

23 lines
855 B
Org Mode

# -*- org -*-
* DONE Store playlist as a Hash table with songid as the key.
CLOSED: [2011-07-28 Thu 14:28]
Then add a vector that binds position to songid.
* DONE Allow the call of multiple closures when receiving server responses.
CLOSED: [2011-08-05 Fri 14:59]
Call all the closures specified in order.
* TODO Rewrite with-updated-status.
If disconnected when using the `pause' command, it reconnects but uses wrong
status information
* TODO Rewrite empc-update-status.
should be called only at the proper moment with the diff computed before in
parameter.
* TODO Write a macro defining commands requiring an argument.
Let the possibility to use ido or anything (don't really know how to do that…)
* TODO Why do I get disconnected when updating the db?
* TODO Start the streaming process when receiving an idle interruption