Auto update library
#1
Hi to all,

I've upgraded my xbmc to latest svn, before that I've used two scripts to auto update my library but now seems not to work.

The scripts are in "C:\Program Files (x86)\XBMC\scripts" folder and are the following:

autoexec.py
Code:
import xbmc, xbmcgui

xbmc.executebuiltin('XBMC.AlarmClock( VideoLibraryUpdater, XBMC.RunScript(special://home/scripts/VideoLibraryUpdater.py),45,true)')

VideoLibraryUpdater.py
Code:
import xbmc, xbmcgui
xbmc.executebuiltin('XBMC.UpdateLibrary(video)')
xbmc.executebuiltin('XBMC.AlarmClock( VideoLibraryUpdater, XBMC.RunScript(special://home/scripts/VideoLibraryUpdater.py),45,true)')

I don't remember where I found the scripts...

How to make these to work?

Thanks and sorry for my englishRolleyes
Reply
#2
If you've updated to a June or July svn of XBMC, your scripts may not work for a while. XBMC now uses an addon system that doesn't work very well with the old method of using scripts and plugins. Check the plugin/support section to see if your script is likely to be updated for the new system anytime soon.
Reply

Logout Mark Read Team Forum Stats Members Help
Auto update library0