PDA

View Full Version : Clean Library command?


tret
2008-10-24, 08:26
Hi guys,

I am using the following command in a sabnzbd script to update my xbmc library when a new download becomes available.

wget --delete-after 'http://'$XBMC_IP'/xbmcCmds/xbmcHttp?command=ExecBuiltIn&parameter=XBMC.updatelibrary(video)' >/dev/null 2>&1

Is 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

rwparris2
2008-10-24, 18:31
There was already a post about this recently.

Enable clean library in advancedsettings.xml -- refer to the wiki