aMule Forum

English => Feature requests => Topic started by: hardtraks on December 06, 2005, 03:54:12 PM

Title: Growl on OSX
Post by: hardtraks on December 06, 2005, 03:54:12 PM
http://growl.info/ (http://Growl) is a global notification system for Mac OS X. Any application can send a notification to Growl, which will display an attractive message on your screen.

A good way to know when you have finish a download, connect or disconnect a server, etc

 :baby:

Santiago
Title: Re: Growl on OSX
Post by: ken on December 06, 2005, 08:56:23 PM
aMule won't be supporting Growl any time soon.  aMule is a cross-platform program and can't really be customized to take advantage of the neat features of each platform it runs on.

That said, however, it's possible to cobble something together.  In CVS and the coming 2.1.0, aMule will run a command of the user's choosing when a download completes.  If Growl has any sort of command-line interface, you can use that to produce a Growl notification on download completion.  I just checked, and Growl has an AppleScript interface (http://growl.info/documentation/applescript-support.php), and that can be invoked from the command line.

Also, aMule has the Online Signature feature which is really just a mechanism for external programs to check on the status of aMule by reading a simple text file.  Somebody already used that to display aMule's upload and download speeds on the Mac OS X desktop, using another third-party tool.  Sadly, I can't find the thread.

Check out the Dashboard Widget (http://forum.amule.org/thread.php?threadid=7000) somebody made for aMule, too.
Title: Re: Growl on OSX
Post by: hardtraks on December 16, 2005, 12:51:47 AM
Ok i m gonna check  too this script.
Thanks for your quick answer  ;)
Title: Re: Growl on OSX
Post by: lionel77 on August 04, 2006, 04:12:31 AM
I finally actually tried Growl and it seems pretty neat. It comes with a couple of Finder folder action scripts. You can for instance use the "add - new item growl alert with filenames.scpt" script to get a notification whenever a new file is completed and moved to your incoming folder. This notification can, for instance, be a semi-transparent window on your screen or an email send to an address of your choice.

What would be really handy was if you could get a notification whenever someone sends you a (first) message in aMule. I often only notice messages after an hour or more. For that to work, aMule would need a feature to execute a shell command when someone sends you a message. I'm sure useful things could be done with this on other platforms as well.
Title: Re: Growl on OSX
Post by: Kry on August 04, 2006, 09:38:28 AM
lionel, did you check preferences->events lately?
Title: Re: Growl on OSX
Post by: lionel77 on August 04, 2006, 04:18:02 PM
I did actually see it, but I also managed to completely forget about it in the meantime. ;)

Well, this is cool. If time permits I'l' try to put together a shell script that sends chat notifications to Growl via AppleScript.