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!
iPhone notification via Prowl [Windows script]
Re: iPhone notification via Prowl [Windows script]
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
Which will output something like 'Movies - Superman'
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)
Re: iPhone notification via Prowl [Windows script]
hi I would really like to use the, yet I already use a script on my default.
how can I use both
cheers
how can I use both
cheers
Re: iPhone notification via Prowl [Windows script]
Prowl is directly supported in Config->Notifications
Re: iPhone notification via Prowl [Windows script]
okay thanks
I see it now (growl) *facepalm*
I see it now (growl) *facepalm*