From 6a1e77c240ed13e02a87cf4243e0ab55c268b85b Mon Sep 17 00:00:00 2001 From: na Date: Wed, 19 Aug 2026 09:07:43 +0200 Subject: [PATCH] remove useless file --- todo.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 todo.md diff --git a/todo.md b/todo.md deleted file mode 100644 index 3a9631f..0000000 --- a/todo.md +++ /dev/null @@ -1,12 +0,0 @@ -# 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`~ -- 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