bogglez
bogglez
Since unix sockets are a requirement to have a connection that is considered local, this blocks me from solving an mpc issue. As for the required header, this is all...
I'm not sure how the artifacts are uploaded there, but perhaps the merged PR #89 helps with providing the Windows executables.
What would it take to implement this? I see that `struct mpd_song` has a `uri` member which is read by `mpc status` using `mpd_song_get_uri()`. I assume that the URI may...
> One can use the `config` or `listmounts` command to learn the music directory or the mounted directory. According to the `listmounts` documentation, there may be multiple mounts: ``` listmounts...
Turns out the `config` command only works when connected via a UNIX socket. mpd has the following check: ```c++ /** * Is this client running on the same machine, connected...
You say prefer, but it seems like unix sockets are a hard requirement instead. The loopback device is considered to be local as well by other projects (e.g. authorization in...
See the `trust` in the default config? That's what I'm referring to. ``` # The same using local loopback TCP/IP connections. # # TYPE DATABASE USER ADDRESS METHOD host all...