Growl Notification path problem

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:
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
Now how can I change the notification to e.g. this:
The shows name is variable!
Is that possible with AppleScript?
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?