737 B
737 B
This project contain files to transform raspbian on web radio player with one button to manage.
#Installation
- Start from raspbian jessie 8
- Add a simple push button on GPIO number 24.
- Install mpd
apt install mpd mpc
- Copy/Paste btn_track.sh script in $HOME
- Create mpc.service
sudo nano /etc/systemd/system/mpc.service
#Tricks
- To speedup boot time, try to disable dhcp at boot and configure a static IP for rasp
cat /etc/network/interfaces
#iface eth0 inet manual
auto eth0
iface eth0 inet static
address 192.168.1.30
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254
dns-nameservers 91.121.161.184 188.165.197.144