626 B
626 B
todo
ipc
add ipc functionality so it's possible while the program runs to:
play next and previous track withcimp --nextandcimp --prevchange volume withcimp --volume xxadd file to playlist withcimp --add filename.ext- if started without
--addit should clear the playlist and load and play the given file or playlist. - if given the flag
--playlistit 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