Auto Update Libraries - (From a Windows Machine)
#1
If you're like me and you run mulitple XBMC systems with no centralised database, this may be useful to you.

Download Plink from the Putty site and save it in a folder
Create a bat file in that folder and populate it with this line :

Code:
plink -pw <password> <username>@<xbmc ip> xbmc-send -a "\"UpdateLibrary(video)\""

Obviously replace the stuff in the <> with your details.

Create 1 line for each XBMC system you have.. This will work for ATV2 and OpenElec (on a PI).. not sure about anything else.

When you run the bat file, it will send an update command to each system.

hope this helps someone!
Reply

Logout Mark Read Team Forum Stats Members Help
Auto Update Libraries - (From a Windows Machine)0