Search found 9220 matches

by sander
April 21st, 2025, 1:36 am
Forum: General Help
Topic: Mail Notification Fails
Replies: 8
Views: 27030

Re: Mail Notification Fails

> but the emails that are being sent out get spammed by Gmail for an invalid email header. Mark them as "Not Spam", and Gmail will learn from that. Or talk to your ISP to solve that. > Has any of the SABNZBD developers got any thought about updating its email protocols. Sounds like a cunni...
by sander
April 16th, 2025, 5:07 am
Forum: General Help
Topic: Methods for download request > ready to play as fast as possible
Replies: 3
Views: 4931

Re: Methods for download request > ready to play as fast as possible

> This is my problem - transferring from NVME to HDD takes 5 minutes to complete a 15gb file

That's 50 MB/s. That's too slow; at least I would expect ... 150 - 200 MB/s. Maybe anlayze & fix that first?
by sander
April 15th, 2025, 12:43 pm
Forum: General Help
Topic: Methods for download request > ready to play as fast as possible
Replies: 3
Views: 4931

Re: Methods for download request > ready to play as fast as possible

> Then at 4am I have a cron script that transfers all the contents from the NVME to the HDD. This way Plex can see it as soon as it's downloaded because it's watching both the NVME and HDD folders. So content becomes available after 04:00? If so: fast downloading, but then wait until 04:00? Why not ...
by sander
April 10th, 2025, 1:53 am
Forum: General Help
Topic: F-Secure labels Sabnzbd v4.5.0 as a trojan
Replies: 2
Views: 1249

Re: F-Secure labels Sabnzbd v4.5.0 as a trojan

Lidarr is not part of SABnzbd.

More useful if you post the exact message
by sander
April 4th, 2025, 6:06 am
Forum: General Help
Topic: SAB-Speed drops after introducing OpenVPN
Replies: 1
Views: 1583

Re: SAB-Speed drops after introducing OpenVPN

Contact your VPN provider?
by sander
March 24th, 2025, 10:42 am
Forum: General Help
Topic: API call to update filter in rss feed
Replies: 9
Views: 52715

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

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

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

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

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

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

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

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?