I see, thanks! Well, I do already have VNC running (Real VNC is a part of the Pi 3 B Raspbian), so that's not needed. What I want to do is to have MC running at all times, so I see what I need to do, I think. But I spent a bit of time getting Bluetooth audio working, so I don't want to break anything now. I'm totally fresh on this stuff, as opposed to Windows. So I really would like input on if this is correct:
Type:
sudo nano ~/mcbluetooth
And then:
#!/bin/bash
export USER=pi
export DISPLAY=':1'
ps -e | grep pulseaudio || pulseaudio
ps -e | grep mediacenter || mediacenter22 %F
Once you're done, press CTRL-X, and choose "y" and press "enter" twice. Now type
* * * * * /home/pi/mcbluetooth > /dev/null
I would think that's about correct, but I'm not sure at all. Also I'm not sure if %F is the correct argument for Media Center (it's the argument used in the shortcut in Raspbian). And what I'm especially not clear about is wether the DISPLAY line is necessary in my case. This is not for running headless, I will have the car display connected to the three way minijack. I only want PulseAudio (BlueTooth audio) and MC to start automatically.