Quoting variables in MPD-Web-Remote and Hempd
PHP Webclient Collection for MPD (music player daemon)
Brought to you by:
tswaehn
I've been playing with this on and off for a while.
I'm running apache with php 7.4 (though that will be updated to 8 soon).
I found that I got "Could not connect to MPD" in MPD-Web-Remote, "Connection to host failed" in Hempd.
If I went into the mpdconfig.php and changed the $host and $mpdPort variables to not have quotes for the values they connected to the server.
Both still can't display the songs and the control buttons don't work.
If i change the main config/mpd_config.php and remove the quotes there, none of the "phpMP" clients work.
I've never gotten the IPodMP player to work.