ap

An audio player suited to my tastes
Log | Files | Refs | README | LICENSE

commit a77f5717b0793df077acb7fd05ba6a61c5b12718
parent fdbfc6193bac1c368d49788e52b494b721558aa3
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Mon,  5 Jun 2023 07:00:11 -0700

Update TODO

Diffstat:
MTODO | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/TODO b/TODO @@ -1,3 +1,9 @@ +- Do a deep inspection on the server + +- Fix queue_set usage of player->state + +- Cleanup the player status system + - Add a command whichs waits for certain events to take place before returning. I believe this would require overhauling the command system, or making a special exception for the command, so @@ -10,9 +16,6 @@ ? Consider putting all aps related stuff into aps->data, allowing the server to be reused for other purposes easily -? Consider Providing the ability to run various commands at startup - before accepting clients - ? Consider adding a command, say 'root', to query and set the working directory. One downside to this would be that the server cannot alter an item's contents (such as to update a relative path)