How to get Auto Update to automatically start after a reboot
#1
I have installed the plug in Auto update and it works very well. However if the system is rebooted, the plug in has to be manually started.

How do I get this plug in to auto start?

Thanks.........
Reply
#2
I see posting has has 40+ views......no one has any thoughts?
Reply
#3
Add it to autoexec.py?

And you didn't put a question mark. So probably people assumed it was a how to / a statement rather than a question.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#4
darkscout,

My fault for not being clear.

I looked at the following:

C:\Users\LR\AppData\Roaming\XBMC\addons\script.libraryautoupdate and there is an autoexec.py.

Since this script is not starting when my system reboots, it must be in the wrong location or something is off. Where is the correct location for this file?

darkscout Wrote:Add it to autoexec.py?

And you didn't put a question mark. So probably people assumed it was a how to / a statement rather than a question.
Reply
#5
http://wiki.xbmc.org/?title=HOW-TO_insta...ts_in_XBMC
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#6
darkscout,

I had already read that wiki page but it references a folder/folder structure that does not exist if you do a new install of 10.0.

I will create a scripts folder and place the autoexec.py in there and see what happens.

darkscout Wrote:http://wiki.xbmc.org/?title=HOW-TO_insta...ts_in_XBMC
Reply
#7
Have you configured it? Go to addons, configure, tell it to launch.

It moved to userdata:
-
~/Library/Application Support/XBMC$ find . -name autoexec.py
./addons/script.libraryautoupdate/autoexec.py
./userdata/autoexec.py
-

Or do this externally.
http://boshdirect.com/blogs/tech/set-xbm...brary.html
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#8
darkscout,

Yes it is configured and it works. It just does not function after a reboot.

Out of frustration, I copy the autoexec.py from ./addon/script.libraryautoupdate and placed it Programs/xbmc/userdata,
restated and it started scanning movies.

Any way, thanks for your patience in helping me solve this issue.


darkscout Wrote:Have you configured it? Go to addons, configure, tell it to launch.

It moved to userdata:
-
~/Library/Application Support/XBMC$ find . -name autoexec.py
./addons/script.libraryautoupdate/autoexec.py
./userdata/autoexec.py
-

Or do this externally.
http://boshdirect.com/blogs/tech/set-xbm...brary.html
Reply

Logout Mark Read Team Forum Stats Members Help
How to get Auto Update to automatically start after a reboot0