iPhone notification via Prowl [Windows script]

Come up with a useful post-processing script? Share it here!
Sensor
Newbie
Newbie
Posts: 1
Joined: August 2nd, 2013, 4:57 pm

Re: iPhone notification via Prowl [Windows script]

Post 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!
JohnSCS
Newbie
Newbie
Posts: 42
Joined: August 17th, 2009, 12:23 am

Re: iPhone notification via Prowl [Windows script]

Post 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'
phairplay
Newbie
Newbie
Posts: 29
Joined: April 30th, 2014, 4:39 pm

Re: iPhone notification via Prowl [Windows script]

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: iPhone notification via Prowl [Windows script]

Post by shypike »

Prowl is directly supported in Config->Notifications
phairplay
Newbie
Newbie
Posts: 29
Joined: April 30th, 2014, 4:39 pm

Re: iPhone notification via Prowl [Windows script]

Post by phairplay »

okay thanks

I see it now (growl) *facepalm*
Post Reply