feat: add PipeWire muter functionality and service files for Sendspin audio player

This commit is contained in:
2026-06-14 12:17:47 +02:00
parent 6e22834c5c
commit 1054d4b9d0
12 changed files with 410 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=Sendspin audio player
After=pipewire.service network-online.target
Wants=pipewire.service
[Service]
ExecStart=%h/.local/bin/sendspin-client \
--server 192.168.1.100:8927 \
--name %H \
--device alsa_output.usb-Device-00.analog-stereo \
--volume 80
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target