From cd290f0d2b7ff7f98eee654d63347dcc79a17f36 Mon Sep 17 00:00:00 2001 From: visionmercer Date: Tue, 23 Jun 2026 22:13:08 +0200 Subject: [PATCH] Update todo.md --- todo.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/todo.md b/todo.md index 1355a0c..3a9631f 100644 --- a/todo.md +++ b/todo.md @@ -1,12 +1,12 @@ # todo ## ipc add ipc functionality so it's possible while the program runs to: -- play next and previous track with `cimp --next` and `cimp --prev` -- change volume with `cimp --volume xx` -- add file to playlist with `cimp --add filename.ext` +- ~play next and previous track with `cimp --next` and `cimp --prev`~ +- ~change volume with `cimp --volume xx`~ +- ~add file to playlist with `cimp --add filename.ext`~ - if started without `--add` it should clear the playlist and load and play the given file or playlist. - if given the flag `--playlist` it should output the song array as a playlist. - +- start stop pause and quit would be good, repeat as well. the c functions are ready in terminkey.h and an example of how it works is found in test_ipc.bas ## recurcive add all music in folder