We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You need to set your raspberry pi to auto login using raspi-config
raspi-config
.bashrc
Add the following line to your ~/.bashrc, to start qobuz-player on startup:
~/.bashrc
qobuz-player
if [ -z "$SSH_TTY" ]; then qobuz-player --web --rfid --password PASSWORD --username me@test.com fi
Edit flags to match your setup.
You can setup GPIO to power on and off your amplifier using a relay. See GPIO
There was an error while loading. Please reload this page.