Closed jgregoire closed 1 month ago
Ah, I lied. On the machine where it works (Arch Linux), I installed the rmpc-git package from AUR.
I removed the cargo-installed package, installed rmpc-git from AUR, and now it works on the second machine, too.
~ $ rmpc version
rmpc v0.4.0-16-g3e4951b
Yeah, that's better.
Hey, glad you worked it out. Support for the MPD env vars was added after 0.4.0 was released and thus is currently only available in the -git as you found out. Versioning the docs so this is more obvious is on my todo list.
Not very helpful, that. :)
Right, I did not realize that cargo builds without git, will fix that, thanks!
Thanks! Great program. I love having album art. Worked OOTB on Kitty.
I have installed rmpc on two machines, using the same config, with commands:
Version:
Not very helpful, that. :)
On one machine, everything works. The other gives this error:
Error: Message: 'Failed to connect to mpd', inner error: 'Generic("Connection refused (os error 111)")'
$MPD_HOST and $MPD_PORT are defined on both machines. (The server is a third machine on the network.)
On the machine where rmpc fails to launch, ncmpcpp connects to the server OK.
rmpc config: https://github.com/jgregoire/dotfiles/commit/a62eba54a705d50311b89ad4d17fd7b6a60b2d61
[edit]
~ $ rmpc -a [HOST]:[PORT]
also fails with the same error.I tried adding the server address to the config, but the above command still reports 127.0.0.1, and I still get the error.