Search found 466 matches

by prinz2311
02 Apr 2015, 17:13
Forum: Extension scripts
Topic: [Queue-Script] FakeDetector - early detection of fake videos
Replies: 79
Views: 332395

Re: [Queue-Script] FakeDetector - early detection of fake vi

No, I didn't check for a new version was still version 1.5.

I just set up my new Banana PI the past week and didn't check if the scripts that I copied were the current version. :oops:
by prinz2311
02 Apr 2015, 16:39
Forum: Extension scripts
Topic: [Queue-Script] FakeDetector - early detection of fake videos
Replies: 79
Views: 332395

Re: [Queue-Script] FakeDetector - early detection of fake vi

There is a Problem with this and also the Passworddetector. Since v15 you can add commandline switches to unrar in config and that doesn't work together with the python call in the 2 scripts, since there the parameter must be extra parameters for the subprocess.Popen(... call in python.
by prinz2311
27 Mar 2015, 18:25
Forum: Support
Topic: How to disable URL-downloads of nzb-files
Replies: 3
Views: 2184

Re: How to disable URL-downloads of nzb-files

@hughug

I (ported by zoggy to sb) added the url append function together with the dupekey/score function to SickBeard/Rage/Gear a long time ago. So yes Sick* sends urls if the nzbget version allows it, only old nzbget versions that don't support urls get nzbs now.
by prinz2311
20 Feb 2015, 23:19
Forum: Feature discussion
Topic: [New Feature] Restricted access for external services
Replies: 4
Views: 3197

Re: [New Feature] Restricted access for external services

Maybe there should be a Notice in the Config description that if you use these Users you should change the main unrestricted user (at least the password) from the default values or the security is: :lol:

I know that is obvious, but people tend to forget the most obvious things. ;)
by prinz2311
25 Jan 2015, 19:34
Forum: Support
Topic: 1194 - TLS errors
Replies: 14
Views: 7052

Re: 1194 - TLS errors

r1193 is the first that crashes: http://sourceforge.net/p/nzbget/code/1193/

running r1192 now and working
by prinz2311
25 Jan 2015, 18:21
Forum: Support
Topic: 1194 - TLS errors
Replies: 14
Views: 7052

Re: 1194 - TLS errors

Yeah mine is also crashing as soon as the download starts with a "Segmentation fault" and all kinds of TLS-Socket errors before the crash.
by prinz2311
06 Jan 2015, 21:30
Forum: Extension scripts
Topic: Reverse Episode Filename
Replies: 8
Views: 10421

Re: Reverse Episode Filename

Reduced the minimum garbage filename detection to 3 chars to support the now common: 123.ext, abc.ext files (renamed to Dirname)
by prinz2311
12 Dec 2014, 23:05
Forum: Feature discussion
Topic: Feature Request: Mark as good button on History page?
Replies: 5
Views: 3237

Re: Feature Request: Mark as good button on History page?

I see there is no conformation dialog for Mark as Good, Bad ... Since these 2 are irreversible and this is a mass edit function is that such a good idea?
by prinz2311
08 Dec 2014, 11:37
Forum: Support
Topic: ParIgnoreExt include Wildcard?
Replies: 3
Views: 1859

Re: ParIgnoreExt include Wildcard?

Do you see any possible side effects or incompatibilities with existing usage? No, since * is illegal character on all Filesystems. So even if someone already had something with a * in the list, that item would currently match nothing and the user most likely wants it to match as a wildcards, so th...
by prinz2311
08 Dec 2014, 11:11
Forum: Support
Topic: ParIgnoreExt include Wildcard?
Replies: 3
Views: 1859

ParIgnoreExt include Wildcard?

Is there a way to add something like:

Code: Select all

sample-*.mkv
to the ParIgnoreExt? Since some releases simply have the sample part at the beginning of the filename.