Headless Raspberry Pi setup - SofusA/qobuz-player GitHub Wiki

Setup for auto start

Auto login

You need to set your raspberry pi to auto login using raspi-config

Edit .bashrc

Add the following line to your ~/.bashrc, to start qobuz-player on startup:

if [ -z "$SSH_TTY" ]; then
    qobuz-player --web --rfid --password PASSWORD --username [email protected] open
fi

Edit flags to match your setup.

(Optional) GPIO

You can setup GPIO to power on and off your amplifier using a relay. See GPIO