2013-02-13, 15:06
Just a minor update.
I've previously shown how to force MyPicsDB to update it's database automatically each night by using an external script. Unfortunately, this method is no longer quite as easy since Frodo introduced JSON-RPC for http requests. (Well - probably it's quite easy when you get the hang of it - but...).
I instead found another solution. I use the service The Scheduler (http://forum.xbmc.org/showthread.php?tid=144378) and create a custom built-in script with the following action:
Remember to update to your own path. I've chosen to run the script each night at 3:00 AM, so that every morning my Last Added-widget shows the images that was added the previous day.
Just a hint.
FFY
I've previously shown how to force MyPicsDB to update it's database automatically each night by using an external script. Unfortunately, this method is no longer quite as easy since Frodo introduced JSON-RPC for http requests. (Well - probably it's quite easy when you get the hang of it - but...).
I instead found another solution. I use the service The Scheduler (http://forum.xbmc.org/showthread.php?tid=144378) and create a custom built-in script with the following action:
Code:
RunScript(";C:\Users\Administrator\AppData\Roaming\XBMC\addons\plugin.image.mypicsdb\scanpath.py",--database)
Remember to update to your own path. I've chosen to run the script each night at 3:00 AM, so that every morning my Last Added-widget shows the images that was added the previous day.
Just a hint.
FFY