music: Add bitvis
Some checks failed
Test / build (push) Failing after 1m0s

This commit is contained in:
polyfloyd 2025-05-18 19:39:07 +02:00
parent 82739c1ff0
commit b85f878201
9 changed files with 133 additions and 0 deletions

View file

@ -0,0 +1,16 @@
[Unit]
Description=Audio visualizer for the bitpanel
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=10s
ExecStart=/usr/bin/pw-jack bitvis -a localhost -p 1337 -m localhost -o 6600
ExecStartPost=/usr/bin/sleep 4
ExecStartPost=/usr/bin/pw-link alsa_output.usb-ASUS_Xonar_U7_MKII-00.analog-stereo:monitor_FR bitvis:input
User={{ music_audio_user }}
Environment="XDG_RUNTIME_DIR=/run/user/{{ music_audio_user_id }}"
[Install]
WantedBy=multi-user.target