Search found 19462 matches

by shypike
August 13th, 2017, 6:01 am
Forum: General Help
Topic: Suddenly slow
Replies: 4
Views: 3364

Re: Suddenly slow

Check the speed limitation sections of the options.
Do you limit some servers to specific categories?
by shypike
August 13th, 2017, 5:59 am
Forum: General Help
Topic: Download speed
Replies: 8
Views: 4195

Re: Download speed

@jwolde001
Are you using Supernews European servers or the American ones?
The European ones should be faster.
by shypike
February 18th, 2017, 4:04 pm
Forum: General Help
Topic: Error on one of two Mac computers: exceptions.AttributeError
Replies: 4
Views: 2877

Re: Error on one of two Mac computers: exceptions.AttributeE

Please try release 1.21RC1. See announcements.
by shypike
February 11th, 2017, 4:14 am
Forum: General Help
Topic: SAB no longer keeping items in history
Replies: 1
Views: 2275

Re: SAB no longer keeping items in history

There is a unofficial repository, as described here: https://forums.sabnzbd.org/viewtopic.php?f=16&t=387
You can also remove the history database ~/.sabnzbd/history1.db
by shypike
February 7th, 2017, 4:37 pm
Forum: Bug Reports
Topic: [1.2.0] h.264 in nzb name confuses series sorting
Replies: 3
Views: 3105

Re: [1.2.0] h.264 in nzb name confuses series sorting

Series sorting doesn't support date-based series names. It looks for something that resembles season/episode. 264 qualifies, because this format is used a lot. We would need to filter out things like 264 first and that would make it fail for season 2, episode 64. Although, 64 is not a common episode...
by shypike
February 1st, 2017, 8:28 am
Forum: General Help
Topic: Sysload: 228.37 | 214.94 | 207.68 | V=640M R=97M (ReadyNAS)
Replies: 20
Views: 10260

Re: Sysload: 228.37 | 214.94 | 207.68 | V=640M R=97M (ReadyN

Both are possible, but they could be the source of the problem too.
You may need a few retries.
The sabnzbd.ini and the sabnzbd.conf file are the most important ones.
by shypike
January 30th, 2017, 4:21 pm
Forum: General Help
Topic: will sabnzb prevent spindown of my NAS?
Replies: 8
Views: 4063

Re: will sabnzb prevent spindown of my NAS?

In the Scheduler you set a pause-all event.
Only that will set SABnzbd to the absolute minimum activity.
It's only available in the Scheduler.
by shypike
January 30th, 2017, 4:19 pm
Forum: General Help
Topic: Sysload: 228.37 | 214.94 | 207.68 | V=640M R=97M (ReadyNAS)
Replies: 20
Views: 10260

Re: Sysload: 228.37 | 214.94 | 207.68 | V=640M R=97M (ReadyN

Most of the time removing and reinstalling a package will do the trick.
by shypike
January 23rd, 2017, 4:39 pm
Forum: Post-Processing Scripts
Topic: help with my script
Replies: 3
Views: 4461

Re: help with my script

Make sure the script is executable.
chmod +x name


Also, use single quotes when using wildcards in a find statement.
by shypike
January 23rd, 2017, 4:35 pm
Forum: Beta Releases
Topic: [develop] Missing version in Git pull
Replies: 2
Views: 3061

Re: [develop] Missing version in Git pull

Use the "master" branch, it should contain a version number.
Master contains only official releases.
by shypike
January 23rd, 2017, 4:29 pm
Forum: General Help
Topic: Confused on the rss filtering
Replies: 2
Views: 2257

Re: Confused on the rss filtering

It requires a bit of a complex regular expression.
You start the regex with re:
Google for Python regular expressions.
by shypike
January 16th, 2017, 5:23 am
Forum: Feature Requests
Topic: Option to fill missing parts with zeroes
Replies: 10
Views: 9669

Re: Option to fill missing parts with zeroes

One big issue is that we would need to guess the amount of missing bytes from the context (so, the other articles).
The NZB files only says how many raw bytes an article contains.
The amount of actual data is different and cannot be determined beforehand.
by shypike
January 16th, 2017, 5:19 am
Forum: Beta Releases
Topic: 1.2.0RC1 Windows [respawining]
Replies: 4
Views: 3806

Re: 1.2.0RC1 Windows [respawining]

"Restarting because of crashed assembler" is the clue.
We're interested in any logging before that event.
by shypike
January 16th, 2017, 5:12 am
Forum: Beta Releases
Topic: 1.1.1/1.2.0RC1 : Sleep-when-finished broken on macOS Sierra
Replies: 17
Views: 14553

Re: 1.1.1/1.2.0RC1 : Sleep-when-finished broken on macOS Sie

Does you script run or not?
The built-in standby/hibernation still works for me, both on a laptop and a desktop.
by shypike
January 14th, 2017, 2:13 pm
Forum: General Discussion
Topic: Announcement message download link isn't a link
Replies: 2
Views: 3058

Re: Announcement message download link isn't a link

Fixed now.
Thanks for the warning.