Next step
(Modified: )
The program is getting more stable, so the next step is probably to daemonize it and create a webui frontend. I probably will add more features as I go, but the less features, the easier for anyone else to use it. A daemon could also work with the cli, as then I can add more to the queue without having to wait for the first batch to finish. I can currently add as much as I want, but the terminal has an input limitation. And it opens up for the webui later too. As the previous project, I will add JSON-RPC for communication, as that sounds reasonable and easy to implement.