Skip to content

A easy and comfortable way to use Bluetooth, Airplay and Spotify Connect.

License

Notifications You must be signed in to change notification settings

AlexProgrammerDE/Pimusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pimusic

HitCount

This repository is created to install fast everyone the the needed packages to play Music on the Raspberry Pi.

This Repository installs multiple music service repositorys to let you play music by Spotify Connect, Airplay and Bluetooth.

This is my first real projekt so dont be too hard to me when somethig not works.

I am not a good programmer.

But report me the Issue and I will try to fix it.

I am using already the following repositorys:

Spotify Connect: https://github.com/dtcooper/raspotify

Airplay: https://github.com/mikebrady/shairport-sync

Bluetooth: https://github.com/AdityaTelange/rpi-bluetooth-audio-player

Maybe can be found there help.

Now comes the fun part.

First we update the system and install wget.

sudo apt-get update && sudo apt-get install -y wget

Now we clone my installation script.

wget https://raw.githubusercontent.com/AlexProgrammerDE/Pimusic/master/install.sh

Finally we run my installation script.

sudo bash install.sh

So youre finished good luck. :)

If you want to update the services you need to go only in the directory Pimusic with:

cd Pimusic

And then you need to start:

sudo bash update-services.sh | tee -a update-output.txt