Library Update Function
#1
Hey,

I'm trying to update specified parts of my Library with a external command.

Therefor I send the following command:
Code:
http://xbmc:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn(UpdateLibrary(video,smb://host/path/to/tvshows/))

This isn't working, looks like it doesn't check recursive

Code:
http://xbmc:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn(UpdateLibrary(video,smb://host/path/to/tvshows/2 Broke Girls/))

This instead is updating the specified show

Do i have a problem with the path syntax? I would like to update the specified source, with a general update command I XBMC is scraping everything, also my off line NAS which takes ages waiting for every individually timeout per element.

cheers!
Reply

Logout Mark Read Team Forum Stats Members Help
Library Update Function0