Search found 9212 matches

by sander
March 23rd, 2025, 4:04 pm
Forum: General Help
Topic: API call to update filter in rss feed
Replies: 6
Views: 1566

Re: API call to update filter in rss feed

FWIW: those None and empties: the format is like this filter0 = tv, 3, bla.sh, A, dit, 1, 1 filter1 = "", "", "", A, heracles, -100, 1 filter2 = None, "", None, R, *, None, 1 So with my guess from the GUI: Category Processing Script Accept / Reject / etc Searc...
by sander
March 23rd, 2025, 3:40 pm
Forum: General Help
Topic: API call to update filter in rss feed
Replies: 6
Views: 1566

Re: API call to update filter in rss feed

Ah, yes, I now understand your question now.

... and I tried a few things but couldn't the the correct input for filter either. Sorry.
by sander
March 23rd, 2025, 12:23 pm
Forum: General Help
Topic: API call to update filter in rss feed
Replies: 6
Views: 1566

Re: API call to update filter in rss feed

curl 'http://127.0.0.1:8080/api?output=json&apikey=335ca9bb72554157864aa3c94d8f0aff&mode=set_config&section=rss&name=GORDON2&uri=https://nzbindex.nl/search/rss?q=gordon' results in [[GORDON2]] name = GORDON2 uri = https://nzbindex.nl/search/rss?q=gordon, cat = "" pp = ...
by sander
March 23rd, 2025, 12:02 pm
Forum: General Help
Topic: API call to update filter in rss feed
Replies: 6
Views: 1566

Re: API call to update filter in rss feed

Documentation https://sabnzbd.org/wiki/configuration/4.4/api#set_config says RSS feed example: api?mode=set_config&section=rss&name=FEED_NAME&enable=VALUE_1&pp=VALUE_2 So let's try that: curl -s 'http://127.0.0.1:8080/api?output=json&apikey=335ca9bb72554157864aa3c94d8f0aff&mo...
by sander
March 20th, 2025, 3:28 am
Forum: General Discussion
Topic: Lost connection to SABnzbd.
Replies: 1
Views: 10414

Re: Lost connection to SABnzbd.

"Lost connection to SABnzbd." means your webbrowser can't reach SABnzbd anymore (after it could reach it initially).

So tell about your setup?
by sander
March 18th, 2025, 4:59 pm
Forum: General Help
Topic: Server xyz will be ignored for 10 minutes
Replies: 5
Views: 2291

Re: Server xyz will be ignored for 10 minutes

Cool.

You run from source .... so ... Linux? Then the trick with /etc /hosts might be less ugly, and survives updates
by sander
March 18th, 2025, 4:11 pm
Forum: General Help
Topic: Server xyz will be ignored for 10 minutes
Replies: 5
Views: 2291

Re: Server xyz will be ignored for 10 minutes

Yes. Without working DNS, all kinds of strange stuff can happen.
Ugly workaround: fill out in / etc / hosts


If you run from source: change the value here in sanbzbd/downloader.py

_PENALTY_TIMEOUT = 10 # Server doesn't give an answer (multiple times)
by sander
March 17th, 2025, 8:13 am
Forum: General Help
Topic: Most "efficient", "appropriate" place to run SAB & the Arr's? M4 Mac Mini *and* Synology DS920+ available
Replies: 2
Views: 1994

Re: Most "efficient", "appropriate" place to run SAB & the Arr's? M4 Mac Mini *and* Synology DS920+ available

"efficient" would mean for me: always works, no (intermittent) problems, downloads succeeds, low energy consumption, always-on, enough disk space. If all on NAS: nice. But Jellyfin does not work good enough for you? All on MAC: Not enough disk space (I assume) Hybrid 1: downloading and jel...
by sander
March 16th, 2025, 3:11 pm
Forum: Debian/Ubuntu Package
Topic: Do not Launch Browser on Startup
Replies: 10
Views: 5797

Re: Do not Launch Browser on Startup

The setting is overruled by the commandline parameter. So take care of that. Thanks, I found it. For anyone else reading and having the same issue: I pinned the program to the panel, but it had a command line parameter set. Just right click the main program icon from the menu and go to Properties, ...
by sander
March 16th, 2025, 2:42 pm
Forum: Debian/Ubuntu Package
Topic: Do not Launch Browser on Startup
Replies: 10
Views: 5797

Re: Do not Launch Browser on Startup

SteveS801 wrote: March 16th, 2025, 2:41 pm I don't understand. I set it in settings not to open and it doesn't obey the settings?
The setting is overruled by the commandline parameter. So take care of that.
by sander
March 16th, 2025, 2:40 pm
Forum: Debian/Ubuntu Package
Topic: Do not Launch Browser on Startup
Replies: 10
Views: 5797

Re: Do not Launch Browser on Startup

ah ... so from the commandline sabnzbd is starting the webbrowser: "--browser" "1"!

So find where that command is coming from.
by sander
March 16th, 2025, 2:30 pm
Forum: Debian/Ubuntu Package
Topic: Do not Launch Browser on Startup
Replies: 10
Views: 5797

Re: Do not Launch Browser on Startup

OK, good. And check the sabnzb.log like this: $ cat ~/.sabnzbd/logs/sabnzbd.log | grep -i browser 2025-03-15 09:46:33,193::INFO::[panic:239] Launching browser with http://127.0.0.1:8080 2025-03-16 20:25:09,503::INFO::[panic:239] Launching browser with http://127.0.0.1:8080 2025-03-16 20:26:39,626::I...
by sander
March 16th, 2025, 1:41 pm
Forum: Debian/Ubuntu Package
Topic: Do not Launch Browser on Startup
Replies: 10
Views: 5797

Re: Do not Launch Browser on Startup

I have unchecked "Launch Browser on Startup" and then save the page, but as a matter of fact, I must uncheck it every time SABnbzd starts. Because it does in fact open a browser window. Any help is appreciated. After you do that (so: uncheck "Launch Browser on Startup" ), and ex...