gonewest818 / rpi-music-recipes

recipes for setting up music streaming tools on raspberry pi
3 stars 0 forks source link

rpi-music-recipes

These are recipes for setting up music streaming tools on raspberry pi.

As of right now we have scripts for

To get started clone this repo and run the bash scripts. For example to install shairport you would

$ git clone https://github.com/gonewest818/rpi-music-recipes.git
$ cd rpi-music-recipes/shairport
$ sudo sh pi-shairport2.sh

and the script will take care of installing dependencies, setting up configuration files, downloading/compiling/installing the shairport software, and installing init scripts so that shairport runs automatically when the raspberry pi boots.

Enjoy.