We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The easiest way for starting RPiPlay as soon as the user is logged in is to add it to a user's .bashrc file:
pi@raspberrypi:~$ nano .bashrc
Add this to the end:
# within an SSH-session, ${SSH_TTY} will be set if [ "x${SSH_TTY}" = "x" ]; then /home/pi/rpiplay fi
# within an SSH-session, ${SSH_TTY} will be set
if [ "x${SSH_TTY}" = "x" ]; then
/home/pi/rpiplay
fi