03-10-2021, 10:07 AM
Hi mrudzin,
I built a new system from scratch with 6.7.1 and everything works fine.
The only difference is the position of the line to be changed in the powerlib.php which is 1694 instead of 1994.
It means that the MPD configuration, for the 6.7.1 release, must be modified in:
I saw that your "mpd.conf" already looks good: have you changed that line yet?
Let me know.
Greetings,
Francesco
I built a new system from scratch with 6.7.1 and everything works fine.
The only difference is the position of the line to be changed in the powerlib.php which is 1694 instead of 1994.
It means that the MPD configuration, for the 6.7.1 release, must be modified in:
Quote:At this point we have to patch an important file that create the configuration of moOde MPD:
Code:sudo nano /var/www/inc/playerlib.php
Quote: Wrote:^-1694 to go to row 1694 and modify the current content from:
Code:
Code:"name \"ALSA default\"\n" . "device \"hw:" . $device . ",0\"\n",
to the new content:
Code:
Code:"name \"ALSA default\"\n" . "device \"peppyalsa\"\n",
^o and Enter to save and then ^x to exit.
Now reboot the system and try to listen any music (a radio is the simplest way) if it is still alive!!! If not we have to troubleshoot where we made a mistake.
I saw that your "mpd.conf" already looks good: have you changed that line yet?
Let me know.
Greetings,
Francesco