Kodi Community Forum

Full Version: XBMC boot to directory
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Guys

I've got a bit of a problem, what im trying to do is make xbmc boot to a specific directory when it starts
rather than go to the homescreen, (I know you can change it ish* on the appearance settings but that's not what I want)

The directory id want it to go to is (-- ActivateWindow(10025,"L:\\Anime\\Anime\\",return) --)

Since the autoexec.py files no longer work (mine comes up autoexec.py failed to launch (if anyone knows a fix please let me know))

anyone got any idea's help would be greatly appreciated

Thanks Smile
Bump!, please can anyone help
bump? Sad
You have coding errors in your autoexec.py. Try the following:
Code:
import xbmc

xbmc.executebuiltin("ActivateWindow(10025,L:\Anime\Anime\,return)")
Thank you soo much! it works perfect, cant believe I didn't notice the mistake in my autoexec
highly appreciated :thumbsup: