JojiiOfficial / LiveBudsCli

A tool to control your Galaxy buds+, Live, Buds Pro and Buds 2 Pro
https://crates.io/crates/earbuds
GNU General Public License v3.0
193 stars 15 forks source link

Daemon autostarting is broken #116

Open clotodex opened 2 months ago

clotodex commented 2 months ago

The commit 0d57111 (upgrade deps) change the cli completely. Starting a daemon now requires a value for each argument. So earbuds -d needs to be changed to earbuds -d <name>. I dont know if it is planned to have named daemons or if this happend by example.

But, since the daemon autostart https://github.com/JojiiOfficial/LiveBudsCli/blob/df46706e44fa9e7de355b11eab4cc850efe968a3/src/daemon_utils.rs#L16 does not pass any value it does not work anymore and even worse SILENTLY fails.

grazzolini commented 1 month ago

Not only that, but the daemon doesn't seem to start anymore without --no-fork.