02-23-2021, 06:37 AM
cd /var/www/inc
cp playerlib.php playerlib.php.bak
sudo vim playerlib.php
:227
+return true;
cp playerlib.php playerlib.php.bak
sudo vim playerlib.php
:227
+return true;
Thank you for your donation!
Connection to MPD failed
|
02-23-2021, 06:37 AM
cd /var/www/inc
cp playerlib.php playerlib.php.bak sudo vim playerlib.php :227 +return true;
02-23-2021, 09:02 AM
(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.
----------------
Robert
02-23-2021, 09:07 AM
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.
02-23-2021, 09:15 AM
(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.
----------------
Robert
02-24-2021, 01:52 AM
Well, it's open source. And the fun has just begun.
|
« Next Oldest | Next Newest »
|