This is an internal development repository. It is not private; but it may differ from the GitHub repository and contain incomplete or broken features...missing documentation...and just isn't designed for general consumption...but here you are anyway.
mpd-dbproxy is a companion program to mpd-dbcreate, which is a dependency.
It functions as a standalone database proxy for mpd; calling mpd-dbcreate for database updates. This allows use of mpd-dbcreate for database management while maintaining the ability to request database refreshes within your mpd client. It will also provide the same functionality for an actual satellite setup; with the added benefit of not needing full mpd on your NAS.
It is currently considered alpha and I'm still testing it myself; but the following seems to work:
- serves an mpd database as a proxy
- calls mpd-dbcreate for updates
Most of what I'm doing now is using it and waiting for it to crash.