An open API service indexing awesome lists of open source software.

https://github.com/alexprogrammerde/pimusic

A easy and comfortable way to use Bluetooth, Airplay and Spotify Connect.
https://github.com/alexprogrammerde/pimusic

airplay balena-sound bluetooth bluetooth-pi music music-player musicpi pi-airplay pi-bluetooth pi-music pi-music-player pi-player pi-spotify pimusic raspberry-pi raspotify rpi-bluetooth-audio-player shairport-sync spotify spotify-connect

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          






Pimusic


[![HitCount](http://hits.dwyl.io/AlexProgrammerDE/Pimusic.svg)](http://hits.dwyl.io/AlexProgrammerDE/Pimusic)

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
```