Kodi Community Forum
auto-update in background - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: auto-update in background (/showthread.php?tid=45653)



auto-update in background - csbook - 2009-02-18

Hello,

I'm looking for a way to have the XBMC library update in the background at a periodic interval. I have TV shows that are being dumped into their appropriate folder but I have to either restart XBMC (with update on startup) or manually scan for new content to get it into the system. Is there a way to script something or put something in a cron job to force a library update?

I've seen some info on sending commands through the HTTPAPI interface but it doesn't look like this exists on the Linux version, or perhaps its just the docs that are xbox specific.

Thanks,
Chris


- tslayer - 2009-02-18

Of course the httpapi works.

A quick search would have found you this thread:

http://forum.xbmc.org/showthread.php?tid=43143


- csbook - 2009-02-18

True, I should have searched more for http api, and less for library updating. Anyway, the curl call works great, thanks!