[LIVE] how to autoexec python scripts on startup?
#1
I have searched the forums for a solution but have not found any that worked for me yet.

As I understand I should have a autoexec.py file, which I should put in some directory(Which directory varies from post to post).

What to write in the autoexec.py file is also a mystery.

I think this is kinda basic, and I'm sure a lot should know the answer.
Reply
#2
simplest is to create an autoexec.py in ~/.xbmc/scripts/myscripts/autoexec.py (not sure if the myscripts should be there.

in autoexec.py you add one line for every script you want to execute.
Code:
[color=Green][/color]execfile("path/to/script.py")
Reply
#3
Super! Thank you - now I got my WOL for the server up and going - Just the information I needed thank you!
Reply
#4
You're welcome. Smile
Reply

Logout Mark Read Team Forum Stats Members Help
[LIVE] how to autoexec python scripts on startup?0