Max Kellermann

Results 537 comments of Max Kellermann

There are currently compile-time checks for libmpdclient 2.17 and 2.18. I agree to raise the minimum version to 2.18 and remove all checks. Please make that one new commit, inserted...

One can use the `config` or `listmounts` command to learn the music directory or the mounted directory.

That `find` text predates the existence of mounts. The relative path is relative to MPD's composite storage, which defaults to just the music directory, but may be enriched with various...

Clients should prefer local sockets on all operating systems where they are available. It's the default for all clients using libmpdclient (unless they override libmpdclient's defaults).

> authorization in postgresql is handled differently in that case Not true, I think you misunderstood how that works. PostgreSQL actually behaves very similar to MPD: connections on local sockets...

Wow, you're right, `initdb` indeed defaults to `trust` (upstream, but not on Debian, which is why I never saw this) if you omit the command-line option. But also emits a...

The Travis-CI failure looks unrelated to this PR: rake rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)

> I am not sure if all providers (especialyl external ones) are ready to deal with concurrent invocation of the do method. That would be a bug in those providers,...