Updating library from command line

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Abe Froman Offline
Senior Member
Posts: 173
Joined: Apr 2010
Reputation: 7
Post: #11
Thanks I ended up using the auto-update plugin within XBMC to pull rather than push the update.
find quote
pacific88 Offline
Junior Member
Posts: 10
Joined: Mar 2010
Reputation: 0
Post: #12
thanks for that. i also discovered after an update, you can clean the library with this:

Code:
http://xbmcipaddress:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn&parameter=XBMC.cleanlibrary(video)
(This post was last modified: 2012-02-22 05:02 by pacific88.)
find quote
idarkside Offline
Junior Member
Posts: 1
Joined: Jul 2012
Reputation: 0
Post: #13
hi there id just like to clear a few things up Smile

the "wget -q "http://USERNAME:PASSWORD@XBMCPC:XBMCPORT/xbmcCmds/xbmcHttp?command=ExecBuiltIn&parameter=XBMC.updatelibrary(video)" - connects to the xbmc machine and loads, downloads and saves the page which in turn will set the update going

the
del "*.updatelibrary(video) /q" command deletes the saved page that has just taken place

and the "exit" command closes the command session

PS tested and working with eden

thanks Smile
(This post was last modified: 2012-07-03 00:58 by idarkside.)
find quote
Post Reply