Search found 5305 matches

by safihre
February 16th, 2017, 1:28 am
Forum: Bug Reports
Topic: Downloads result in a bunch of par2 files
Replies: 1
Views: 1158

Re: Downloads result in a bunch of par2 files

Tell us a bit more about your setup: what OS do you use? What version of Sabnzbd? Do you not have Rar listed on your Cleanup list? Are all categories set to +Delete? Next we can inspect the log. If you turn on Debug logging in the Status window and then see what is in the par2 section. Probably some...
by safihre
February 16th, 2017, 1:26 am
Forum: Bug Reports
Topic: [SOLVED] A + is attached at the end of every folder
Replies: 2
Views: 1557

Re: A + is attached at the end of every folder

It's a bug! Found and fixed it, will be in the next 1.2.1 release.
by safihre
February 16th, 2017, 1:25 am
Forum: Bug Reports
Topic: Directory names not case-sensitive (tv sorting)
Replies: 2
Views: 1619

Re: Directory names not case-sensitive (tv sorting)

It's probably something sabnzbd does wrong.
We didn't invest much time in the sorting recently, with everybody using apps like Sonarr or sickbeard.
But if you have some python knowledge, you can always come and help us fix this, since you have the best real life test setup :)
by safihre
February 16th, 2017, 1:23 am
Forum: General Discussion
Topic: All Downloads fail and speed is slow
Replies: 8
Views: 5519

Re: All Downloads fail and speed is slow

Can you try deleting your sabnzbd and sabnzbd settings completely (you can see the settings file location on first page of Config). And then reinstall fresh.
It seems something got wrong with the settings.
And make sure to use sabnzbd 1.2.0.
by safihre
February 16th, 2017, 1:22 am
Forum: Debian/Ubuntu Package
Topic: Cant start sabnzbd anymore
Replies: 2
Views: 2125

Re: Cant start sabnzbd anymore

You should try and reinstall python disttools and/or setuptools and/or packaging (it's a pip module). Either using pip or apt.
by safihre
February 15th, 2017, 9:50 am
Forum: General Help
Topic: Error Renaming (Sab & SB on different machines)
Replies: 1
Views: 960

Re: Error Renaming (Sab & SB on different machines)

If SB accesses the file exactly when SAB is trying to rename it, Windows will not allow a rename and Python/SAB chooses the hard way of just copying.
In 1.2.1 we will put a workaround to wait 3 seconds and then try again a simple rename, before doing the last-resort copy.
by safihre
February 15th, 2017, 7:03 am
Forum: Beta Releases
Topic: [1.2.1 beta] crash on clicking rss title
Replies: 1
Views: 1709

Re: [1.2.1 beta] crash on clicking rss title

Thanks, I will fix that.

I think you can fix it by pressing "Read all feeds", this will refresh all feed-data.
by safihre
February 15th, 2017, 6:58 am
Forum: Beta Releases
Topic: [1.2.1 Beta1] 100% CPU Usage while idle
Replies: 4
Views: 2933

Re: [1.2.1 Beta1] 100% CPU Usage while idle

Not that we know off. I don't use growl ever.. But it was enabled for a long time by default (by mistake). I think only in 1.0.0 we fixed that.
Maybe refresh your empty default config for the packages with the new version?
by safihre
February 15th, 2017, 4:36 am
Forum: Beta Releases
Topic: [1.2.1 Beta1] 100% CPU Usage while idle
Replies: 4
Views: 2933

Re: [1.2.1 Beta1] 100% CPU Usage while idle

I don't know anything about that unfortunately.
We haven't heard this before, not while running idle..
by safihre
February 14th, 2017, 4:38 pm
Forum: Beta Releases
Topic: [1.2.1 Beta1] Paused job because of encrypted RAR file
Replies: 12
Views: 7280

Re: [1.2.1 Beta1] Paused job because of encrypted RAR file

Fixed it, will be in the next test-release :)
by safihre
February 14th, 2017, 10:21 am
Forum: Bug Reports
Topic: Decoder Failure Out of Memory - tried 200M upto 2000M
Replies: 11
Views: 4184

Re: Decoder Failure Out of Memory - tried 200M upto 2000M

Maybe the number of jobs is really too high and the amount of memory each job uses while being queued, is adding up. Does it error out immediately? Otherwise you can try for now to Pause (using the multi-edit button in the right top) a huge chunk of the queue. When it's paused, it will use less memo...
by safihre
February 14th, 2017, 6:38 am
Forum: General Help
Topic: How do I configure SAB to unpack in the DL dir, THEN move?
Replies: 4
Views: 1551

Re: How do I configure SAB to unpack in the DL dir, THEN mov

Doesn't it have an ignore functionality?
We also have the special option nomedia_marker (https://sabnzbd.org/wiki/configuration/1.2/special)
Where you can set any type of marker in the folder to mark it occupied, if your program expects some special file.
by safihre
February 14th, 2017, 4:17 am
Forum: General Help
Topic: How do I configure SAB to unpack in the DL dir, THEN move?
Replies: 4
Views: 1551

Re: How do I configure SAB to unpack in the DL dir, THEN mov

No there is no way.
But why is that a problem?
by safihre
February 14th, 2017, 3:34 am
Forum: Beta Releases
Topic: [1.2.1 Beta1] Paused job because of encrypted RAR file
Replies: 12
Views: 7280

Re: [1.2.1 Beta1] Paused job because of encrypted RAR file

@Gurbil, could you send me an example NZB to [email protected]?

I tried with the NZB's that both other users supplied and those caused no problems.
by safihre
February 14th, 2017, 3:00 am
Forum: General Help
Topic: Possible to reorder download queue on mobile?
Replies: 1
Views: 987

Re: Possible to reorder download queue on mobile?

I never found a way to implement it correctly, so currently there is no way to re-order on mobile.. Need some help with that!