Search found 985 matches

by jcfp
March 25th, 2024, 5:07 am
Forum: General Help
Topic: RSS items not unpacking
Replies: 3
Views: 127

Re: RSS items not unpacking

'Default' inherits the value of the setting from the builtin "Default" category, used for every job that wasn't specifically assigned to some other category. Hence, the difference between Default and +Delete depends entirely on your own settings for the Default category.
by jcfp
March 2nd, 2024, 6:03 am
Forum: General Help
Topic: BINHEX-SABNZBD password change.
Replies: 4
Views: 280

Re: BINHEX-SABNZBD password change.

You do need to shut down the application before making manual edits to the ini; if you don't, your changes will be overwritten.
by jcfp
March 2nd, 2024, 6:01 am
Forum: Debian/Ubuntu Package
Topic: Need some help with sabnzbdplus on Ubuntu 22.04
Replies: 5
Views: 709

Re: Need some help with sabnzbdplus on Ubuntu 22.04

Plain "python" refers to python2 in every mainstream linux distribution, which has been replaced by python3 by now. You'll have to fix or update whatever scripts your setup uses.
by jcfp
March 1st, 2024, 2:59 am
Forum: Debian/Ubuntu Package
Topic: Need some help with sabnzbdplus on Ubuntu 22.04
Replies: 5
Views: 709

Re: Need some help with sabnzbdplus on Ubuntu 22.04

Doing ubuntu upgrades the official way disables third-party repositories such as PPAs as a precaution, and they may well choose to remove packages installed from there as well. The files under /etc are considered configuration files and remain on the system after uninstalling the package that put th...
by jcfp
February 10th, 2024, 6:22 am
Forum: General Help
Topic: Reject regex help
Replies: 4
Views: 279

Re: Reject regex help

You need to drop the "re:" part from your regex on that pythex website, otherwise it will only match strings that literally include "re:" such as "re:REMUX" or "re:DVD". Also note that with "DVD" in that list of alternatives, "DVDRip" is re...
by jcfp
January 18th, 2024, 11:17 am
Forum: General Help
Topic: DNS error but everything works fine
Replies: 8
Views: 1605

Re: DNS error but everything works fine

Should be fixed now in the ppa package of 4.2.2rc1.
by jcfp
January 16th, 2024, 8:26 am
Forum: Debian/Ubuntu Package
Topic: Sabnzbd Icon on Ubuntu
Replies: 5
Views: 2165

Re: Sabnzbd Icon on Ubuntu

The standard way of displaying a tray icon on linux was removed by the gtk/gnome devs in their infinite wisdom, because "all functions tray icons provided can be replaced by notification popups". Except they cannot, and app developers ended up dealing with the fallout - such as users claim...
by jcfp
January 16th, 2024, 8:12 am
Forum: General Help
Topic: DNS error but everything works fine
Replies: 8
Views: 1605

Re: DNS error but everything works fine

I think this is because unless Debug logging is enabled, the PPA version doesn't connect to the test host due to privacy concerns. Looks like that patch has neglected the web interface for a while now. On my TODO. To clarify: everything does work as intended with the check only done when debugging ...
by jcfp
January 11th, 2024, 3:53 am
Forum: General Help
Topic: post spanning multiple nzb files
Replies: 3
Views: 4282

Re: post spanning multiple nzb files

In sabnzbd and pretty much any other program that uses nzb files, each and every nzb is supposed to be a standalone, complete download; that is also how indexers tend to present results. From what you describe, this "easynews" service is downloading usenet group headers manually or present...
by jcfp
December 28th, 2023, 5:16 am
Forum: Beta Releases
Topic: 4.2 Alpha 2 Windows Defender and others on VirusTotal flag as containing a trojan
Replies: 4
Views: 6073

Re: 4.2 Alpha 2 Windows Defender and others on VirusTotal flag as containing a trojan

As usual, these 'security vendors' excel at producing false positives with 15/66 at virustotal claiming the latest rc is a trojan. Some will go as far as deleting the file even though it was explicitly whitelisted, see https://github.com/sabnzbd/sabnzbd/discussions/2757 (after taking a week to flag ...
by jcfp
December 14th, 2023, 6:52 am
Forum: General Help
Topic: SAB seems to defeat QoS
Replies: 2
Views: 2615

Re: SAB seems to defeat QoS

Note that QoS does not "share" your bandwidth so that other services are guaranteed to get the minimum they need, it merely tries to prioritize. There's limits to how much that can do: usenet downloading uses many concurrent threads, while the other services you mention are typically singl...
by jcfp
October 17th, 2023, 6:13 am
Forum: Debian/Ubuntu Package
Topic: Running on Mint, permission denied writing to shares on Synology
Replies: 2
Views: 3171

Re: Running on Mint, permission denied writing to shares on Synology

Without logs and actual error messages, it's impossible to tell what's going on. That said, permissions error are usually not a bug in sabnzbd itself, as the program simply passes on the message it in turn received from the operating system when trying to write/access files and directories.
by jcfp
September 30th, 2023, 11:33 am
Forum: General Help
Topic: Problem with local ranges when using Wireguard
Replies: 1
Views: 1566

Re: Problem with local ranges when using Wireguard

Now I am away from home and want to connect me with a Wireguard VPN connection to the web UI. I had modified my local ranges to 192.168.0.0/24, 10.8.0.0/32 before and recreated the Sabnzbd container. The second IP range is for my Wireguard network. For starters, that 10.8.0.0/ 32 seems unlikely in ...
by jcfp
September 6th, 2023, 12:37 am
Forum: Debian/Ubuntu Package
Topic: complete and category directories
Replies: 1
Views: 3254

Re: complete and category directories

As it says on the categories config page: only relative paths are based on the complete dir. So if you want to store things somewhere else, simply fill out the full path.