03-19-2021, 10:56 AM
Hello everybody,
please be aware that I am trying to prepare a repository (probably on GITHUB) to get all the information better and updated.
In the meantime, for those interested in moOde 7.1.0 and PeppyMeter there is only one change, compared to the procedure in post # 5.
In the moOde 7.1.0, the file
So change the procedure in:
That's all folks
Regards,
Francesco
please be aware that I am trying to prepare a repository (probably on GITHUB) to get all the information better and updated.
In the meantime, for those interested in moOde 7.1.0 and PeppyMeter there is only one change, compared to the procedure in post # 5.
In the moOde 7.1.0, the file
Quote:/var/www/inc/playerlib.phpis slightly different than in 7.0.1.
So change the procedure in:
Quote:At this point we have to patch an important file that create the configuration of moOde MPD:
Code:
Code:sudo nano /var/www/inc/playerlib.php
Quote: Wrote:"Ctrl -2041" to go to row 2041 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",
"Ctrl o" and "Enter" to save and then "Ctrl 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.
That's all folks
Regards,
Francesco