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.
- Host: GitHub
- URL: https://github.com/alexprogrammerde/pimusic
- Owner: AlexProgrammerDE
- License: apache-2.0
- Created: 2019-07-25T17:09:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T13:53:55.000Z (almost 4 years ago)
- Last Synced: 2024-04-16T11:18:55.417Z (over 1 year ago)
- Topics: 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
- Language: Shell
- Homepage: https://alexprogrammerde.github.io/Pimusic/
- Size: 106 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![]()
[](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
```