Page 1 of 2
[PP-SCRIPT] Growl Notification
Posted: 07 Oct 2013, 17:23
by prinz2311
I'm using this python script to notify my windows pc per growl. Not very much tested, but maybe someone finds it useful.
*Update to newest gntp pyhton lib*
Re: [PP-SCRIPT] Growl Notification
Posted: 07 Oct 2013, 22:15
by neilt0
Thanks for posting this. I'm trying it out now.
Re: [PP-SCRIPT] Growl Notification
Posted: 07 Oct 2013, 22:30
by neilt0
Code: Select all
##############################################################################
### OPTIONS ###
# Growl host.
growlhost=192.168.0.15
# Growl port.
growlport=23053
Post-process-script Growl.py for xxxxxxxx failed (terminated with unknown status)
?
Re: [PP-SCRIPT] Growl Notification
Posted: 08 Oct 2013, 09:25
by prinz2311
You have to change the settings in nzbget settings -> growl .... not edit the script. The first lines are special lines to display the options in nzbget.
Re: [PP-SCRIPT] Growl Notification
Posted: 08 Oct 2013, 10:26
by neilt0
prinz2311 wrote:You have to change the settings in nzbget settings -> growl .... not edit the script. The first lines are special lines to display the options in nzbget.
Ah, I see. Added the host name (the Windows PC running Growl) and the port in those settings and commented them out in Growl.py -- there are now no errors in nzbget, but I'm not seeing any Growls either!

Re: [PP-SCRIPT] Growl Notification
Posted: 08 Oct 2013, 10:39
by prinz2311
Like i said: only tested on my own system. I use that script for months now and it's working. Only tested on my pvr with nzbget notifying snarl (it's a growl client) on windows.
You can only see if there are any errors in the nzbget log.
Re: [PP-SCRIPT] Growl Notification
Posted: 08 Oct 2013, 10:57
by neilt0
OK, well there's nothing in the log, so I'll give up on it for now.
Thanks for sharing it anyhoo.
Re: [PP-SCRIPT] Growl Notification
Posted: 08 Oct 2013, 11:12
by prinz2311
Don't forget if you set: require password in original growl, you have to set the password or you won't see any notifications. (It's activated by default for all LAN (non localhost) notifications in growl)
Re: [PP-SCRIPT] Growl Notification
Posted: 08 Oct 2013, 11:20
by neilt0
prinz2311 wrote:Don't forget if you set: require password in original growl, you have to set the password or you won't see any notifications. (It's activated by default for all LAN (non localhost) notifications in growl)
Yeah, I had already tried it with the password on and off. Sick Beard works without a password, but I did try both.
Re: [PP-SCRIPT] Growl Notification
Posted: 08 Oct 2013, 11:28
by prinz2311
I just tried it with the original growl (password deactivated in Security) and it's working too. So really don't know why it's not working for you.