Setting up Pushover for SABnzbd on Synology

Come up with a useful post-processing script? Share it here!
Post Reply
Coeluh
Jr. Member
Jr. Member
Posts: 79
Joined: May 22nd, 2008, 1:40 pm

Setting up Pushover for SABnzbd on Synology

Post by Coeluh »

Sickbeard and Couchpotato already have Pushover integration, SABnzbd unfortunately hasn't. I have some experience with setting up post-processing scripts on a PC, but on the Synology I'm getting a bit lost. My Synology already has Python running.

My questions:
Will this script (with minor adjustments?) work? - https://gist.github.com/Critter/e5bf161 ... 7/download#
I've replaced the token and api keys with my keys and the sabserver variable with 192.168.1.3:8080.

In the settings screen I can only find Pre-queue user scripts, where can I set the post processing scripts? I've already set the post processing scripts folder.
Edit: Applied the pushover.py which now appeared in the categories settings screen. Still, no pushover messages on my phone. Hoping it was this simple, but apparantly not.

Update: Now getting this error:

Code: Select all

 Exit(127) nice: can’t execute ’/volume1/Media/Config/pushover.py’: No such file or directory (More)
I've already assigned the correct privileges. (http)

Update 2: Getting somewhere, script is now running. 'Notification sent' is the return, however no notification is coming trough. I guess it now comes to python scripting. Anyone?
User avatar
sander
Release Testers
Release Testers
Posts: 8827
Joined: January 22nd, 2008, 2:22 pm

Re: Setting up Pushover for SABnzbd on Synology

Post by sander »

I would just run the pushover notification script from the commandline (not from SAB), and see if you get the notification. If not, it's a pure Pushover (script) problem, and not SAB related. Help for script problems is probably done via the github site.
Post Reply