readme.md

This commit is contained in:
2022-01-16 12:39:13 +00:00
parent e70793dc94
commit decdc62321

View File

@@ -65,7 +65,8 @@
- Start on boot (as a service)
sudo service bluealsa enable && sudo service bluealsa start
sudo service bluealsa enable && sudo service bluealsa start
- Setup bluealsa-aplay
Download/copy file [etc/systemd/system/bluealsaaplay.service](etc/systemd/system/bluealsaaplay.service) to /etc/systemd/system/
@@ -73,11 +74,12 @@
- Enable service on boot
*if used with squeezelite only one can be used on boot*
sudo systemctl enable bluealsaaplay
sudo systemctl enable bluealsaaplay
- Start service
*if used with squeezelite only one can be running*
sudo systemctl start bluealsaaplay
sudo systemctl start bluealsaaplay
- bluealsa-aplay and squeelite
- squeelite on boot
@@ -88,7 +90,7 @@
sudo sh -c 'systemctl stop squeezelite; systemctl start bluealsaaplay'
- change to squeezelite
- change to squeezelite
sudo sh -c 'systemctl stop bluealsaaplay; systemctl start squeezelite'