Hi Ralph
To make your jukebox auto-start
1. On your Raspberry Pi desktop open a console and enter:- sudo nano /etc/xdg/autostart/jukebox.desktop
2. In the file that opens, paste the following text (change path if your jukebox is not on the desktop)
[Desktop Entry]
Type=Application
Name=Pi Jukebox
Comment=Start Pi Jukebox
NoDisplay= false
Exec="/home/pi/Desktop/Pi Jukebox/Pi Jukebox"
3. Press Ctrl + X, and then Y, and then press Enter on your keyboard, this saves the file.
Done, Pi Jukebox will now launch when your Raspberry Pi boots up...
Ps: You can now enable or disable this auto-start feature with a simple tick-box in:-
start menu -> Preferences -> Desktop Session Settings.