(13-Apr-2020, 04:27 PM)Bromf Wrote: Tried and ...Nope....Back to the initial problem.... firefox can't find the server...
However, I amended mympd.conf
for these lines and that fixed it..
PHP Code:[mpd]
#Connection to mpd, unix socket or host/port, socket preferred
host = localhost
port = 6600
#myMPD user
#group is the primary group of this user
user = myMPD
Delete the file '/etc/mympd.conf', then upload the fix module again. Did the file reappear? And also, does mympd work now?
The config file in the fix has the correct connection info, (it uses 127.0.0.1 which is the same as localhost).
I'm guessing, that user part is the problem. In Snakeoil, it needs to be www-data. But if you started with myMPD, then you'll need to wipe out everything in /var/lib/mympd first before restarting mympd. I'll see if I can fix this in the next fix update.