Page 1 of 1

Slashes in Growl-Notifications

PostPosted: Sun Jan 17, 2010 5:06 pm
by daedalus
Hi there,

I've set up a chain of actions, those are working as wanted. At the end of the chain - a video is copied to a folder what is shared in the LAN and a growl notification is send. Via prowl the notification is send to the iphone. Now I want to send the url of the video with: http://foo.bar.ip.address/folder/[file]. Set up like that the slashes are replaced by : so it becomes to http:::foo.bar.ip.address:folder:[file]

Is there a workaround for that problem??

Thanks, Daedalus

Re: Slashes in Growl-Notifications

PostPosted: Tue Jan 19, 2010 1:25 pm
by Mr_Noodle
Are you using a token/attribute and if so, which one? File paths are shown in the regular Mac OS/Finder way (with colons) instead of the unix way.

Re: Slashes in Growl-Notifications

PostPosted: Wed Aug 04, 2010 1:06 pm
by daedalus
I'm using the file token as you can see here:
Image

The result of the rule you can see here:
Image

Is there a way to get the http://server.ip/folder/rules.usr.xql in the right spelling into the growl notification??

Greetings

Re: Slashes in Growl-Notifications

PostPosted: Thu Aug 05, 2010 4:05 pm
by Mr_Noodle
Unfortunately, there's no workaround now unless you send the Growl notification via a script yourself. It has been added to the bug database to be fixed in the next version.

Re: Slashes in Growl-Notifications

PostPosted: Thu Aug 05, 2010 5:29 pm
by sjk
Mr_Noodle wrote:It has been added to the bug database to be fixed in the next version.

Thanks! I've been bitten by this, too, so an eventual fix will be appreciated.