Kodi Community Forum
Different means of Updating library - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9)
+--- Thread: Different means of Updating library (/showthread.php?tid=70546)



Different means of Updating library - thestig - 2010-03-22

Updating library. (this should have been part of the title, my iPhone annoyingly saved my post before I was done typing)

Often I put a new piece of media into my collection, and
then have to manually update the
library when I next sit down to use xbmc. Or alternately wait for my hourly update script to kick off.

It
might be useful to have he ability to
kick off a scan from the xbmc iPhone app, the xbmc webapp, or from a script that watches source folders for new content.


- prae5 - 2010-03-23

You can do all of those already.

Use either a the http-api, map a function to your remote, plenty of options


- thestig - 2010-03-23

I actually do have the update function mapped to my remote, and it is useful. But is that function really in the web server? I'm interested in being able to kick off a scan when I am away from home. The web servers XBMC has seem able to start files playing, and change a few settings, but nothing more


- prae5 - 2010-03-23

http://wiki.xbmc.org/index.php?title=Web_Server_HTTP_API
http://wiki.xbmc.org/index.php?title=List_of_Built_In_Functions


- thestig - 2010-03-24

THANK YOU prae5!

With that advice I was able to do more than I even imagined.
Tried to capture it all for others here