Author Topic: Auto start Jukebox on raspberry Pi  (Read 7607 times)

Ralph

  • Newbie
  • *
  • Posts: 2
Auto start Jukebox on raspberry Pi
« on: September 30, 2024, 01:54:53 PM »
Hi

I want to auto start the jukebox software when the raspberry Pi starts up (basically only using the pi as jukebox) but can’t seem to get it to work. Not sure if it’s due to the question of how you want it to run or if doing something wrong ….. any help or guidance would be appreciated.

Steve

  • Administrator
  • Hero Member
  • *****
  • Posts: 2345
    • Jukeblaster.com
Re: Auto start Jukebox on raspberry Pi
« Reply #1 on: October 04, 2024, 09:10:40 AM »
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.
Send us some crypto :-)
It helps us pay for the forum and new jukebox developments


Bitcoin
bc1qlfjvxfpj75wcpraa5phvvxjpc9w7dxhd8y9s0k

Doge
DGvvJZ6JNxcGtSSbgjaNE5zDe13YWwaPVE


Ralph

  • Newbie
  • *
  • Posts: 2
Re: Auto start Jukebox on raspberry Pi
« Reply #2 on: October 05, 2024, 10:20:52 AM »
Many thanks - after a few changes ( path etc) it works !! So big thank you for the help.