Sorted it out, I had to add a delay, 15 seconds seems to work OK @reboot sleep 15;sudo python3 /home/pi/PRRC.py &
Something I noticed is when I use the play pause on my remote, the LED matrix freezes with what ever LED’s where on when I pressed the button. Pressing the physical button on the phat beat though and they all turn off. I guess that’s because My remote is talking to VLC Radio and not the phat beat directly?
One solution to this, is to merge your code for controlling via a remote into phatbeatd. It’s not a very straight forward procedure, but it’s certainly possible.