Search found 9215 matches

by sander
March 24th, 2025, 10:42 am
Forum: General Help
Topic: API call to update filter in rss feed
Replies: 9
Views: 9583

Re: API call to update filter in rss feed

Maybe handy for testing: different CLI curl format using -F parameters Input: $ curl http://localhost:8080/api -F apikey=3aa5b2faa7874d75a7fd3059f351d595 -F output=json -F mode=set_config -F section=rss -F keyword=nzbindexnieuws -F filter_action=update -F index=1 -F filter_type=A -F filter_text=Piet...
by sander
March 24th, 2025, 2:25 am
Forum: General Help
Topic: API call to update filter in rss feed
Replies: 9
Views: 9583

Re: API call to update filter in rss feed

Cool! Full command: $ curl 'http://127.0.0.1:8080/api?output=json&apikey=3aa5b2faa7874d75a7fd3059f351d595&mode=set_config&section=rss&keyword=nzbindexnieuws&filter_action=update&index=1&filter_type=A&filter_text=Jannes&cat=&priority=-100&pp=&script=&am...
by sander
March 24th, 2025, 12:20 am
Forum: General Discussion
Topic: Astraweb missing GB's
Replies: 1
Views: 2314

Re: Astraweb missing GB's

Go to http://127.0.0.1:8080/config/server/
In that overview page (without clicking on anything), at your Astraweb setting, what does "Total" say?
by sander
March 23rd, 2025, 4:04 pm
Forum: General Help
Topic: API call to update filter in rss feed
Replies: 9
Views: 9583

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: 9
Views: 9583

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: 9
Views: 9583

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: 9
Views: 9583

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: 10713

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: 2478

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: 2478

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: 2105

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: 6067

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: 6067

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.