milki

Results 2 issues of milki

We have client-side shell hooks. Let's implement some of the server-side shell hooks. pre-receive, post-receive, update is pretty straightforward (https://www.kernel.org/pub/software/scm/git/docs/githooks.html). We can add those calls before and after receiving packs...

enhancement

mpd supports authenticating clients with a plaintext password: https://www.musicpd.org/doc/html/user.html#permissions-and-passwords https://www.musicpd.org/doc/html/protocol.html#connection-settings When a password is set, the default permissions of an non-authenticated client is empty.