music: Add Librespot

This commit is contained in:
polyfloyd 2022-04-15 11:58:11 +02:00
parent 7356db2b8a
commit 2a54ec3ec6
4 changed files with 65 additions and 0 deletions

View file

@ -15,3 +15,14 @@
name: trollibox
state: restarted
daemon_reload: true
- name: rebuild librespot
command: cargo build --release --features jackaudio-backend
args:
chdir: /opt/librespot
- name: restart librespot
systemd:
name: librespot
state: restarted
daemon_reload: true