update library using json and curl?
#4
See http://wiki.xbmc.org/?title=List_of_Built_In_Functions for the details on the UpdateLibrary function. You want something like:

Code:
curl http://myserver/xbmcCmds/xbmcHttp?command=ExecBuiltIn(UpdateLibrary(video, /dev/sdd1))

I'm not sure if you can use a source name as the path, but you could try it and see what happens.
Reply


Messages In This Thread
RE: update library using json and curl? - by jhsrennie - 2012-04-22, 10:22
Logout Mark Read Team Forum Stats Members Help
update library using json and curl?0