Peppy - project-owner/Peppy.doc GitHub Wiki
Download Peppy software component from github by running in /home/pi:
git clone https://github.com/project-owner/Peppy.git
Make sure that Peppy player is working (assuming you are in /home/pi/Peppy folder):
python peppy.py
If this commands doesn't work run it using 'sudo':
sudo python peppy.py
You can run this command using VNC connection.
To start Peppy player automatically during the system startup add the following commands to the file /etc/rc.local
:
cd /home/pi/Peppy/
python peppy.py
Use 'sudo' if required.
After all these changes reboot the system:
sudo reboot
The Peppy player will start playing current radio stream automatically.
To disable all booting messages during startup remove properties fbcon=map:10 fbcon=font:VGA8x8
from the end of line in file /boot/cmdline.txt
. The edited line should look like this one:
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait