Search found 19462 matches

by shypike
January 7th, 2017, 5:55 am
Forum: General Help
Topic: Does SABnzbd automatically mark a failed download as FAILED?
Replies: 1
Views: 1449

Re: Does SABnzbd automatically mark a failed download as FAI

The status will be Failed. Sonarr will read this status by accessing SABnzbd's API.
by shypike
January 6th, 2017, 12:25 pm
Forum: General Help
Topic: Sorting Questions
Replies: 2
Views: 1712

Re: Sorting Questions

No, for more sophistication you would need to create your own renaming script.
Or use a front-end like SickBeard or more recent ones.
by shypike
January 6th, 2017, 5:14 am
Forum: General Help
Topic: Need Movie sorting for two different categories
Replies: 6
Views: 3229

Re: Need Movie sorting for two different categories

First of all, setup two categories. One called "Movies" and one called "3D-Movies" and set the desired path for each. After that, the Sort expression can be as simple as: %title.%ext Or, if you want folders per movie: %title/%title.%ext Sorting will add the category path and the ...
by shypike
January 5th, 2017, 10:24 am
Forum: General Help
Topic: Need Movie sorting for two different categories
Replies: 6
Views: 3229

Re: Need Movie sorting for two different categories

If you set a sorting spec that is a relative path, it will be appended to the category path.
You now probably have a full path starting with drive letter and a backslash "\" ?
by shypike
January 2nd, 2017, 2:44 am
Forum: General Discussion
Topic: Install on WD MyCloud NAS?
Replies: 1
Views: 4189

Re: Install on WD MyCloud NAS?

It's not offered by SABnzbd. It fully depends on whether the NAS has a Python environment with sufficient resources. You'd best look for a package created by a third party. Those exist for other NAS systems. There are a few tutorials available, for older SABnzbd releases: This is one: https://commun...
by shypike
December 28th, 2016, 7:52 am
Forum: General Help
Topic: Restarting Job
Replies: 13
Views: 11382

Re: Restarting Job

Normally, already present files are skipped.
You're right, erasing existing ones can be a solution for this case.
We'll see what we can do.
by shypike
December 28th, 2016, 7:38 am
Forum: General Help
Topic: Restarting Job
Replies: 13
Views: 11382

Re: Restarting Job

We could create a scheduler event that will restart failed jobs.
There are limits to retrying. Adding articles to a partial file is not doable, due to a fundamental error in the design of NZB files.
by shypike
December 25th, 2016, 3:26 pm
Forum: Bug Reports
Topic: OSX Notifications no sound
Replies: 3
Views: 2492

Re: OSX Notifications no sound

We use a third-party tool to interface to NC.
Probably there's some issu with it, we'll need to investigate this further, but it will take a while.
by shypike
December 25th, 2016, 7:43 am
Forum: General Help
Topic: Pushover Notifications - Customize
Replies: 1
Views: 1015

Re: Pushover Notifications - Customize

It will take some work, but there's the possibility to add your own notification script.
by shypike
December 5th, 2016, 8:09 am
Forum: Bug Reports
Topic: Can't download specific files in an NZB (1.1.1, MacOS)
Replies: 5
Views: 2679

Re: Can't download specific files in an NZB (1.1.1, MacOS)

What is the option "Config->Switches->Abort jobs that cannot be completed" set to?
by shypike
December 5th, 2016, 8:07 am
Forum: Bug Reports
Topic: Aborted, cannot be completed (blocks processing)
Replies: 2
Views: 2679

Re: Aborted, cannot be completed (blocks processing)

Very strange.
We abort jobs all the time and never see this.
One way out is to stop SABnzbd and remove offending jobs from the "incomplete" folder.
by shypike
December 5th, 2016, 7:57 am
Forum: General Help
Topic: Advice for successful downloads please
Replies: 1
Views: 1458

Re: Advice for successful downloads please

Didn't you experience the same problems with Grabit?
The likely cause are DMCA take-downs.
If in doubt, re-download a failing NZB with Grabit.
by shypike
November 28th, 2016, 4:25 am
Forum: General Help
Topic: SABnzbd with Firefox e10s enabled & NoScript
Replies: 3
Views: 1689

Re: SABnzbd with Firefox e10s enabled & NoScript

It's a NoScript issue.
Plush simply requires JavaScript as do most webpages and apps like SABnzbd.
by shypike
November 24th, 2016, 8:22 am
Forum: General Help
Topic: sab overriding setgid & ACL default group for subdirectories
Replies: 2
Views: 1664

Re: sab overriding setgid & ACL default group for subdirecto

The "permissions" are applied to folders as well. If not, you still wouldn't be able to see the files in it. Changing ownership is an uncertain thing, often SABnzbd doesn't have the rights to do it. If you need that, write a little user script to do it an add it to the categories to which ...