Page 3 of 3

Re: iPhone notification via Prowl [Windows script]

Posted: August 2nd, 2013, 5:13 pm
by Sensor
I am wondering is there is a list with available parameters.

I want to add the category to the prowl notification.

&cat or &category don't seem to work.

Any suggestions? help will be appreciated!

Re: iPhone notification via Prowl [Windows script]

Posted: August 3rd, 2013, 8:13 am
by JohnSCS
The script is based on http://wiki.sabnzbd.org/user-scripts

just add the following near the top of the script and use the variable 'category' down further
category = sys.argv[5]

for example

Code: Select all

urllib.urlopen("https://prowl.weks.net/publicapi/add?apikey=" + API + "&priority=" + priority + "&application=SABnzbd&event=" + job_title + "&description=" + category + " - " + job_name)
Which will output something like 'Movies - Superman'

Re: iPhone notification via Prowl [Windows script]

Posted: May 4th, 2014, 7:20 am
by phairplay
hi I would really like to use the, yet I already use a script on my default.

how can I use both

cheers

Re: iPhone notification via Prowl [Windows script]

Posted: May 4th, 2014, 3:02 pm
by shypike
Prowl is directly supported in Config->Notifications

Re: iPhone notification via Prowl [Windows script]

Posted: May 4th, 2014, 4:20 pm
by phairplay
okay thanks

I see it now (growl) *facepalm*