Difegue / Stylophone

A pretty cool™️ MPD client in .NET. Based on MpcNET.
https://tvc-16.science/stylophone-27.html
MIT License
135 stars 10 forks source link

No option to connect to a password protected MPD #19

Closed sobornostea closed 3 years ago

sobornostea commented 3 years ago

There is currently no option to connect to a password protected mpd server, which is kinda useful security wise

Difegue commented 3 years ago

Hm, I didn't implement MPD passwords since they're kinda insecure to begin with (sent completely over cleartext, no identity check etc), but if there's enough demand for it I'll add it in eventually.

It'd just be a matter of implementing the password command in MpcNET and sending it if there's a password saved in Stylophone settings.

Difegue commented 3 years ago

I've added this while re-architecturing the app and it'll be in the upcoming v2, set to release at the end of the month. 👍