jcorporation / myMPD

myMPD is a standalone and mobile friendly web mpd client with a tiny footprint and advanced features.
https://jcorporation.github.io/myMPD/
GNU General Public License v3.0
419 stars 65 forks source link

myMpd and mpd socket #560

Closed antonellocaroli closed 3 years ago

antonellocaroli commented 3 years ago

how come mympd as default setting has as host mpd /run/mpd/socket

it should not be /var/run/mpd/socket

as recommended also in the documentation?

https://mpd.readthedocs.io/en/stable/user.html#configuration

To bind to a local socket (UNIX domain socket), specify an absolute path or a path starting with a tilde (~). Some clients default to connecting to /var/run/mpd/socket so this may be a good choice:

jcorporation commented 3 years ago

Nowadays most distributions defaults to /run/mpd/socket. It seems for me the more modern approach.