Page 1 of 1

nzb-notify script configuration guide / help?

Posted: March 10th, 2022, 11:30 am
by Belmontastic
With the recent warnings that SABnzbd will stop supporting notifications to various platforms and the suggestion to leverage nzb-notify instead, I've been scrambling to get this setup. However, all if the information I've found to set this script up with SABnzbd, in a Windows environment, has been -- at least for me -- fairly vague and confusing to decipher.

Was wondering if anyone has already set this up under similar circumstances, and / or can point to a source of fairly verbose information on how to pull this off?

Thanks in advance.

SABnzbd 3.5.2
Windows 10/11
Pushover (notifications)

Re: nzb-notify script configuration guide / help?

Posted: March 11th, 2022, 3:28 am
by safihre
I tried to write a quick-start, can you see if this is clear for you?
https://sabnzbd.org/wiki/configuration/ ... ifications (bottom)
If not, I can update the instructions.

Re: nzb-notify script configuration guide / help?

Posted: March 11th, 2022, 3:40 pm
by Belmontastic
Great, that updated Wiki page led me to the appropriate Apprise Wiki page where I got the missing info I needed. Also just needed to be sure Python, PIP, nzb-notify and its prerequisites were also all appropriately installed.

Thank you!

nzb-notify

Posted: March 11th, 2022, 6:15 pm
by stoop
So I saw the warning on my latest linuxserver.io docker image.

Is there are an idiots guide to have this takeover from the Pushover notify I currently use?

Not looking to spending hours understanding this, it should take 5 minutes of my time, replacing something that currently works perfectly for me.

Re: nzb-notify script configuration guide / help?

Posted: March 12th, 2022, 2:37 am
by safihre
The linuxserver Docker now comes with NZB notify included. Very nice of them!
https://github.com/linuxserver/docker-s ... its/master
If will be in the /app/nzbnotify folder.

Re: nzb-notify script configuration guide / help?

Posted: March 12th, 2022, 7:02 am
by xtrips
Hello,
Same request here about Unraid server. Is there any simple way to implement this new notification technique?

Re: nzb-notify script configuration guide / help?

Posted: March 17th, 2022, 5:51 pm
by anonymau5
If you're using the linuxserver docker it's pretty easy:

In SAB, Config > Folders > Scripts Folder: /app/nzbnotify

Config > Notifications > Enable Notification Script

Set Script dropdown to sabnzbd-notify

Add the notification service URL to the Parameters fields, if you're using Pushover: pover://{user_key}@{token}

Done!

Re: nzb-notify script configuration guide / help?

Posted: March 18th, 2022, 2:19 am
by safihre
I decided to postpone removing Pushbullet/Pushover/Growl support for now.