Closed animaldaydream closed 1 year ago
I've changed that here https://github.com/Polochon-street/blissify-rs/pull/38, could you try and checkout that branch (support-standard-mpd-host
) to see if it works for you?
I've changed things around so the connection mechanism follows https://mpd.readthedocs.io/en/latest/client.html#connecting-to-mpd more closely, and password should be supported now :)
I can confirm it works! It also works with a socket now. No errors in the terminal. Thank you!
Awesome. Just released a new version, so people can use it without checking out that branch. Thanks for the feedback!
There is no documentation for the JSON config (or I can't find it anyway). I assumed I could set up a password there.
Afterwards I tried to set the password on the MPD_HOST environment variable, but I am getting this error:
When the password is not set, I get this error instead:
The only option I have is to not set a password. [Even though I encrypt the connection through Wireguard, I have a VPN connection set up through a VPS as well, so this is very inconvenient regardless.]
PD: Apparently Unix sockets through the envorinment variable aren't supported either (outputs first error), but I'll leave that for the next person to make an issue.