Page 1 of 1

Setting up Pushover for SABnzbd on Synology

Posted: October 16th, 2014, 5:57 pm
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?

Re: Setting up Pushover for SABnzbd on Synology

Posted: October 17th, 2014, 4:08 am
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.