Hello Growl devs,
Thanks for Growl, this is a very useful app. I am a web developer and I'm integrating growl with our backend intranet to display notifications on a big screen plasma.
I've been able to have my web servers do an http get to the php script to send any text I want to the screen with the Music Video plugin. The part I am having trouble with is specifying the icon.
Ideally, I could give it an image url and it would go fetch the http image and display it in the growl popup. If this is not possible, being able to specify a local .icns file would work as well. I was able to change the globe icon that is hard coded in the source code to a different icon, but I want to be able to set this icon from the php script so it can be customized on each notification call.
Any ideas on how to implement icons into the growl php script provided in the source code?
Thanks!