Search found 12 matches

by Hitcher
June 21st, 2012, 4:23 am
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 770771

Re: XBMC Library Updater

Back again. I'm now running Frodo builds of XBMC and the script gives this error -

Code: Select all

wget: server returned error: HTTP/1.1 415 Unsupported Media Type
Any help appreciated.
by Hitcher
January 23rd, 2012, 3:54 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 770771

Re: XBMC Library Updater

RedsGT wrote:I'm really rusty on my Linux skills but I think as a .sh file? With a "#!/bin/sh" header.
It was the header that I didn't have and now it's working.

Many thanks.
by Hitcher
January 23rd, 2012, 2:42 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 770771

Re: XBMC Library Updater

I don't know how I should be saving the wget method?
by Hitcher
January 23rd, 2012, 2:11 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 770771

Re: XBMC Library Updater

And now it's not working. :(

Anyone got a script that works for Eden?

Thanks.
by Hitcher
January 20th, 2012, 10:18 am
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 770771

Re: XBMC Library Updater

Got there in the end using this -

Code: Select all

#!/usr/bin/python

import urllib
urllib.urlopen("http://localhost:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn(UpdateLibrary(video))").close()
saved as xbmcupdate.py and made executable.
by Hitcher
January 20th, 2012, 6:11 am
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 770771

Re: XBMC Library Updater

You can do this without using python classes with just wget: wget -q -O/dev/null --header='Content-Type: application/json' --post-data='{"jsonrpc": "2.0", "method": "VideoLibrary.Scan"}' http://localhost:8000/jsonrpc If you want to see the response, use -O- a...
by Hitcher
May 26th, 2010, 12:43 am
Forum: General Help
Topic: Help needed setting up 0.5.2 on my NAS (DNS-323)
Replies: 9
Views: 6052

Re: Help needed setting up 0.5.2 on my NAS (DNS-323)

Sorry, I meant restart from a complete stop.

And I spoke too soon about the permisssions; left it downloading Lost last night but upon checking this morning it hasn't been extracted and is still in the 'incomplete' folder and guess what, I can't access it from my PC.
by Hitcher
May 25th, 2010, 4:14 pm
Forum: General Help
Topic: Help needed setting up 0.5.2 on my NAS (DNS-323)
Replies: 9
Views: 6052

Re: Help needed setting up 0.5.2 on my NAS (DNS-323)

One final question if I may -

Is there a quicker way to restart SAB other than running Putty and entering the following command?

python  /opt/SABnzbd-0.4.11/SABnzbd.py -d -f ~/.sabnzbd/sabnnbd.ini

Could it be added to the fun_plug?
by Hitcher
May 25th, 2010, 3:47 pm
Forum: General Help
Topic: Help needed setting up 0.5.2 on my NAS (DNS-323)
Replies: 9
Views: 6052

Re: Help needed setting up 0.5.2 on my NAS (DNS-323)

Update: Sorted my permission problem out.

I didn't use -R to set the permissions recursively.
by Hitcher
May 25th, 2010, 12:07 pm
Forum: General Help
Topic: Help needed setting up 0.5.2 on my NAS (DNS-323)
Replies: 9
Views: 6052

Re: Help needed setting up 0.5.2 on my NAS (DNS-323)

Sorry, I thought you meant I must install Python 2.4 not that I was actaully running it. Anyway I finally managed to download it but now I'm having real problems with permissions to the folders -I can't access any of them from my PC (Windows 7) thus can't save any NZB files I download to the 'watch'...
by Hitcher
May 25th, 2010, 7:43 am
Forum: General Help
Topic: Help needed setting up 0.5.2 on my NAS (DNS-323)
Replies: 9
Views: 6052

Re: Help needed setting up 0.5.2 on my NAS (DNS-323)

Thanks for the reply.

Would you suggest I simply use v4.11 as stated in the guide then?
by Hitcher
May 24th, 2010, 11:12 am
Forum: General Help
Topic: Help needed setting up 0.5.2 on my NAS (DNS-323)
Replies: 9
Views: 6052

Help needed setting up 0.5.2 on my NAS (DNS-323)

Hi, total noob here so please be gentle. I've just got myself a DNS-323 and have been following this guide ( https://forums.sabnzbd.org/http://forums-temp.sabnzbd.org//viewtopic.php?p=15580#p15580 ) so I can run SabNZBD on it. All went well until I got to part 10.5 (posted after the first post) wher...