XBMC boot to directory
#1
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
Reply
#2
Bump!, please can anyone help
Reply
#3
bump? Sad
Reply
#4
You have coding errors in your autoexec.py. Try the following:
Code:
import xbmc

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

Logout Mark Read Team Forum Stats Members Help
XBMC boot to directory0