]> Untitled Git - yocto/meta-hvmpd.git/commit
mpd: add local socket support
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 29 Mar 2026 02:56:32 +0000 (22:56 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 29 Mar 2026 03:16:20 +0000 (23:16 -0400)
commit6a7033788b13b45c8e7989a2272ed9be9740620a
tree8cb65668173008a28f39dfdeeeb12fe4c2d8b379
parente6bb1d66aa493e5915f4270660c2b60b13222126
mpd: add local socket support

By default, the "config" command is restricted when using the TCP connection:

    # telnet localhost 6600
    Connected to localhost
    OK MPD 0.24.0
    config
    ACK [4@0] {config} Command only permitted to local clients

Add support for local socket so that the config command will work for
locally-installed clients (ex: mympd).

Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
recipes-multimedia/musicpd/mpd_%.bbappend