Kodi Community Forum

Full Version: [LIVE]Autostart spotyxbmc
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.
I installed spotyxbmc, with the prefix /usr/local/. If I don't make any mistake, I did have to compile XBMC to do so.
So here is my question, how do I manage to launch my own version of XBMC instead of the original version, installed with Dharma ? Do i have to modify /etc/init.d/xbmc-live or whatsoever ?
Thanks for reading.
Mickael
Okay I managed to do what I wanted (thanks to IRC). You just need to edit /etc/init/xbmc-live.conf (maybe xbmc.conf if you're not running live), and modify line ~95 to something like that :
Code:
exec xinit /usr/local/lib/xbmc/xbmc.bin

BTW, if you want to launch xbmc with another user than xbmc, just edit "xbmcUser" on line ~59
And if that user is root, don't forget to modify every "/home/$xbmcUser" to "/$xbmcUser"