Search found 5333 matches

by safihre
May 17th, 2019, 5:36 am
Forum: General Help
Topic: previous tv sorting was working, now no longer
Replies: 4
Views: 1528

Re: previous tv sorting was working, now no longer

Also: indexer can send extra "x-dnb-*" headers, for example "x-dnb-episodename", which SABnzbd would then use to override it's own detection.
Maybe the old indexer did that?
by safihre
May 17th, 2019, 5:34 am
Forum: General Help
Topic: previous tv sorting was working, now no longer
Replies: 4
Views: 1528

Re: previous tv sorting was working, now no longer

Probably the new indexer has a tiny bit different file naming. It has to be said that our parameter-extraction is not the most advanced, actually it's really basic. Tools like Sonarr are much better in handeling the new filenames. But maybe you can share a filename of the old indexer and the new ind...
by safihre
May 17th, 2019, 5:19 am
Forum: Bug Reports
Topic: Pause based on history does not work without nzb backup also enabled
Replies: 5
Views: 2190

Re: Pause based on history does not work without nzb backup also enabled

The Duplicate Check is only an exact duplicate check if the back-up directory is disabled, it checks the MD5 of the NZB content. Only with the NZB-backup enabled it also checks the names. This seems also kind of strange to me.. why wouldn't it check the NZB name.. It has been the same for years and ...
by safihre
May 17th, 2019, 5:12 am
Forum: General Help
Topic: nzo_id changing for downloads
Replies: 2
Views: 1188

Re: nzo_id changing for downloads

Could you give some more information?
You add, at once, multiple jobs for the same file and in the queue already they share the same nzo_id?
Or only when added to history?
by safihre
May 17th, 2019, 5:10 am
Forum: General Help
Topic: help plz
Replies: 3
Views: 867

Re: help plz

Then your username and password are incorrect.
Check them and make sure your browser or other plugins are not filling other passwords there.
by safihre
May 16th, 2019, 1:17 am
Forum: Bug Reports
Topic: ERROR: Cannot create backup file for /config/sabnzbd.ini.bak
Replies: 1
Views: 3938

Re: ERROR: Cannot create backup file for /config/sabnzbd.ini.bak

Sounds very much like a permissions issue, in the first page of the Config, is the path to the sabnzbd.ini shown correctly?
by safihre
May 16th, 2019, 1:16 am
Forum: General Help
Topic: Wait Fetch Issue
Replies: 6
Views: 2813

Re: Wait Fetch Issue

The difference between Mylar and Radarr/Sonarr is that Mylar will send SABnzbd the URL to download while Radarr/Sonarr actually download the NZB themselves and then send it to us as a file. So it just seems as if your SABnzbd can't reach NZBGeek. Maybe if you switch logging to +Debug in the Status a...
by safihre
May 16th, 2019, 1:03 am
Forum: General Help
Topic: help plz
Replies: 3
Views: 867

Re: help plz

You are using the wrong address, it should be news.newsdemon.com
by safihre
May 12th, 2019, 6:49 am
Forum: General Discussion
Topic: Network PC Win10 Access Denied GUI
Replies: 2
Views: 2871

Re: Network PC Win10 Access Denied GUI

You could also leave that empty, if the sabnzbd pc is not exposed to the internet!
by safihre
May 12th, 2019, 6:48 am
Forum: General Help
Topic: One post processing job holds up all others
Replies: 8
Views: 3243

Re: One post processing job holds up all others

Unfortuanly these things are not part of the program. On Linux you could start a new process and return right away. And there's tools like nice and ionice. But for windows.. I'm not sure!
by safihre
May 12th, 2019, 3:26 am
Forum: General Help
Topic: WAIT 29000+ seconds?
Replies: 3
Views: 1233

Re: WAIT 29000+ seconds?

I changed the code a bit, it would show this propagation message also when it shouldn't.
by safihre
May 11th, 2019, 5:02 am
Forum: General Help
Topic: Auto retry after a certain amount of time?
Replies: 2
Views: 571

Re: Auto retry after a certain amount of time?

This is indeed what we made the Propagation delay for, have you tried a moderate increase to about 30min?
With that most servers should have the file.
by safihre
May 11th, 2019, 5:01 am
Forum: Nederlands
Topic: SabNZB geeft aan mislukt
Replies: 2
Views: 2675

Re: SabNZB geeft aan mislukt

We zullen iets meer informatie moeten hebben. Als je op de download klikt, wat is de precieze foutmelding?
Je kan ook in de logs kijken wat precies de foutmelding is, misschien blokt je systeem de Unrar van SABnzbd wel.
by safihre
May 11th, 2019, 4:59 am
Forum: General Help
Topic: WAIT 29000+ seconds?
Replies: 3
Views: 1233

Re: WAIT 29000+ seconds?

It's inside the NZB-file, each file has a timestamp property. SABnzbd uses that to calculate the age.
However, since it's a timestamp there can be issues with timezone. Although the common upload-systems and indexer usually take care of that.
by safihre
May 10th, 2019, 5:56 am
Forum: General Help
Topic: How to rename downloaded nzb dirs to nzb filename?
Replies: 4
Views: 1194

Re: How to rename downloaded nzb dirs to nzb filename?

The Deobfuscate.py script will do it for you :)