Search found 60 matches

by void.pointer
17 Jun 2016, 00:03
Forum: Support
Topic: What servers does nzbget consider in 'backup' percentage?
Replies: 6
Views: 4410

What servers does nzbget consider in 'backup' percentage?

At the moment I have 7 NZB servers added. The top 4 are my normal, unlimited servers. The bottom 3 are my block accounts. Ideally I'd like the "Backup: %" text next to a downloading item to ONLY count articles downloaded by the last 3 servers.

Is there a way to configure this?
by void.pointer
08 Jun 2016, 00:17
Forum: Feature discussion
Topic: Dark theme for nzbget?
Replies: 1
Views: 3402

Dark theme for nzbget?

Is there a dark theme for nzbget?
by void.pointer
05 Jun 2016, 22:29
Forum: Support
Topic: Failed downloads being hidden
Replies: 4
Views: 3971

Re: Failed downloads being hidden

Since you mentioned it, I looked around in its settings and I found this: https://i.imgur.com/kVGGoF0.png I had the "Remove" option (Advanced) set to "YES", I switched it back to "NO". This is probably what was causing the problem. But I guess there is no sense in re-downloading something that faile...
by void.pointer
05 Jun 2016, 22:26
Forum: Support
Topic: Failed downloads being hidden
Replies: 4
Views: 3971

Re: Failed downloads being hidden

Yes as a matter of fact. How could you tell? Is that related?
by void.pointer
05 Jun 2016, 22:10
Forum: Support
Topic: Failed downloads being hidden
Replies: 4
Views: 3971

Failed downloads being hidden

As soon as a failed download is moved to history, it becomes hidden. Here is the item in history (with "Hidden" items shown): https://i.imgur.com/9A5DbMJ.png And here is the log: https://i.imgur.com/sgfoP59.png Any reason this is happening? I can't re-download hidden items. Is there a setting that c...
by void.pointer
02 Apr 2016, 18:08
Forum: Support
Topic: VideoSort.py not working on Windows
Replies: 5
Views: 4227

Re: VideoSort.py not working on Windows

Turns out it's the register extensions setting in the installer. I had python 3 and 2 installed side by side. I removed 3, but that still didn't work. There is no option to "re-register extensions" for an existing installation. I even tried a repair of Python 2, but this did not fix it. I restarted ...
by void.pointer
02 Apr 2016, 18:00
Forum: Support
Topic: VideoSort.py not working on Windows
Replies: 5
Views: 4227

Re: VideoSort.py not working on Windows

More logs from nzbget: Sat Apr 02 12:58:02 2016 WARNING Could not found associated program for .py. Trying to execute VideoSort.py directly Sat Apr 02 12:58:02 2016 ERROR VideoSort: Could not start post-process-script videosort\VideoSort.py for Creed.2015.1080p.BluRay.x264: error 193 Sat Apr 02 12:5...
by void.pointer
02 Apr 2016, 17:57
Forum: Support
Topic: VideoSort.py not working on Windows
Replies: 5
Views: 4227

Re: VideoSort.py not working on Windows

Interesting, if I run it like this:

Code: Select all

python ./VideoSort.py
It works fine:

Code: Select all

E:\nzbget\scripts\videosort>python ./VideoSort.py -v
*** NZBGet post-processing script ***
This script is supposed to be called from nzbget (11.0 or later).
I don't know why having "./" makes a difference.
by void.pointer
02 Apr 2016, 17:53
Forum: Support
Topic: VideoSort.py not working on Windows
Replies: 5
Views: 4227

Re: VideoSort.py not working on Windows

The reason I installed my own guessit is because if I don't, I get this error:

Code: Select all

E:\nzbget\scripts\videosort>python VideoSort.py
Traceback (most recent call last):
  File "VideoSort.py", line 261, in <module>
    import guessit
ImportError: No module named guessit
by void.pointer
02 Apr 2016, 02:16
Forum: Support
Topic: VideoSort.py not working on Windows
Replies: 5
Views: 4227

VideoSort.py not working on Windows

When I run the command: python VideoSort.py I get: E:\nzbget\scripts\videosort>python VideoSort.py Traceback (most recent call last): File "VideoSort.py", line 262, in <module> import guessit.patterns.extension ImportError: No module named patterns.extension I'm running Python 2.7. I am doing this a...