I am using the following command in a sabnzbd script to update my xbmc library when a new download becomes available.
Code:
wget --delete-after 'http://'$XBMC_IP'/xbmcCmds/xbmcHttp?command=ExecBuiltIn¶meter=XBMC.updatelibrary(video)' >/dev/null 2>&1Is there something similar I can use to run "clean library"?
If not via the web server, I would be fine with mapping something to my remote via keymap.xml but as of yet I haven't found anything for this. In fact I would prefer to run "clean library" via the remote if possible, but I'll take anything I can get!
Anyone have any ideas?
tret

Search
Help