Page 1 of 1

Growl Notification path problem

PostPosted: Thu Feb 24, 2011 4:10 pm
by .maxx
Hi guys,

first Hazel is the absolute greatest OSX tool ever! But now my question.

1.
I use Hazel to sort my downloaded TV shows in separate folders by using the TVnamer. This works great.
2.
TVnamer renames the files by getting the episodenames from http://thetvdb.com and my TV folder/file sheme looks like this:
Code: Select all
.../TV/The Big Bang Theory/Season 1/01 - Pilot

3.
After the TVnamer rule moves the file into the folder I use growl with the folder pattern to send me a notification.
4.
But the notification looks like this
Code: Select all
Hazel - Hazel Alert - /Volumes/HD Movies/Folderx/Foldery/TV/The Big Bang Theory/Season 1


Now how can I change the notification to e.g. this:
Code: Select all
The Big Bang Theory - 01 - Pilot


The shows name is variable!

Is that possible with AppleScript?

Re: Growl Notification path problem

PostPosted: Mon Feb 28, 2011 1:04 pm
by Mr_Noodle
I'll be adding support for just showing the file name instead of the full path. You can try using AppleScript (not ActionScript) to do this on your own. You'll have to do some research as to how to access Growl via AppleScript though.