readme.md

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

View File

@@ -65,19 +65,21 @@
- Start on boot (as a service) - 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 - Setup bluealsa-aplay
Download/copy file [etc/systemd/system/bluealsaaplay.service](etc/systemd/system/bluealsaaplay.service) to /etc/systemd/system/ Download/copy file [etc/systemd/system/bluealsaaplay.service](etc/systemd/system/bluealsaaplay.service) to /etc/systemd/system/
- Enable service on boot - Enable service on boot
*if used with squeezelite only one can be used on boot* *if used with squeezelite only one can be used on boot*
sudo systemctl enable bluealsaaplay sudo systemctl enable bluealsaaplay
- Start service - Start service
*if used with squeezelite only one can be running* *if used with squeezelite only one can be running*
sudo systemctl start bluealsaaplay
sudo systemctl start bluealsaaplay
- bluealsa-aplay and squeelite - bluealsa-aplay and squeelite
- squeelite on boot - squeelite on boot
@@ -88,7 +90,7 @@
sudo sh -c 'systemctl stop squeezelite; systemctl start bluealsaaplay' sudo sh -c 'systemctl stop squeezelite; systemctl start bluealsaaplay'
- change to squeezelite - change to squeezelite
sudo sh -c 'systemctl stop bluealsaaplay; systemctl start squeezelite' sudo sh -c 'systemctl stop bluealsaaplay; systemctl start squeezelite'