Search found 7 matches

by kLAcK
December 20th, 2010, 7:31 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 703353

Re: XBMC Library Updater

Code: Select all

[code][code]import urllib

urllib.urlopen("xbmcaddress/xbmcCmds/xbmcHttp?command=ExecBuiltIn&parameter=XBMC.updatelibrary(video)").close()
Works great!  I couldn't get wget to suppress the downloaded file.[/code][/code]
by kLAcK
November 4th, 2010, 10:02 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 703353

Re: XBMC Library Updater

Thanks guys for taking this further.  I've since switched to XBMC Live and will be trying out wget command.
by kLAcK
July 26th, 2009, 4:48 am
Forum: Feature Requests
Topic: SABnzbd on the iPhone?
Replies: 60
Views: 47141

Re: SABnzbd on the iPhone?

Anyone try compiling the source for par2?
by kLAcK
December 10th, 2008, 5:02 pm
Forum: General Discussion
Topic: init.d script not working
Replies: 1
Views: 3341

init.d script not working

Hello, I am having a problem getting the init.d script working.  Looking at the log file, everything should be working.  The last line in the log file is: Starting web-interface on 192.168.0.100:1081 However I cannot connect to the web interface.  After I log in, if I use the init.d script to stop s...
by kLAcK
May 7th, 2008, 2:04 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 703353

Re: XBMC Library Updater

I don't think the webserver does.  That was my first aproach on building this script.  There are a whole bunch of commands that the ftp server supports though, check them out on the wiki.
by kLAcK
May 7th, 2008, 11:25 am
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 703353

Re: XBMC Library Updater

Yes I'm sure it can.  I don't know the linux commands however.  All this script does is log into the XBMC ftp server and send one command.

Code: Select all

literal site updatelibrary(video)
by kLAcK
May 6th, 2008, 8:27 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 703353

XBMC Library Updater

Here is a simple script I wrote to automatically update your XBMC library when a download is complete. Create these two files in the following directories: C:\Program Files\sabnzbd\updatelibrary.scr open 192.168.0.110 username password literal site updatelibrary(video) quit Replace with your XBMC IP...