Question about automatic updating
#1
I'm trying to get uTorrent to update my library the moment a torrent is completed. It seems like this is the command i need to use:

Code:
curl "http://localhost:81/xbmcCmds/xbmcHttp?command=ExecBuiltIn&parameter=XBMC.UpdateLibrary(video)"

uTorrent has an option to run a program when a torrent finishes, what type of script do I need to make it run the above?

Also, do I NEED to have XBMC running to update my library? Or is there a way around that?
Reply
#2
uhm, what would update your library if xbmc isn't running?

you need
1) curl
2) a .bat file with that command in it. have utorrent run that .bat
Reply
#3
Yeah curl seems a bit intimidating... no idea where to even begin on Windows. I figured there'd be a bit easier way to go about this..
Reply

Logout Mark Read Team Forum Stats Members Help
Question about automatic updating0