Search found 16 matches

by Hitcher
October 20th, 2025, 10:19 am
Forum: General Help
Topic: [SOLVED] Queue is paused every morning but resumes at 8:00am
Replies: 6
Views: 4077

Re: [SOLVED] Queue is paused every morning but resumes at 8:00am

That's just the default times it uses. I must have clicked on Enable by accident recently.

Image

Image
by Hitcher
October 19th, 2025, 4:37 pm
Forum: General Help
Topic: [SOLVED] Queue is paused every morning but resumes at 8:00am
Replies: 6
Views: 4077

Re: Queue is paused every morning but resumes at 8:00am

So device 192.168.0.94 (something saying it's Chrome, might be a plugin), is resuming it. At least that is something, and a hint for what's pausing it. That was the hint I needed, thanks. That IP address is my main PC and the only Brave plugin that connects to Sabnzbd is SABconnect++. Somehow the A...
by Hitcher
October 19th, 2025, 4:11 pm
Forum: General Help
Topic: [SOLVED] Queue is paused every morning but resumes at 8:00am
Replies: 6
Views: 4077

Re: Queue is paused every morning but resumes at 8:00am

How can I find out what is pausing it and stop it?
by Hitcher
October 19th, 2025, 3:37 am
Forum: General Help
Topic: [SOLVED] Queue is paused every morning but resumes at 8:00am
Replies: 6
Views: 4077

[SOLVED] Queue is paused every morning but resumes at 8:00am

Each morning my queue is paused and nothing I can do will resume it but come 8:00am it just starts itself. 2025-10-17 08:00:11,651::DEBUG::[interface:144] Request GET /api from 192.168.0.94 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537....
by Hitcher
June 21st, 2012, 4:23 am
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 858436

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: 858436

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: 858436

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: 858436

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: 858436

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: 858436

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: 8438

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: 8438

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: 8438

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: 8438

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: 8438

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?