Search found 5333 matches

by safihre
September 27th, 2018, 2:00 am
Forum: General Help
Topic: Pre-queue script not running
Replies: 14
Views: 4454

Re: Pre-queue script not running

The \ is an escape character, for example for special unicode characters but also for simple things like "
So you should "escape" your escape character:
autofile = open("C:\\Users\\<USERNAME>\\Documents\\AutoNames.txt","a+")
by safihre
September 26th, 2018, 4:27 am
Forum: General Discussion
Topic: RSS - Allow Same File Download?
Replies: 7
Views: 30955

Re: RSS - Allow Same File Download?

I think if you click "Clear Downloaded" on the feed, it will now fetch them again.
You might also want to disable the duplicate detection in Config > Switches.
by safihre
September 26th, 2018, 1:53 am
Forum: General Help
Topic: Pre-queue script not running
Replies: 14
Views: 4454

Re: Pre-queue script not running

I would enable Debug logging in the Status and Interface settings window.
Then try again to add an NZB (in a paused queue).
Then download the log by clicking Show Logging in the Status and Interface settings window.
There you can see, near the end what the output of the script was.
by safihre
September 24th, 2018, 1:13 pm
Forum: General Help
Topic: How to disable speed limit?
Replies: 5
Views: 5500

Re: How to disable speed limit?

Just leave the value empty in Config General.
by safihre
September 24th, 2018, 1:24 am
Forum: Bug Reports
Topic: Graph shape appears a little odd
Replies: 9
Views: 3352

Re: Graph shape appears a little odd

The code measures every single character that is received independent from the content or the NZB's, so also the overhead. But looking at it, the reset code looks really strange.. Maybe I just don't understand it yet, have to double check. How often do you restart the system the sabnzbd is run on or...
by safihre
September 20th, 2018, 3:27 pm
Forum: General Help
Topic: .: Crazy filenames are messing my Kodi (and my mind)
Replies: 4
Views: 1431

Re: .: Crazy filenames are messing my Kodi (and my mind)

Make sure to have setup the right category. So this download should be in for example the "series" category. For which in turn you would enable the Sorting (make sure to check the enable checkbox and select the category on the left). You could also try Sonarr, it will solve all your sortin...
by safihre
September 20th, 2018, 1:53 pm
Forum: General Discussion
Topic: Download via interface
Replies: 4
Views: 3502

Re: Download via interface

Unfortunately it can't, since browsers won't allow you to link to local files for obvious security reasons :)
by safihre
September 20th, 2018, 1:52 pm
Forum: Nederlands
Topic: incomplete bestanden
Replies: 3
Views: 2401

Re: incomplete bestanden

Nee, dat dan weer niet. Er is wel Lidarr, maar dat is nog erg experimenteel.
by safihre
September 20th, 2018, 1:51 pm
Forum: General Help
Topic: HELP: Error Failed Making
Replies: 6
Views: 2354

Re: HELP: Error Failed Making

What if you download the older version? https://sabnzbd.org/download-stats
by safihre
September 20th, 2018, 10:25 am
Forum: Nederlands
Topic: incomplete bestanden
Replies: 3
Views: 2401

Re: incomplete bestanden

Je moet zorgen dat je een goede bron hebt voor je NZB bestanden. Hierbij is het beste om een indexer te gebruiken, zoals NZBGeek. Zelfs dan heb je soms pech: https://sabnzbd.org/wiki/introduction/downloads-cannot-be-completed.html Vaak helpt het om dan automatisering software te gebruiken, zoals Son...
by safihre
September 20th, 2018, 10:24 am
Forum: General Help
Topic: HELP: Error Failed Making
Replies: 6
Views: 2354

Re: HELP: Error Failed Making

Did you restart the device in between?

What is the path you use? Could you maybe include the whole error here?
(you might get complaints about not alllowed to post URL's, so just put spaces where it looks like an URL)
by safihre
September 20th, 2018, 10:22 am
Forum: General Help
Topic: .: Crazy filenames are messing my Kodi (and my mind)
Replies: 4
Views: 1431

Re: .: Crazy filenames are messing my Kodi (and my mind)

Yes, you can use the Deobfuscate.py script (make sure you use v2.3.5 of SABnzbd) that's included with the installation.
Or you enable Sorting and use the "Job Name as Filename" pattern. Make sure to enable the right sorting for the right category.
by safihre
September 20th, 2018, 10:21 am
Forum: General Discussion
Topic: Download via interface
Replies: 4
Views: 3502

Re: Download via interface

What you are probably looking for are programs like Sonarr and Radarr, Maybe take a look here: https://sabnzbd.org/wiki/extensions-for-sabnzbd
Many programs can do stuff when SAB is done :)
by safihre
September 18th, 2018, 6:52 am
Forum: General Help
Topic: Speed limiting?
Replies: 11
Views: 6687

Re: Speed limiting?

How is your setup? do you maybe use a VPN?

Did you try just using basic setup of no VPN and 8 connections to some trail accounts? Downloading a real Ubuntu ISO. What speeds can you get?
by safihre
September 17th, 2018, 2:50 am
Forum: General Help
Topic: removing a server
Replies: 1
Views: 1059

Re: removing a server

Config > Servers, on the left click Show Details, next to Save Changes in the panel on the right is the Delete button.