Search found 991 matches

by jcfp
March 25th, 2023, 4:46 am
Forum: General Help
Topic: Automatic moving completed XXX
Replies: 1
Views: 742

Re: Automatic moving completed XXX

If by "automatically moved to a designated folder like tv show" you mean the sorting, it doesn't currently support this. Easiest alternative would be to setup a category with the directory set to wherever you want these jobs to end up, then assign that category to relevant jobs when adding...
by jcfp
March 13th, 2023, 10:20 am
Forum: Debian/Ubuntu Package
Topic: Ubuntu 22.04 - Running Sabnzbd with a different group
Replies: 2
Views: 8769

Re: Ubuntu 22.04 - Running Sabnzbd with a different group

Note that it's possible to use chown syntax (user:group) for the USER setting in /etc/default/sabnzbdplus, which is also why the init.d uses ${USER%:*} if it really wants only the user part. Admittedly, it is kind of an undocumented feature as fiddling with these things tends to get newbies in troub...
by jcfp
February 25th, 2023, 4:50 am
Forum: General Help
Topic: SAB doesn't allow connection from internal network.
Replies: 16
Views: 9766

Re: SAB doesn't allow connection from internal network.

utahwazoo wrote: February 24th, 2023, 4:28 pmI'm looking forward to learning what I am doing wrong!
utahwazoo wrote: February 24th, 2023, 4:52 pmP.S. - Setting up SABnzbd as a download client succeeds. It is only when I attempt to set it up as an indexer does the call fail. Thanks!
Well... maybe that's because sabnzbd is a download client, and not an indexer?
by jcfp
February 16th, 2023, 6:27 am
Forum: General Help
Topic: How to view live script output in history tab/api while post processing is ongoing?
Replies: 3
Views: 1690

Re: How to view live script output in history tab/api whole script is not finished?

I don't think there is a way to get live updates of that output from sab while your postproc script is running, from either the web interface or the API.
by jcfp
January 31st, 2023, 4:47 am
Forum: General Help
Topic: Newbie
Replies: 2
Views: 789

Re: Newbie

dellboy wrote: January 30th, 2023, 7:12 pmError message tells me I've got to use a standalone legacy version?
Where can I download this?
It's listed on the very same page as all the other downloads, as "Windows Portable (32bit and legacy)".
by jcfp
January 23rd, 2023, 3:17 am
Forum: Bug Reports
Topic: Download slowdowns limited by CPU on fast Linux PC
Replies: 13
Views: 7911

Re: Download slowdowns limited by CPU on fast Linux PC

If the SSD slows down the speed should go down and stay at some value more or less constant. At least I would think so. In my case the speed graph has a saw-tooth-like shape. The speed goes down sometimes to almost zero then up to almost max. Sab itself can throttle download speed if it notices int...
by jcfp
January 22nd, 2023, 6:23 am
Forum: Bug Reports
Topic: Download slowdowns limited by CPU on fast Linux PC
Replies: 13
Views: 7911

Re: Download slowdowns limited by CPU on fast Linux PC

The disk speed limit starts to pop up in about 5 minutes after the download starts. But first the article cache fills up (my limit is set to 1G). That could be the internal workings of the ssd, something to do with zfs, or the combination of both. Many low end nvme drives (no dram cache with qlc fl...
by jcfp
January 5th, 2023, 6:43 am
Forum: Bug Reports
Topic: URLGRABBER CRASHED ZeroDivisionError: division by zero
Replies: 7
Views: 3053

Re: URLGRABBER CRASHED ZeroDivisionError: division by zero

MThJtER wrote: January 4th, 2023, 11:48 amunable to add full trace as 'New users are not allowed to post links'
Please put the log or trace on a pastebin, and post the link in a way the anti-spam doesn't trigger on it (e.g. pastebin com abcd1234).
by jcfp
December 27th, 2022, 2:04 pm
Forum: General Help
Topic: SABnzbd Applying Permissions When "Permissions for completed downloads" is Blank
Replies: 8
Views: 1875

Re: SABnzbd Applying Permissions When "Permissions for completed downloads" is Blank

The code stripping the executable and setgid/setuser bits doesn't expand permissions (unless custom permissions are set to that effect), see the relevant function . In the absence of custom permissions, it applies the intersection of the current permissions with the inverse of the unwanted-for-secur...
by jcfp
December 15th, 2022, 3:58 am
Forum: Bug Reports
Topic: nzb upload doesn't work on iOS
Replies: 17
Views: 5212

Re: nzb upload doesn't work on iOS

My idea would be, to implement a switch, where we could disable the accept-Attribute in the upload. What makes you think that would work? Typical behaviour for a browser not implementing a certain attribute would be to ignore it rather than come up with some random restrictions of its own. The latt...
by jcfp
November 19th, 2022, 11:08 am
Forum: General Help
Topic: Nothing downloading - unsure if sabnzbd or giganews?
Replies: 3
Views: 1262

Re: Nothing downloading - unsure if sabnzbd or giganews?

MrAndyPuppy wrote: November 19th, 2022, 10:52 amNews group server - Giganews (Diamond)
There have been reports that provider is having issues, https://old.reddit.com/r/usenet/comments/yxdvs8

Might want to get a trial account elsewhere to verify (and/or move providers permanently as todays giganews isn't the benchmark it used to be).
by jcfp
November 17th, 2022, 3:00 am
Forum: Debian/Ubuntu Package
Topic: Hotkeys Issue with 3.7.0
Replies: 6
Views: 2678

Re: Hotkeys Issue with 3.7.0

That's some useful extra info there, esp. considering I've yet to update the official package. There's an ancient bug about the ABI mixup in Debian ( #740893 ) which looks like it won't be solved until they start to package both ABIs, giving me sufficient grounds to go with the hotkeys file shipped ...
by jcfp
November 16th, 2022, 4:07 pm
Forum: Debian/Ubuntu Package
Topic: Hotkeys Issue with 3.7.0
Replies: 6
Views: 2678

Re: Hotkeys Issue with 3.7.0

all Javascript "keydown" events are triggered on any key press. The (thankfully) stops when it gets to the "c" key handler which redirect to the config screen. I don't think I'm seeing any such thing here. For my understanding: with the main sab page open in your browser, any ke...
by jcfp
October 29th, 2022, 4:46 am
Forum: General Help
Topic: Read file names / assign category based on nzb filename
Replies: 7
Views: 1824

Re: Read file names / assign category based on nzb filename

Emmcee wrote: October 29th, 2022, 4:15 amI often load series and movies with always the same name attributes in one watched NZB Folder.
You can assign categories via the watched folder by putting the nzb file in a subdirectory named after a category.
by jcfp
October 15th, 2022, 3:27 am
Forum: General Help
Topic: Using local_ranges and Sonarr cannot connect
Replies: 5
Views: 1765

Re: Using local_ranges and Sonarr cannot connect

The refusal for the *arr apps makes sense, as their connections come from ::ffff:172.20.0.1 (the weird looking ipv4-mapped ipv6 equivalent of simply '172.20.0.1') which isn't part of the configured local_ranges (192.168.1.0/24, 100.x.x.x/32). The tailscale ip should work though, provided whatever is...