Moode Forum
Connection to MPD failed - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: Connection to MPD failed (/showthread.php?tid=1357)

Pages: 1 2 3


RE: Connection to MPD failed - varun21 - 02-23-2021

cd /var/www/inc
cp playerlib.php playerlib.php.bak

sudo vim playerlib.php
:227
+return true;


RE: Connection to MPD failed - the_bertrum - 02-23-2021

(02-23-2021, 06:25 AM)varun21 Wrote: What's the way to fix this breakage? Certainly I can't reinstall the OS everytime I want to update things.

The way to "fix" this is to not update things out-side of the moOde release schedule.  moOde is not Raspberry Pi OS with a program running on top, it is a stand-alone music player that uses parts of Raspberry Pi OS.  Updating the OS underneath the rest is like updating your core Microsoft Office files to O365 then expecting the Word 2016 executable to still work.


RE: Connection to MPD failed - varun21 - 02-23-2021

That's the issue with rpi apps. Each app feels it qualifies as an OS. Apps should limit themselves to user-space domainand leave the OS to do its own thing.


RE: Connection to MPD failed - the_bertrum - 02-23-2021

(02-23-2021, 09:07 AM)varun21 Wrote: That's the issue with rpi apps. Each app feels it qualifies as an OS. Apps should limit themselves to user-space domainand leave the OS to do its own thing.

Alternatively, that is the whole point of Raspberry Pi apps.


RE: Connection to MPD failed - varun21 - 02-24-2021

Well, it's open source. And the fun has just begun.